@media all{l

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 950px;
}


#breadcrumbs
{
	width: 100%;
	min-width: 600px;
}


#page-top,
#top-in,
#breadcrumbs ol,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 950px;
}

#header-in,
#global-menu ul,
#main-in{
	margin: auto;
	width: 950px;
}

/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

*/


/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #666; }


/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #03f; }
a:visited{ color: #03f; }
a:hover{ color: #c60; }
a:active{ color: #c60; }



/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 30px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e5eaf7;
	font-size: 1.2em;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 29px;
	padding-left: 16px;
}

#top-menu li{
	float: left;
	margin-right: 22px;
	line-height: 29px;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	padding: 2px 0;
	padding-left: 20px;
	background: url(../images/icon/icon-arrow.gif) left center no-repeat;
}

#top-menu li.sitemap a{ background: url(../images/icon/icon-sitemap.gif) left center no-repeat; }
#top-menu li.contact a{ background: url(../images/icon/icon-contact.gif) left center no-repeat; }


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 30px;
	height: 94px;
	font-size: 1.2em;
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 5px;
}

#header-logo-right{
	position: absolute;
	top: -20px;
	left:700px;
}


#header-logo-right img{margin-top:8px;}




/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #666; }
#header-logo #logo-text a:visited{ color: #666; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーテキスト*/
#header-in #header-text{
	width: 500px;
	position: absolute;
	top: -10px;
	right: 450px;
	text-align: left;
	font-size:10px;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 60px;/*▲ページ最上部からの距離*/
	left: 0;
}


#global-menu ul{
	margin-top: 4px;
	margin-bottom: 4px;
}


#global-menu li{
	float: left;
	height: 60px;
	margin-left:1px;
}


#global-menu li a{
	display: block;
	padding: 0px;
	height: 60px;
	text-decoration: none;
	color: #eeeeee;
}



/*IE6対策*/
* html #global-menu ul li a{ height: auto; }


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu ul li a{
	padding: 8px 29px 8px 29px;
}*/


/*各エリアの幅を指定します。合計が全体のサイズ-20pxになるようにして下さい
（例：140+300+200+150+140 = 950-20）*/
#global-menu li.menu01{ width: 125px; }
#global-menu li.menu02{ width: 124px; }
#global-menu li.menu03{ width: 124px; }
#global-menu li.menu04{ width: 124px; }
#global-menu li.menu05{ width: 124px; }
#global-menu li.menu06{ width: 224px; padding-left:73px; padding-top:8px;}

#global-menu ul li a:hover{
	height: 60px;
/*	background: url(../images/common/menu_on.gif) left bottom no-repeat;*/
	color: #99ccff;*/
}


/*IE6対策*/
* html #global-menu ul li a:hover{ height: auto; }





#global-menu hr{
	margin: 0px;
	padding: 0;
	height: 10px;
	color: #336181;
	background: #336181;
	border: 0px;
}




/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{
}

#breadcrumbs.location{
	position: absolute;
	top: 691px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.clothes{
	position: absolute;
	top: 395px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.plan{
	position: absolute;
	top: 445px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.dress{
	position: absolute;
	top: 495px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.kimono{
	position: absolute;
	top: 545px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.video{
	position: absolute;
	top: 445px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs.image340{
	position: absolute;
	top: 485px;/*▲ページ最上部からの距離*/
	left: 0;
}


#breadcrumbs ol{
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 100%;
	list-style: none;
background: #FFE9C8;


}

#breadcrumbs li{
	float: left;
	padding-right: 6px;
	padding-left: 12px;
	background: url(../images/common/icon/ico_pankuzu.gif) no-repeat 0 50%;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 20px;
	background: url(../images/common/icon/icon14_home.gif) no-repeat 0 20%;
}




#breadcrumbs li a:link,
#breadcrumbs li a:visited { color: #666666; }
 
#breadcrumbs li a:hover,
#breadcrumbs li a:active {
	color: #0099FF;
	text-decoration: underline; }









/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	padding-top: 223px;/*▲ページ最上部からの距離*/
	height: 100%;
}


#main2{
	padding-top: 145px;/*▲ページ最上部からの距離*/
	height: 100%;

}

