@charset "utf-8";
@import "contents.css";
/* CSS Document */

/*------------------------------------------------------------------------------

	Default Setting

------------------------------------------------------------------------------*/
*{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	color: #323232;
	list-style: none;
}

a{
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"
}

img{
	border: none;
}

/*----------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

	Font Size

------------------------------------------------------------------------------*/
body{
	font-size: 75%;
	background: #f9f9f9;
	background: url(../images/header_bgrepeat.jpg) repeat-x;
}

h1{
	font-size: 134%;
}

h2{
	font-size: 117%;
}

h3{
	font-size: 110%;
}

p.footer_right{
	font-size: 80%;
}
/*----------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

	Common Setting

------------------------------------------------------------------------------*/
#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header{
	position: relative;
	width: 850px;
	height: 80px;
	background: url(../images/header_bgrepeat_x.jpg) repeat-x;
}

#main_container{
	width: 850px;
}

#footer{
	clear: both;
	position: relative;
	margin-top: 35px;
	width: 850px;
	height: 50px;
	background: #999;
}
/*----------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

	Header & MainMenu Setting

------------------------------------------------------------------------------*/
#header h1 a{
	float: left;
	width: 170px;
	height: 80px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#sub_menu{
	float: right;
	margin-right: 2px;
	width: 665px;
}

#sub_menu li{
	float: right;
	margin-left: 20px;
	height: 40px;
	background: url(../images/list_img.gif) no-repeat 0px 18px;
}

#sub_menu li a{
	padding-left: 15px;
	line-height: 40px;
}

#main_menu{
	float: right;
	width: 660px;
}

#main_menu ul{
	width: 130px;
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

#main_menu ul a{
	border-right: none;
}

#main_menu li{
	float: left;
	text-indent: -9999px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#main_menu a{
	display: block;
	width: 110px;
	height: 40px;
}

#main_menu li.mm01 a{
	display: block;
	width: 110px;
	height: 40px;
	background: url(../images/main_menu.jpg) no-repeat;
}

#main_menu li.mm01 a:hover{
	background: url(../images/main_menu.jpg) 0px -40px;
}

#main_menu li.mm02 a{
	background: url(../images/main_menu.jpg) no-repeat -110px 0px;
}

#main_menu li.mm02 a:hover{
	background: url(../images/main_menu.jpg) no-repeat -110px -40px;
}

#main_menu li.mm03 a{
	background: url(../images/main_menu.jpg) no-repeat -220px 0px;
}

#main_menu li.mm03 a:hover{
	background: url(../images/main_menu.jpg) no-repeat -220px -40px;
}

#main_menu li.mm04 a{
	background: url(../images/main_menu.jpg) no-repeat -330px 0px;
}

#main_menu li.mm04 a:hover{
	background: url(../images/main_menu.jpg) no-repeat -330px -40px;
}

#main_menu li.mm05 a{
	background: url(../images/main_menu.jpg) no-repeat -440px 0px;
}

#main_menu li.mm05 a:hover{
	background: url(../images/main_menu.jpg) no-repeat -440px -40px;
}

#main_menu li.mm06 a{
	background: url(../images/main_menu.jpg) no-repeat -550px 0px;
}

#main_menu li.mm06 a:hover{
	background: url(../images/main_menu.jpg) no-repeat -550px -40px;
}

#main_menu ul { line-height: 0; } /* IE6 "fix" */

#pan{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
}

#pageTop a{
	float: right;
	display: block;
	clear: both;
	text-indent: -9999px;
	width: 113px;
	height: 22px;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url(../images/back_to_top.jpg) no-repeat 0px 0px;
}

#pageTop a:hover{
	height: 22px;
	display: block;
	background: url(../images/back_to_top.jpg) no-repeat 0px -22px;
}

/*----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------

	Fotter Setting

------------------------------------------------------------------------------*/

#footer{
	width: 100%;
	height: 72px;
	margin-top: 50px;
	background: url(../images/footer_bgrepeat_x.jpg) repeat-x;
}

#footer_container{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	border-top: #4ac0fe solid 4px;
}

#footer_container p{
	margin-top: 10px;
}

p.footer_left{
	float: left;
}

p.footer_right{
	float: right;
}