﻿@charset "utf-8";

/*------ヘルプ関連ページ共通全体設定--------*/

body{
}

#container{
	width: 960px;
	margin: 0px auto 20px auto;
	overflow: hidden;
	background: #fff;
	height:100%;
}

#main-contents{
	width: 732px;
	float: right;
	}
#main-contents h3{
	width:695px;
	height:27px;
	padding-left:35px;
	margin:10px 0px 15px 2px;
	background:url(/images/cn/common/titlebar2_red_730.gif);
	color:#fff;
	line-height:27px;
	font-size:13px;
	}
#help-contents{
	float: left;
	width:930px;
}
#help-contents h3{
	width:695px;
	height:27px;
	padding-left:35px;
	margin:10px 0px 15px 2px;
	background:url(/images/cn/common/titlebar2_red_730.gif);
	color:#fff;
	line-height:27px;
	font-size:13px;
	}
#sub-contents{
		width: 210px;
		padding: 0px 10px 0px 5px;
		float: left;
}
	


/*-----旧ヘルプスタイル02--------------*/

/*-----全体------------------*/

#contents_01{
width:679px;
margin:10px 0px 0px 17px;
border-bottom:1px dotted #999;
border-top:1px solid #999;
border-left:5px solid #777;
border-right:1px solid #999;
color:#444;
padding:10px;
background-color:#e2e2e2;
}

#contents_02{
width:683px;
margin:0px 0px 15px 17px;
padding:10px;
border-bottom:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
}

#contents_02 ul{
margin:0px;
padding:0px;
}

#contents_02 strong{
color:#333333;
}

#contents_02 li{
	padding-bottom:5px;
	padding-left:17px;
	list-style:none;
	background-image: url(/images/ja/about/ya.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
}

#contents_03{
width:685px;
margin-bottom:30px;
padding:0px 10px 0px 17px;
}

#contents_03 p{
margin:0px;
padding:10px 0px;
color:#333333;
}

/*-------サイトマップ----------*/

#contents_map{
width:705px;
overflow:hidden;
margin-bottom:30px;
}

#contents_mapleft{
width:347px;
margin-right:10px;
float:left;
}

#contents_mapright{
width:347px;
margin-left:1px;
float:right;
}

#contents_mapgroup{
width:345px;
margin-bottom:10px;
border:1px solid #999;
}

#contents_maptitle{
width:326px;
margin-bottom:7px;
border-bottom:1px dotted #999;
border-left:5px solid #777;
color:#444;
padding:7px;
background-color:#e2e2e2;
}

#contents_mapgroup ul{
margin:0px 0px 0px 15px;
padding:0px;
}


#contents_mapgroup li{
	padding-bottom:7px;
	padding-left:17px;
	list-style:none;
	background-image: url(/images/ja/about/ya.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
}

#contents_mapgroup a{
text-decoration:none;
}
#contents_mapgroup a:hover{
text-decoration:underline;
}

