@charset "utf-8";
/* CSS Document */
/* Update：2009/10/14 */

/*----------
 body wrap
----------*/
body.home
{
	background-image:url(../../images/body_home_bg.gif);
	background-position:50% 0%;
	background-repeat:repeat-x;
	background-color:#FAFAFA;
	text-align:left;
}
body.home #wrap{
	width:100%;
	height:100%;
	background-image:url(../../images/wrap_home_bg.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position:relative;
	font-size:125%;
}

body.common
{
	background-color:#FAFAFA;
	text-align:left;
}
body.common #wrap{
	width:100%;
	height:100%;
	background-image:url(../images/wrap_common_bg.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
	position:relative;
	font-size:125%;
}

a{
	color:#006699;
}
a:hover{
	color:#FF9900;
}



/*----------
 global
----------*/
#global_header,
#global_body,
#global_footer{
	margin:0 auto;
	clear:both;
	position:relative;
}


/*----------
 global_header
----------*/
body.home #global_header{
	width:100%;
	height:441px;
	background-image:url(../../images/global_header_home_bg.gif);
	background-position:50% 0%;
	background-repeat:no-repeat;
}
body.home #global_header .inner{
	width:760px;
	height:441px;
	margin:0 auto;
	background-image:url(../../images/global_header_bottom_bg.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
}

body.common #global_header{
	width:100%;
	height:291px;
	background-image:url(../images/global_header_common_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
body.common #global_header .inner{
	width:760px;
	height:291px;
	margin:0 auto;
	background-image:url(../images/global_header_bottom_bg.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
}

#global_header h1{
	text-indent:-9999px;
}
#global_header h2{
	text-indent:-9999px;
}
#global_header p{
	text-indent:-9999px;
}


/*----------
 global_body
----------*/

#global_body{
	width:750px;
	padding:0 5px 35px 5px;
	background-image:url(../images/global_body_bg.gif);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
#global_body #pankuzu{
	padding:0 0 20px 10px;
}


#global_body .contents{
	width:750px;
	clear:both;
}
/* Start.Clearfix */
#global_body .contents:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_body .contents{
	display:inline-block;
	min-height:1%;
}
* html #global_body .contents{
	height:1%;
}
#global_body .contents{
	display:block;
}
/* End.Clearfix */


#global_body .contents .h3{
	width:750px;
	height:60px;
	margin:0 0 30px 0;
}
#global_body .contents .h3 h3{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#global_body .contents .body{
	padding:0 30px;
}

#global_body .contents .body p{
	margin-bottom:2em;
}
#global_body .contents .body p.end{
	margin-bottom:0;
}

#global_body .contents .image_r{
	width:200px;
}
#global_body .contents .image_r img{
	margin:0 0 3px 0;
}
#global_body .contents .image_r p{
	margin:0;
	text-align:right;
	font-size:80%;
	color:#666666;
}

#global_body .bt_contact{
	width:430px;
	height:60px;
	margin:50px auto;
}
#global_body .bt_contact a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/bt_contact.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-align:left;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_body .bt_contact a:hover{
	background-position:0% -60px;
}

/*----------
 フッター
----------*/
#global_footer{
	width:760px;
	background-image:url(../images/global_footer_bg.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}

ul#global_footer_menu{
	padding:10px 0 0 15px;
	list-style-type:none;
	font-size:80%;
}
ul#global_footer_menu li{
	padding:0 20px 0 18px;
	background-image:url(../images/global_footer_menu_bg.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	float:left;
}
ul#global_footer_menu li a{
	color:#666666;
	text-decoration:none;
}
ul#global_footer_menu li a:hover{
	color:#333333;
	text-decoration:none;
}
#global_footer #copyright{
	padding:20px 0;
	margin:0;
	text-align:center;
	color:#999999;
	font-size:12px;
	clear:both;
}

/* Start.Clearfix */
ul#global_footer_menu:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
ul#global_footer_menu{
	display:inline-block;
	min-height:1%;
}
* html ul#global_footer_menu{
	height:1%;
}
ul#global_footer_menu{
	display:block;
}
/* End.Clearfix */

#global_footer #logo{
	padding:30px 0 20px 20px;
	width:308px;
	height:22px;
	float:left;
}
#global_footer #logo a img{
	border:0;
}
#global_footer #information{
	width:340px;
	padding:20px 20px 20px 0;
	float:right;
	font-size:12px;
	color:#666666;
}
#global_footer #copyright{
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
	color:#999999;
	font-size:12px;
	clear:both;
}