/*メインイメージ（TOPのみ）*/
#main-image{
	display: block;
	position: relative;
	width: 950px;
	height: 290px;
	margin-bottom: 20px !important;
}
/*メインイメージ（TOP以外）*/
#main-image2{
	display: block;
	position: relative;
	margin-bottom: 20px !important;
}
/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	height:310px;
	float: right;
	width: 297px;
}

#sidebar-in{
	width: 300px;
	font-size: 1.1em;
}


/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: url(../images/title/bg-sidebar-h3.gif) left center no-repeat #1a45ab;
	border: 1px solid #8a8a89;
	color: #fff;
}

#sidebar h3 small{
	display: block;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	font-size: 1em;
}


/*●検索ボックス*/
#sidebar dl.search-box{
	margin-bottom: 16px;
}

#sidebar dl.search-box dt{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#sidebar dl.search-box dt input{
	padding: 2px;
	width: 133px;
	height: 22px;
	border: none;
}

/*IE6対策*/
* html dl.search-box dt input{ height: auto; }

/*IE7対策*/
*+html dl.search-box dt input{ height: auto; }

#sidebar dl.search-box dd{
	margin: 0;
	padding: 0;
	float: right;
	width: 98px;
}


/*●お問い合わせ*/
#sidebar p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}

.img_contact{
	margin-top:0px;
	margin-bottom:40px;
	margin-left:80px;
}

.img_request{
	margin-top:0px;
	margin-bottom:40px;
	margin-left:180px;
}

/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 0px;
}

#sidebar div.menu{
	margin-bottom: 20px;
	padding: 5px 8px 5px 8px;
	background-color: #ffffff;
}







/*●サイドメニュー*/
#sidebar ul.side-menu{
	padding: 0px;
	background-color: #ffffff;
}

#sidebar .side-menu ul{
	padding: 0px;
	margin: 0;
	background-color: #fff;
}

#sidebar ul.side-menu li{
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	margin-top:10px;
}

#sidebar ul.side-menu li a{
	display: block;
	background:url(http://www.vivienarmstrong.com/images/add/blog_arrow.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
}


.similar-posts-h3{margin-top:60px;margin-bottom:10px;}

ul.similar-posts{
	padding: 0px;
	background-color: #fff;
}

ul.similar-posts li{
	width:400px;
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	margin-top:5px;
}


