@charset "utf-8";

/* -----------------------------------------------
 * ブラウザ解釈値リセット＆設定ファイル
 *
 * Author     : sue
 * LastUpdate : 09/06/11
----------------------------------------------- */

/* ----------------------------------------------
 * リセット
---------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, pre, code, form, fieldset, input, textarea,
p, blockquote, table, th, td { 
	margin: 0;
	padding: 0;
}

address, caption,
cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */
html {
	min-width: 900px; /* Mozillaのみ */
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Josefin Sans',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 14px; /* default@font-size: 13px; */
	*font-size: small;
	*font: x-small;
	text-align: center; /* box centering */
	background: #f6f6f6;
}

/* ----------------------------------------------
 * 一般的なパラメーターの設定
---------------------------------------------- */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;/* base line height */
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption,th {
	text-align: left;
}

img {
	vertical-align: bottom;
	border: none;
}

p{
	padding: 0px 1em 0.7em 0em;
	font-size:1em;
}

li {
	list-style: none;
}

table {
	font-size:inherit;
	font:100%;
}

acronym,abbr {
	cursor: help;
}

hr {
	border-style: none;
	margin-bottom:10px;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0066CC;
}

a,a:hover,a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}


#baseFoot a:link {
	color: #fff;
	text-decoration: none;
}
#baseFoot a:visited {
	color: #fff;
	text-decoration: none;
}

#baseFoot a:hover {
	text-decoration: underline;
}

#baseFoot a:active {
	color: #fff;
}