@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;	
}

/*------------ 背景画像 ------------*/
body {
	background-color: #000033;
}

/*------------ 全体のレイアウト ------------*/
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

#layout {
	padding: 0 0 0 9px;
}

/*------------ サイドナビ ------------*/
#side_nav {
	width: 172px;
	color: #808099;
	font-size: 11px;
	float: left;
}

/*------------ サイドロゴ ------------*/
h1#side_logo {
	margin-bottom: 11px;
	text-indent: -9999px;
}

h1#side_logo a {
	display: block;
	width: 113px;
	height: 45px;
	background-image: url(../images/side_logo_off.jpg);
	background-repeat: no-repeat;
}

h1#side_logo a:hover {
	background-image: url(../images/side_logo_on.jpg);
	background-repeat: no-repeat;
}

/*------------ 見出しタグ ------------*/
#side_nav h2 {
	padding: 20px 0 15px 10px;
}

#side_nav h3 {
	padding: 25px 0 0 10px;
}

/*------------ サイドリスト ------------*/
#side_nav dl, #side_nav ul {
	padding-left: 28px;
	line-height: 1.7;
}

#side_nav dl dd {
	padding: 7px 0 0 11px;
}

#side_nav p.top40 {
	padding-top: 40px;
}

/*-------- カテゴリー --------*/
#side_nav .top10 {
	padding-top: 10px;
}

/*-------- リコメンドリスト --------*/
#side_nav .reco_box {
	width: 152px;
	padding: 5px 0 0 10px;
}

#side_nav .reco_box img {
	border: #666666 1px solid;
}

#side_nav .reco_box p {
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
}

/*------ リンク色（サイドナビ） ------*/
#side_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#side_nav a:hover {
	color: #B8B8FF;
}

#side_nav a:visited {
	color: #;
}

#side_nav .w100 {
	width: 100px;
	height: 15px;
	border-width: 0;
	border: none;
	font-size: 10px;
}

/*------------ 検索フォーム ------------*/
table#search_box {
	margin-left: 10px;
	background-color: #FFFFFF;
	border: #999999 1px solid;
}

table#search_box th,
table#search_box td {
	padding: 1px;
	vertical-align: center;
}

table#search_box th {
	width: 110px;
}

table#search_box .w100 {
	width: 100px;
	height: 10px;
	border-width: 0;
	font-size: 10px;
}

/*------------ ボタン ------------*/
#side_nav .gray_button {
	padding: 1px 5px 1px 5px;
	color: #000000;
	background-color: #cbcbcb;
	border: #59597C 1px solid;
	font-size: 10px;
}

/*------ コンテンツ ------*/
#contents {
	width: 718px;
	padding-top: 15px;
	float: right;
}

/*------------ 上部BOX ------------*/
#topic_box {
	padding-bottom: 8px;
}

/*------------ パンくずリスト ------------*/
ul#topicpath {
	width: 350px;
	font-size: 10px;
	padding-top: 5px;
	_padding-top: 3px;
	color: #606079;
	float: left;
}  

ul#topicpath li {
	display:inline;  
}  

/*------ リンク色（パンくずリスト） ------*/
ul#topicpath li a {
	color: #606079;
	text-decoration: none;
	margin-left: 5px;
	padding-left: 15px;
	background:url(../images/topic_icon.gif) no-repeat left center;  
}

ul#topicpath li a:hover {
	color: #C5C5DA;
}

ul#topicpath li a:visited {
	color: #;
}

/*------------ トピックナビ ------------*/
ul#topic_nav {
	text-indent: -9999px;
	float: right;
}

ul#topic_nav li {
	padding: 0 11px;
	float: left;
}

ul#topic_nav li a {
	height: 23px;
	background-repeat: no-repeat;
	display: block;
}

/*------------ トピックナビ（マウスOFF） ------------*/
ul#topic_nav li#QA a {
	width: 149px;
	background-image: url(../haute/images/topic_QA_off.jpg);
}

ul#topic_nav li#reserve a {
	width: 65px;
	background-image: url(../haute/images/topic_reserve_off.jpg);
}

/*------------ トピックナビ（マウスON） ------------*/
ul#topic_nav li#QA a:hover {
	width: 149px;
	background-image: url(../haute/images/topic_QA_on.jpg);
}

