@charset "utf-8";

/*-----------------------------------------------------------*/
/* ページ全体 CSS                                            */
/*-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	line-height:1.5;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	
	background-image:url(../images/mainBodyBG.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333333;
	position:relative;
}

img {
	padding:0px;
	margin:0px;
	border:none;
	vertical-align:top;
}

h1,h2,h3,h4,h5{
	font-size:12px;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

table tr td{
	margin:0px;
	padding:0px 0px;
}

A:link{
	color:#0000FF;
	text-decoration:none;
}

A:visited{
	color:#660099;
	text-decoration:none;
}

A:hover,a:active{
	color:#7F641B;
	text-decoration:underline;
}

.f14b {
	font-size:14px;
	font-weight:bold;
}

.f12b {
	font-size:12px;
	font-weight:bold;
}

.fo{
	color:#FF0000;
	font-weight:bold;
}

.f10 {
	font-size:10px;
	font-weight:normal;
}

.f10b {
	font-size:10px;
	font-weight:bold;
}

/* set head */
#header{
	background:url(../images/headerBG.gif) repeat-x;
	padding:0px;
	width:678px;
	height:70px;
}

#header h1{
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}

#header .headerMenu p{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/headerRightBG.gif) no-repeat;
	width:407px;
	height:21px;
	margin:0px;
	padding-top:12px;	
}

#header, #footer{
	margin:0 auto;
	width:678px;
}
/* end head */

#contents{
	margin:0 auto;
	width:678px;
	background:url(../images/mainBodyBG.gif) repeat-y #FFFFFF;
}

#wrapper #container { 
	width:658px;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
}

div #Cleft{
	float:left;
	background:url(../images/mainAnisonBG.jpg) no-repeat;
	padding-top:255px;
	width:422px;
	height:46px;
	text-align:center;
}

div #Ccenter1{
	background:url(../images/topber01.jpg) no-repeat;
	padding-top:14px;
	text-align:right;
	width:654px;
	height:120px;
}

div #Ccenter2{
	background:url(../images/topber02.jpg) no-repeat;
	padding-top:14px;
	text-align:right;
	width:654px;
	height:120px;
}

div #Ccenter3{
	background:url(../images/topber03.jpg) no-repeat;
	padding-top:14px;
	text-align:right;
	width:654px;
	height:120px;
}

div #Cright{
	float:right;
}

#Cright img{
	margin-bottom:7px;
}

.box{
	border:#E68C4D solid 1px;
	width:620px;
	padding:16px;
	margin-bottom:12px;
	background:url(../images/infoBG.gif) repeat;
}

.box p{
	background:url(../images/mark.gif) no-repeat left 4px;
	padding-left: 12px;
}

.box2{
	width:620px;;
	padding:16px;
	margin-bottom:12px;
}

.box2 h2{
	border-left:#FDB328 solid 5px;
	border-bottom: #999999 solid 1px;
	padding:3px 0px 3px 8px;
	margin-bottom:8px;
}

.anison{
	padding-left:14px;
}

.Fmap{
	float:right;
	width:315px;
}

.Fanime{
	float:right;
	width:274px;
}

#pageTop{
	text-align:right;
	padding:10px 8px 10px 0px;
}

#footer{
	background:url(../images/footer.gif) left top no-repeat;
	padding-bottom:20px;
	text-indent:-9999px;
}