@charset="utf-8";

/* reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*広告非表示*/
ul.tdftad	{
display:none;
}

/* --- 全体の背景・テキスト --- */
body	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
/*	min-width: 880px;  全体の最小幅 */
	margin: 0;
	padding: 0;
/* 全体の背景色 */
	color:#0f2350; /* 全体の文字色(濃藍) */
	font-size: 16px; /* 全体の文字サイズ */

}

/* --- 全体のリンクテキスト --- */
	a:link { color: #0000ff; }
	a:visited { color: #000090; }
	a:hover { color: #9e3d3f; }
	a:active { color: #9e3d3f; }

/* --- コンテナ --- */

span{
	font-weight:bold;
	color:#ff0000;
}
strong{
	font-weight:bold;
}
#wrap{
	widht:100%;
	height:auto;

	background-color:#9e3d3f;/*蘇芳*/
}
#header{
	height:150px;
	background:url(../img/aiiro.jpg)repeat-x;
}
#logo{
	margin-left:100px;
}
#header h1{
	text-indent:-9999em;
}
#header p{
	text-indent:-9999em;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
  
/*蘇芳#9e3d3f*/
#gnavi ul{
	width:1050px;
	text-align:center;
	margin:0 auto;
	height:36px;
	
}
#gnavi ul li{
	
	width:148px;
	float:left;
	background:url(../img/bg_gnavi03.jpg) repeat-x;
	border:1px solid #c85179;
	display:block;
	overflow: hidden;
}
#gnavi ul li a{
	display:block;
	color:#ffffff;
	font-size:18px;
	padding-top:10px;
	padding-bottom:-10px;
	text-decoration:none;
	height:36px;
}


#gnavi ul li a:hover{
	width:148px;
	background:url(../img/bg_gnavi_on03.jpg) repeat-x;
}

#main	{
	width:1050px;
	height:auto;
	margin:0 auto;
	border:1px solid gray;
	background-color:#ffffff;
	padding-bottom:50px;
}


#footer{
	width:100%;
	text-align:center;
	height:100px;
	border:1px gray solid;
	background-color:#e5e4e0;
	font-size:13px;
	color:#666;
	
}
#footer #f_link{
	display:block;
	float:left;
}
#footer #f_link a{
	margin-left:1000px;
	text-decoration:none;
}

