@charset "utf-8";
/* CSS Document */
/*IE用背景グラデ-firefox無効-----*/
html{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#333333);
}
/*End--IE用背景グラデ-firefox無効*/

* {
	margin:0pt;
	padding:0pt;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
	font:bold;
	line-height:1.7em;
}
h3{
	font-size:14px;
}
.font16{
	font-size:16px;
}
.title-box{
	width:800px;
	height:100px;
}
.content{
	margin:10px;
}
.content p{
	margin:1em 20px;
}
.content h2{
	font-size:16px;
	font:bold;
	margin:10px 20px;
}

body{
	background:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#000000;
	width:900px;
	line-height:1.5em;

}
div#wrap{
	background:#FFFFFF url(../s_shared/bg_sakura.jpg) no-repeat scroll center top;
	width:900px;
	margin:0 0 0 30px;
}
div#head {
	width:180px;
	height:80px;
	display:block;
	margin:0 0 0 50px;
}

/*menu----------*/
div#menu-box{
	width:850px;
	height:50px;
	display:block;
	font-size:0%;/*IE imgFix*/
  	line-height:0%;/*IE imgFix*/
	margin:0 0 0 50px;
	padding:0;
}

#menu{
	width:850px;
	height:50px;
	float:left;
	display:inline;
	line-height:0;
	margin:0;
	padding:0;
}
#menu li {
	width:160px;
	height:50px;
	float:left;
	display:inline;
	line-height:0;
	list-style-type:none;
}
/*End-------menu*/

div#main{
	width:800px;
	height:auto;
	margin:0 0 0 50px;
}
div#footer{
	background:#FFFFFF url(../s_shared/s_footer.jpg) bottom no-repeat;
	width:900px;
	height:70px;
	clear:both;
}

/*link----------*/
a img{
	border:none;
}
a:link{
	color:#FF6600;
	text-decoration:underline;
}
a:visited{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#FF3366;
	text-decoration:underline;
}
a:active{
	color:#FF6666;
	text-decoration:underline;
}
/*End-------link*/

.go-top a{
	background:url(../s_shared/go_top.gif) no-repeat center;
	width:100px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:right;
	clear:both;
	padding:10px 0;
}
.imgFix{
      display:block;
      font-size:0%;
      line-height:0%;
}

/*float指定のBOXを通常BOXへ入子する際に親要素へ指定------*/
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*IE7用--------------------*/
.clearfix{
	display:inline-block;
}
/*---------------End IE7用*/
/*Hides from IE-mac\------*/
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/*---End hide from IE-mac*/
/*End---float指定のBOXを通常BOXへ入子する際に親要素へ指定*/