@charset "shift-jis";

/*=============================================================================

	Font-size Adjustment

	*default size 12px

				| 	122% = 15px	|	167% = 21px	|
	85% = 10px	|	129% = 16px	|	174% = 22px	|
	92% = 11px	|	136% = 17px	|	182% = 23px	|
	100% = 12px	|	144% = 18px	|	189% = 24px	|
	107% = 13px	|	152% = 19px	|	197% = 25px	|
	114% = 14px	|	159% = 20px	|

==============================================================================*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font:x-small;
	line-height: 1.6;
	font-size: 12px;
	color: #333;
	background: url(../images/bg_global.jpg) repeat-x;
}

/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

/*fieldset {
	border:none;
}*/

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

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #cc0033;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #cc0033;
}

br {
	letter-spacing: normal;
}

hr {
	display: none;
}


/*===================================================================

#2 LAYOUT

===================================================================*/

/*	#container
------------------------------------------------------------------*/
#container{
	width: 860px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_contents_area.gif);
	background-repeat: repeat-y;
}

/*	#globalMenu
------------------------------------------------------------------*/
#globalMenu{
	width: 860px;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#globalMenu h1{
	position: absolute;
	left: 0px;
	top: 0px;			
}
#globalMenu #copy{
	position: absolute;
	left: 316px;
	top: 7px;			
}
#globalMenu #entry{
	position: absolute;
	right: 0px;
	top: 0px;			
}


ul#nav{
width: 860px;
margin: 0px auto 10px auto;
padding: 0px;		
line-height:0;
}
ul#nav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
}
/* for IE6 */
* html ul#nav li{
	vertical-align: bottom;
}
/* for IE7 */
*+html ul#nav li{
	vertical-align: bottom;
}

ul#nav li a {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#snavi li a {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}
/* for IE6 */
* html ul#snavi li{
	vertical-align: bottom;
}
/* for IE7 */
*+html ul#snavi li{
	vertical-align: bottom;
}


/*--------------------------------------------------------------------
 sub
--------------------------------------------------------------------*/
ul#nav ul {
margin: 0px;
padding: 0px;
display: none;
position: absolute;
top: 34px;
left: 0;
}
ul#nav ul li {
	float: none;

}
ul#nav ul ul {
	top: 0px;
}
ul#nav ul a { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	color: #000000;
	background:#EEEEEE;
}
ul#nav ul a:hover {
	color: #FFFFFF;
	background:#555555;
}




/*--------------------------------------------------------------------
	main setup
--------------------------------------------------------------------*/
ul#nav li a#m_aaa {
	overflow: hidden;
}
ul#nav li a#m_bbb {
	overflow: hidden;
}
ul#nav li a#m_ccc {
	overflow: hidden;
}



/*	#header
------------------------------------------------------------------*/
#header{
	width: 860px;
	height: 144px;
	overflow: hidden;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#header #topicpath{
	float: right;
	margin-top: 2px;
}
#header #topicpath li{
	float: left;
	color: #db4c7c;
	font-size: 85%;
	line-height: 1;
	background: url(../images/bg_topic_path.gif) center right no-repeat;
	padding-right: 8px;
	margin-right: 4px;
	letter-spacing: 1px;
}
#header #topicpath li.last{
	background: none;
	padding-right: 8px;
	margin-right: 8px;		
}
#topicpath a,
#topicpath a:link {
	text-decoration: underline;
	color: #db4c7c;
	outline: none;
}
#topicpath a:visited {
	text-decoration: underline;
}
#topicpath a:hover {
	text-decoration: none;
}
/*	#contentsWrap
------------------------------------------------------------------*/
#contentsWrap{
	width: 860px;
	overflow: hidden;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	zoom: 1;
}
/*	#sideMenu	*/
#sideMenu{
	float: left;
	width: 185px;
	overflow: hidden;
	margin-left: 1px;
}
#sideMenu h3{
	margin: 23px 0 0 19px;
}
#snavi{
	margin: 0 0 0 19px;
}
#snavi li {
	width: 151px;
	background-color: #C03;
}
#snavi li a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}
/*	#contentsArea	*/
#contentsArea{
	width: 672px;
	float: right;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0;
}
*html #contentsArea{
	width: 670px;
}
#contentsArea h2{
	margin-top: 22px;	
}
#contents{
	width: 612px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	overflow: hidden;
}
#contents h4{
	width: 612px;
	margin: 25px auto 10px auto;	
}
#contents em{
	font-weight: bold;
	background: #fbebef;	
}
/*	#footer	*/
#footer{
	clear: both;
	width: 857px;
	background-color: #FFF;
	background-image: url(../images/line_h2px.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 1px;
	text-align: right;
	padding-top: 10px;
}
#pagetop{
	background-image: url(../images/line_h3px.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
#pgt{
	width: 90px;
	height: 19px;
	margin: 0 10px 0 auto;	
}
#fnavi{
	width: 857px;
	height: 26px;
	background-image: url(../images/line_h3px.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;	
}
#privacy{
	position: absolute;
	top: 6px;
	left: 8px;
}
#copyright{
	position: absolute;
	top: 10px;
	right: 8px;
}
*+html #copyright{
	position: absolute;
	top: 0px;
	right: 8px;
}
*html #copyright{
	position: absolute;
	top: 3px;
	right: 8px;
}
#privacy a:hover img,
#pgt a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/*	other
------------------------------------------------------------------*/


/* clearfix  */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.clr {clear: both;}
.Fright{ flort: right;}
/* margin */
.mb0 {margin-bottom: 0px!important;}
.mb8 {margin-bottom: 8px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb18 {margin-bottom: 18px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}

.mr10 {margin-right: 10px!important;}
.mr12 {margin-right: 12px!important;}
.mr15 {margin-right: 15px!important;}
.mr18 {margin-right: 18px!important;}

.ml15 {margin-left: 15px!important;}

.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}

.pt35 {padding-top: 35px!important;}

.pr15 {padding-right: 15px!important;}

.pl15 {padding-left: 15px!important;}
