@charset "utf-8";
/* CSS Document */

#content{
	margin: 0px;
	padding: 0px;
	background: url('../images/header/header_bg.jpg') no-repeat top center;
	width:950px;
	height:100%;
	overflow:hidden;
}

#main{
	margin:52px 0px 0px 0px;
	padding:0px;
	width:950px;
}

/* 左メニュー */
#main #left{
	margin-left:15px;
	float:left;
	width:164px;
	/*IE6 WMargin*/
	display:inline;	
}

#main #left .sidemenu{
	margin-bottom:5px;
	padding-left:14px;
	float:left;
	background:url(../images/common/himg.jpg) no-repeat;
	background-position: 0px 5px;
	
	line-height: 140%;
	background:url(../images/common/himg.jpg) no-repeat;
	background-position: 0px 5px;

	width: 150px;
	font-size:80%;
	font-weight:bolder;
	font-color:#333333;
	/*IE6 WMargin*/
	display:inline;	
}

#main #left .sidemenu a:visited, #main #left .sidemenu a:link{
	color:white;
	text-decoration:none;
}

#main #left .sidemenu a:hover, #main #left .sidemenu a:active{
	color:#0066FF;
	text-decoration:none;
}

/* 右コンテンツ */

#main #right{
	margin:0px 0px 10px 30px;
	background: url(../images/common/main_bg.jpg) repeat-y center top;
	float:left;
	width:740px;
	/*IE6 WMargin*/
	display:inline;	
}

/* 冒頭分岐ボタン */
#main #right .outlineLink{
	width: 740px;
	height: 185px;
}
#main #right .outlineLink img{
	float:left;
	width: 370px;
	height: 185px;
}

#main #right .title{
	margin: 20px 0px 10px 0px;
	width: 740px;
	height: 47px;
}

#main #right .content{
	width: 740px;
}

#main #right .content_check{
	background: url(../images/outline/check_point.jpg) no-repeat top right;
	width:740px;
	min-height:100px;
}

/*
	本文テキストの設定。
*/

#main #right .text{
	margin:0px 20px 0px 20px;
	width: 700px;
	height: auto;
	
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#039;
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
}

#main #right .text h1{
	width:700px;
	text-align:center;
	font-size: 150%;
	font-weight: bolder;
}

#main #right .text h2{
	width:700px;
	font-size: 120%;
	font-weight: bolder;
}

#main #right .text small{
	display:block;
	font-size: 90%;
	font-weight: normal;
}

/*
 太字赤の強調表示
*/
#main #right .text .red{
	font-weight:bolder;
	color:#FF0000;
}

#main #right .text ul{
	list-style-type: square;
}

#main #right .text li{
	font-weight: normal;
}

#main .back{
	width:730px;
	text-align: right;
}

.back a:visited, .back a:link, .back a:hover, .back a:active{
	text-decoration:none;
	font-size:12px;
	font-weight: bolder;	
}

.back a:visited, .back a:link{
	color: #333333;
}

.back a:hover, .back a:active{
	color: #FF0000;
}