ul#topic_nav li#reserve a:hover {
	width: 65px;
	background-image: url(../haute/images/topic_reserve_on.jpg);
}

/*------ メインコンテンツ ------*/
#main_contents,
#main_contents2 {
	width: 718px;
	padding-bottom: 30px;
	color: #FFFFFF;
	font-size: 14px;
}

#main_contents,
.back_line,
.back_line_top {
	background-image: url(../images/contents_back.gif);
}

.back_line_top {
	padding-bottom: 30px;
}

.back_line {
	padding: 30px 0;
}

/*------------ 見出しタグ ------------*/
#main_contents h2,
#main_contents2 h2 {
	padding: 30px 0;
	font-weight: normal;
}

/*------------ 各サブタイトル ------------*/
#main_contents h3.sub_title,
#main_contents2 h3.sub_title {
	padding-bottom: 30px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}

#main_contents h4.sub_title2 {
	padding: 0 53px;
	font-size: 14px;
	font-weight: normal;
}

/*------ 各テキスト設定 ------*/
#main_contents p.text,
#main_contents ul.text_list,
#main_contents2 ul.text_list,
#main_contents h3.text,
#main_contents h4.text,
#main_contents h5.text{
	padding: 0 53px 20px 53px;
	line-height: 1.8;
}


#main_contents h3.text{
	font-size: 14px;
}



/*------------ コンテンツボックス ------------*/
.contents_box,
.contents_box_last {
	width: 705px;
}

.contents_box {
	margin-bottom: 30px;
}

/*------------ TOPページに戻る ------------*/
p.page_top {
	text-indent: -9999px;
}

/*------------ TOPページに戻る（マウスOFF） ------------*/
p.page_top a {
	width: 140px;
	height: 20px;
	margin-left: 540px;
	background-image: url(../images/toppage_off.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}

/*------------ TOPページに戻る（マウスON） ------------*/
p.page_top a:hover {
	background-image: url(../images/toppage_on.png);
	background-repeat: no-repeat;
}

/*------ リンク色（メインコンテンツ） ------*/
#main_contents a {
	color: #FFFFFF;
	text-decoration: none;
}

#main_contents a:hover {
	color: #B8B8FF;
}

#main_contents a:visited {
	color: #;
}

/*------------ フッター ------------*/
#footer {
	padding: 25px 0 30px 0;
}

#footer address{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


/*------------ 新着情報 ------------*/
#test {
	display: none;
	overflow: scroll;
}

h3#news_title {
	padding: 20px 0 10px 20px;
	color: #b8b8cb;
	font-size: 16px;
}

table#renewal {
	width: 550px;
	margin-left: 20px;
	color: #b8b8cb;
}

table#renewal th.news_date {
 width: 100px;
 padding: 5px 0;
 font-weight: normal;
 border-bottom: #b8b8cb 1px dotted;
 vertical-align: top;
}

table#renewal td.news_list {
 width: 400px;
 padding: 5px 5px 5px 10px;
 border-bottom: #b8b8cb 1px dotted;
}

/*------ リンク色（新着情報） ------*/
table#renewal a {
	color: #b8b8cb;
	text-decoration: none;
}

table#renewal a:hover {
	text-decoration: underline;
}

table#renewal a:visited {
	color: #;
}


.top25 {
	padding-top: 25px;
}

.left10 {
	padding-left: 10px;
}

/*-------- 下に25px --------*/
.bottom25 {
	margin-bottom: 25px;
}
.bottom25b {
	margin-left: 170px;
         text-align:left;
	margin-bottom: 25px;
}
.bottom25c {
	margin-left: 30px;
         text-align:left;
	margin-bottom: 25px;
}

.name1 {
	margin-left: 200px;
         text-align:left;
	margin-bottom: 25px;
}


.bottom40 {
	padding-bottom: 40px;
}
.bottom40c {
	margin-left: 20px;
         text-align:left;
	padding-bottom: 40px;
}
/*-------- 真ん中寄せ --------*/
.center {
	text-align: center;
}

/*-------- 左寄せ --------*/
.left_text {
	text-align: left;
}

/*-------- 右寄せ --------*/
.right_text {
	text-align: right;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}



/*-------- ul BAplus --------*/

ul.v01 li{
	list-style-type: disc;
	margin: 0 0 0 30px;
}