ul.similar-posts li a {
	display: block;
	background:url(http://www.vivienarmstrong.com/images/add/blog_arrow.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
	margin-left:10px;
}



/*--IE7対策--*/
*+html ul.side-menu li a{ background: url(../images/icon/icon-menu01.gif) 6px 18px no-repeat #fff; }

/*--IE6対策--*/
* html ul.side-menu li a{ background: url(../images/icon/icon-menu01.gif) 6px 18px no-repeat #fff; }

#sidebar ul.side-menu li li{
	margin-bottom: 0;
	padding-left: 25px;
	width: 198px;
	background: #fff;
	border: 0;
}

#sidebar ul.side-menu li li a{
	padding: 7px 20px;
	width: 158px;
	background: url(../images/icon/icon-menu02.gif) 4px 12px no-repeat #fff;
	border-left: none;
}


/*マウスオーバー時の背景の設定*/
#sidebar ul.side-menu li a:active,
#sidebar ul.side-menu li a:hover{
	color: #f93;
	background:url(http://www.vivienarmstrong.com/images/add/blog_arrow.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

/*--IE7対策--*/
*+html ul.side-menu li a:active,
*+html ul.side-menu li a:hover{ background: url(../images/icon/icon-menu01_on.gif) 6px 18px no-repeat #f93; }

/*--IE6対策--*/
* html ul.side-menu li a:active,
* html ul.side-menu li a:hover{ background: url(../images/icon/icon-menu01_on.gif) 6px 18px no-repeat #f93; }

#sidebar ul.side-menu li li a:active,
#sidebar ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }

/*--IE7対策--*/
*+html ul.side-menu li li a:active,
*+html ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }

/*--IE6対策--*/
* html ul.side-menu li li a:active,
* html ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }



/*●バナーエリア*/
#sidebar ul{
	margin-left: 0px;
	padding: 0px;
	}



#sidebar .banner li{
	margin-left: 0px;
	margin-bottom: 18px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#sidebar .banner li a{
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidebar .banner li a img{ display: block; }


/*●ランキング*/
#sidebar ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#sidebar ul.ranking p{ margin: 0 0 10px 0; }

.no1,.no2,.no3{
	padding: 0 0 0 30px!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	color: #ff0000!important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 34px!important;
	padding: 0 0 0 30px!important;
}

/*●王冠画像*/
.no1{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.no2{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.no3{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no4{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no5{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no6{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no7{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no8{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no9{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: left;
	padding-right: 0px;
	width: 950px;
	font-size: 1.4em;
	
}

#main-contents-blog{
	float: left;
	padding-right: 0px;
	width: 640px;
	font-size: 1.4em;
	
}




#main-contents-location{
	float: left;
	padding-right: 0px;
	width: 950px;
	font-size: 1.4em;
}

#main-contents-950{
	float: left;
	padding-right: 0px;
	width: 950px;
	font-size: 1.4em;
}



#main-contents div.contents{
	margin: 0px;
	padding: 0px;
}


.block4-1{
	width:180px;
	float:left;
	margin-right:55px;
	margin-bottom:30px;
}

.block4-2{
	width:180px;
	float:left;
	margin-right:55px;
	margin-bottom:30px;
}

.block4-3{
	width:180px;
	float:left;
	margin-right:55px;
	margin-bottom:30px;
}

.block4-4{
	width:180px;
	float:left;
	margin-bottom:30px;
}


.location_plan_details{margin-top:10px;}



.location_thumbnail-left{
	float:left;
	margin-top:4px;
	margin-right:4px;
}

.location_thumbnail-right{
	float:left;
	margin-top:4px;
}

/*H1、H2*/
#main-contents h1.title{
	clear: both;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 16px 40px;
	background: url(../images/common/h2_bg.jpg) left top no-repeat;
	font-size: 1em;
	line-height: 1.0;
	color: #333333;
}


#main-contents h2.title{
	clear: both;
	margin-top: 30px;
	margin-bottom: 6px;
	padding: 16px 40px;
	background: url(../images/common/h2_bg.jpg) left top no-repeat;
	font-size: 1em;
	line-height: 1.0;
	color: #333333;
}


/*H3*/
#main-contents h3.title{
	clear: both;
	margin-top: 30px;
	margin-bottom: 6px;
	padding: 16px 40px;
	background: url(../images/common/h2_bg.jpg) left top no-repeat;
	font-size: 1em;
	line-height: 1.0;
	color: #333333;
}


/*H4*/
#main-contents h4.title{
	margin: 20px 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 1em;
	font-weight: bold;
}



.title_blog{
	clear: both;
	margin-top: 30px;
	margin-bottom: 6px;
	padding: 16px 40px;
	background: url(../images/common/h2_bg.jpg) left top no-repeat;
}



.top_kimono{
	float:left;
	margin-top:20px;
	margin-left:80px;
	margin-bottom:30px;
}


.top_dress{
	float:left;
	margin-top:20px;
	margin-left:70px;
	margin-bottom:30px;
}




.top_kimono_banner{
	margin-bottom:20px;
	margin-left:10px;
}


.top_dress_banner{
	margin-bottom:20px;
	margin-left:10px;
}



#blog{
	margin-left:40px;
}



.top_pickup{
	width:95px;
	font-size:11px;
	float:left;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
}


.top_pickup_title{
	width:30px;
	float:left;
	margin-right:35px;
	padding:0px;
}



.top_title{
	margin-bottom:10px;
}












/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }






ul#top_select_by_genre {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding:0px;
}

ul#top_select_by_genre li {
	float: left;
	margin: 0px;
	display: inline;
}

.top_genre_button{
	margin:0px 5px 0px 5px;
	padding:0px;
}







/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
}
#main-contents ul{ list-style-type: disc; font-size: 100%;}
#main-contents li{ font-size: 85%;line-height: 1.5em; 	margin-left: 0px;list-style-type:none;}

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/




table.table_setplan {
	border: 1px solid #336181;
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	font-size:100%;
	float: left;
}

table.table_setplan tr{
	padding-left: 0px;

}
table.table_setplan th{
	min-width:60px;
	vertical-align: middle;
	color: #FFF;
	font-size: 100%;
	background: #336181;
	padding-left: 0px;
	font-weight:normal;
}
table.table_setplan td{
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:90%;
	border-bottom: 1px dotted #336181;
}




table.table_setplan caption{text-align:center; margin:0px; padding:0px;}

