@charset "utf-8";

/****************************************
		 Basic
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	list-style:none;
	vertical-align: top;
	}

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

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a, div, dt, dd {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* p */

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

/* ul */

ul {
	list-style-type: none;
}
/* a */
a {
	color: #C61E21;
	text-decoration: underline;
}

/* img */

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

a img {
	border: none;
}

body	{
	font-family: Verdana, Arial, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 160%;
	background-color: #FFFFFF;
} 

/* margin-top */
	.mt00 { margin-top: 0px; }
	.mt05 { margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt15 { margin-top: 15px; }
	.mt20 { margin-top: 20px; }
	.mt30 { margin-top: 30px; }
	.mt40 { margin-top: 40px; }

/* margin-right */
	.mr00 { margin-right: 0px; }
	.mr05 { margin-right: 5px; }
	.mr10 { margin-right: 10px; }
	.mr15 { margin-right: 15px; }
	.mr20 { margin-right: 20px; }
	.mr30 { margin-right: 30px; }
	.mr40 { margin-right: 40px; }

/* margin-bottom */
	.mb00 { margin-bottom: 0px; }
	.mb05 { margin-bottom: 5px; }
	.mb10 {
	margin-bottom: 10px;
}
	.mb15 { margin-bottom: 15px; }
	.mb20 { margin-bottom: 20px; }
	.mb30 { margin-bottom: 30px; }
	.mb40 { margin-bottom: 40px; }

/* margin-left */
	.ml00 { margin-left: 0px; }
	.ml05 { margin-left: 5px; }
	.ml10 { margin-left: 10px; }
	.ml15 { margin-left: 15px; }
	.ml20 { margin-left: 20px; }
	.ml23 { margin-left: 23px; }
	.ml25 { margin-left: 25px; }
	.ml30 { margin-left: 30px; }
	.ml40 { margin-left: 40px; }

.fl {float:left;}
.fr {float:right;}

.ar {text-align: right;}

.ac {text-align: center;}

/****************************************
		 Basic Layout 
*****************************************/
#header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
.head {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 9;
	width: 934px;
	height: 83px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 109px;
}
#main_images {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	text-align: center;
	padding-top: 120px;
	height: 280px;
	margin-bottom: 30px;
	margin-top: 192px;
}
.main_images_bg {
	width: 334px;
	margin-right: auto;
	margin-left: auto;
	height: 97px;
}
.c-contents {
	width: 847px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 212px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents {
	width: 969px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
}
/****************************************
		 Contents Layout 
*****************************************/
.main {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.footer_navi{
	width: 285px;
	height: 27px;
	float: right;
	margin-right: 43px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}
.fadeImg{
	background-color:#FFFFFF;
}

/****************************************
		 Contents Font 
*****************************************/
#header h1 {
	display:none;
}

.f10{
	font-size: 10px;
}

.f12{
	font-size: 12px;
}

.red10{
	font-size: 10px;
	color: #FF0000;
}

.red{
	color: #FF0000;
}

/****************************************
		 table 
*****************************************/

table {
	border-collapse: collapse;
	border-spacing:0px;
	margin-bottom: 20px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
tr {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td {
	line-height: 24px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: central;
	padding: 5px;
}

.bg-line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/****************************************
	 Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}

input[type="reset"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}
	
input[type="button"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}

/****************************************
	 other
*****************************************/

#top2 {
	position: fixed;
	bottom: 0;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
	padding-top: 18px;
	background-position: center bottom;
	}
#top2 .arrow {
	float: right;
	width: 100px;
	}
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	}
#nav ul {
	list-style-type: none;
	}
#nav li {
	line-height: 1em;
	display: inline;
	margin-right: 20px;
	}
#nav li a {
	font-family: 'Marvel', sans-serif;
	color: #000;
	text-decoration: none;
	}
#nav li .share {
	position: relative;
	top: 4px;
	}
.page {
	/* [disabled]min-height: 1085px; */
	}
	img 		{ border: none; vertical-align:bottom;}
	a img 		{ border: none; }
	a:hover img { border: none; }

/****************************************
		 Globalnav
*****************************************/

.globalnav {
	width: 934px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	vertical-align: bottom;
}

.globalnav ul {
	width: 848px;
	margin: 0px;
	padding: 0px;
}

.globalnav li {
	display:inline;
	float:left;
	height:83px;
	text-decoration:none;
	overflow:hidden;
}

.globalnav li a {
	display:block;
	float:left;
	height:0px;
	text-decoration:none;
	padding-top: 83px;
	overflow:hidden;
}

/*  マウスのオン、オフの設定
-------------------------------- */
/*  オフ	*/   
.rollover_01 a{width:125px;background:url("../images/menu.jpg") 0 0 no-repeat;}
.rollover_02 a{width:125px;background:url("../images/menu.jpg") -125px 0 no-repeat;}
.rollover_03 a{width:125px;background:url("../images/menu.jpg") -250px 0 no-repeat;}
.rollover_04 a{width:125px;background:url("../images/menu.jpg") -375px 0 no-repeat;}
.rollover_05 a{width:125px;background:url("../images/menu.jpg") -500px 0 no-repeat;}
.rollover_06 a{width:223px;background:url("../images/menu.jpg") -625px 0 no-repeat;}

/*  カレント	*/ 
.rollover_01 a.current{height: 83px;background-position:0px -83px;}
.rollover_02 a.current{height: 83px;background-position:-125px -83px;}
.rollover_03 a.current{height: 83px;background-position:-250px -83px;}
.rollover_04 a.current{height: 83px;background-position:-375px -83px;}
.rollover_05 a.current{height: 83px;background-position:-500px -83px;}
.rollover_06 a.current{height: 83px;background-position:-625px -83px;}

/*	オン	*/  
.rollover_01 a:hover{background-position:0 -83px;}
.rollover_02 a:hover{background-position:-125px -83px;}
.rollover_03 a:hover{background-position:-250px -83px;}
.rollover_04 a:hover{background-position:-375px -83px;}
.rollover_05 a:hover{background-position:-500px -83px;}
.rollover_06 a:hover{background-position:-625px -83px;}