table.table_setplan p{text-align:center;background-color: #e2f0fe;}

table.table_setplan td.border-right{border-right:1px dotted #b4daf4;}


table.table_option {
	border: 1px solid #336181;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
	font-size:90%;
	float: right;
}
table.table_option tr{
	border-bottom: 1px dotted #336181;
	padding-left: 0px;

}
table.table_option th{
	border-bottom: 1px dotted #FFFFFF;
	vertical-align: middle;
	color: #FFF;
	font-size: 100%;
	background: #336181;
	padding-left: 0px;
	font-weight:normal;

}
table.table_option td{
	vertical-align: middle;
	border-bottom: 1px dotted #336181;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;

}

table.table_option caption{text-align:center; margin:0px; padding:0px;}








/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 55px;
	padding: 0 15px;
}

#main-contents .contents p{
	font-size: 85%;
	text-indent:1em;
	margin-bottom: 1em;
	line-height: 1.5;
}

#main-contents p.no-margin{
	margin-bottom: 0px;
	line-height: 1.5;
}

#main-contents p.notes{
	font-size: 85%;
	text-indent:2em;
	margin:0px;
	padding:0px;
}

#main-contents p.indent {
	margin-left: 25px;
}

strong,em{ padding:1px;color: #cc3333!important; }/*赤色*/








#main-contents p.location {
	width: 450px;
}

#main-contents h1.location_h1{
	margin-top: 30px;
	margin-bottom: 30px;
}


#main-contents h2.location_h2{
	margin-top: 60px;
	margin-bottom: 30px;
}

#main-contents h3.location_h3{
	margin-top: 60px;
	margin-bottom: 30px;
}

.location_left{
	width: 450px;
	float: left;
}

.location_right{
	margin-top: 30px;
	float: right;
}


.banner_dress{
	margin-top: 10px;
	margin-bottom: 20px;
}



.banner_hairmake{
	margin-top: 10px;
	margin-bottom: 20px;
}




/*●最新情報（リストタグ）*/
#main-contents ul.news{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

#main-contents ul.news li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	position: relative;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 193px;
	border-bottom: 1px dotted #aaa;
}


/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(../images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(../images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(../images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(../images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(../images/icon/icon-color05.gif) center center no-repeat #c46506; }



/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-blue.png) no-repeat 0 8px;
	line-height: 2.5em;
}


/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; width: 550px; margin-left: 30px;}
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 5px;
	width: 100px;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 100px;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}



/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	margin-top: -4px;
	background: #336181;
}


#footer-in{
	padding: 30px 0 15px 0;
	font-size: 1.2em;
}


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #0033aa;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(../images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が920pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 558px; }

#area01,
#area02{
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(../images/icon/icon-arrow.gif) left 5px no-repeat;
}





#footer_menu {
	background: #336181;
	text-align: center; }
 
#footer_menuin {
	width: 950px;
	height: 120px;
	margin: 0px auto;
	text-align: left; }
 
#footer_logo01 {
	margin-top: 20px;
	margin-left: 15px; }
 
#footer_menuin .foot_tel {
	float: right;
	margin-right: 15px; }
 
#footer_menuin ul {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 15px; }
 
	#footer_menuin ul li {
		float: left;
		margin-left: 10px; }
 

 
	#footer a { color: #CCCCCC; }
 


#footer_add {
	background: #222;
	color: #CCC;
	text-align: left; }

#footer_add_in{
	background: #222;
	width:950px;
	clear: both;
	margin:0px auto;

}



#footer_add ul {
	background: #222;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	padding-left: 15px; }
 
	#footer_add ul li {
		background: #222;
		float: left;
		display: inline;
		font-size: 88%; }
	#footer_add p{background: #222;}

	#footer_add a{color:#cccccc}

 
#footer p { margin: 0; }






/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 11px 0;
	border-top: 1px solid #999;
}

#footer-banner li{
	float: left;
	list-style: none;
	margin-right: 5px;
}


/*●コピーライト*/
.copyright{
	clear: both;
	padding: 18px 0;
	text-align: center;
	font-size: 1.2em;
	color: #ccc;
	background-color: #222;
}



.copyright a{color:#ccc;}


.png_bg{margin-top: 5px;}


.al-c{
	text-align: center;
	margin-top:40px;
}


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
}