@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

strong{
	font-weight: bold;
}

p{
	margin: 12px 0;
}

/*-------------------
ここまでリセット
---------------------*/

body {/*ページ全体と一番下の設定*/
	margin:0px auto;
	color: #333333;
	text-align:center;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック";
	font-size: 80%;
	line-height:1.6;
}

A:link {
	color:#0066CC;
}
A:visited {
	color:#0066CC;
}
A:hover {
	color:#0066CC;
	text-decoration: underline;
}
A:active {
	color:#0066CC;
}
A {
	text-decoration:none;
}

/*----------------------------------------------------------------------------*/

#wrapper {/*階層１*/
	border-right: 10px solid #efefef;
	border-left: 10px solid #efefef;
	margin:0 auto;
	width: 585px;
	padding-left:200px;
/*	background-image : url(../img/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px top;*/
	text-align: left;

}

#background{
	position: fixed;
	margin-left:-200px;
	z-index: 0;
}

#header {/*階層２：ヘッダ*/
	height: 100px;
	position: relative;
	z-index: 1;
}

#pageinfo{/*右上のひとこと*/
	text-align: right;
	margin: 5px 10px 5px 0;
}

#gtit{/*タイトル*/
	margin-top:-20px;
	text-align: center;
	float: left;
}

#gnavi{/*グローバルナビ*/
	margin:20px auto 0 auto;
	font-family: "Verdana";
	font-size: 160%;
	clear: left;
}

#gnavi div{
	float: left;
	width: 112px;
	height: 40px;
	text-align: center;
}

#gnavi a{
	color: #888888;
}

#gnavi a:hover {
	display: block;
	color: #333333;
	text-decoration: none;
	/*background : url(../img/gback-b.gif) no-repeat left bottom;*/
	width: 112px;
	height: 40px;
}

#gnavi-design{/*グローバルナビ-デザインカテゴリ*/
	margin:-20px 0 0 80px;
	font-family: "Verdana";
	float: left;
	width: 230px;
}

#gnavi-design div{
	float: left;
	width: 115px;
	height: 40px;
	text-align: center;
}

#gnavi-design a{
	color: #888888;
}

#gnavi-design a:hover {
	display: block;
	color: #333333;
	text-decoration: none;
	/*background : url(../img/gback-b.gif) no-repeat left bottom;*/
	width: 112px;
	height: 40px;
}

#carr{/*グローバルナビ　カレント*/
	margin-top: 10px;
	color:#333333;
	/*background : url(../img/gback-a.gif) no-repeat left bottom;*/
}

#main {/*階層２：メイン*/
	margin: 10px 20px 20px 20px;
	text-align: left;	
	position: relative;
	z-index: 1;
}

.content_text{/*一般テキストエリア*/
	text-align: left;
	margin:20px 0;
}

.content_table {/*テーブルの入るエリア*/
	margin:0px 40px 30px 40px;
	text-align: left;
	clear:left;
}


#lnavi{/*ローカルナビゲーション*/
	clear:left;
	background:#efefef;
	width:105%;
	text-align: right;
	height: 5px;
	margin-bottom:50px;
}

#lnavi a{
	color:#333;
	text-decoration:none;
}

#lnavi div:hover{
	background: url(../img/list.gif) no-repeat 8px 5px #efefef;
}

#lnavi div{
	position:relative;
	top: 5px;
	left:1px;
	background: url(../img/list.gif) no-repeat 5px 5px ;
	padding-left:17px;
	padding-right:19px;
	float: left;
	height:25px;
}

#lcarr{/*ローカルナビ　カレント*/
	font-weight: bold;
	color:#333333;
	background: url(../img/list.gif) no-repeat 5px 5px #efefef!important;
}

#clogo{/*カテゴリロゴ*/
	text-align:right;
	position: relative;
	top: -10px;
}

.copytext{/*カテゴリトップのコピー文*/
	width:460px;
	margin: -20px 0 20px 85px;
}

#flow_box{/*フローのボックス*/
	margin-top: 60px;
	text-align: left;
	clear: left;
}

#flow_box img{
	margin:10px 4px 0 0;
}

.fl-ar{/*表の矢印*/
	margin:6px 4px 80px 0px!important;
	
}

.sub-tit{/*サブタイトル*/
	margin-bottom: 10px;
}

.flow_detail{/*詳細*/
	margin: 40px 50px 25px 30px;
	text-align: left;
	padding-bottom:25px;
	border-bottom: 1px solid #ddd;
}

.flow_detail_p{
	margin: 0px 0px 5px 20px;
	padding: 8px;
	border: 1px solid #ddd;
	width:450px;
}

.fare_table,
.fare_table th,
.fare_table td{/*料金表共通設定*/
	border-collapse: collapse;
	text-align:left;
	border: 1px #c0c0c0 solid;
	padding: 5px;
}

.fare_table th{/*料金表th*/
	color: #555555;
	text-align:center;
	width: 130px;
	background-color: #F5F8FF;
	padding: 10px 0px 10px 0px;
}

.fare_table_title{/*料金表テーブルのタイトル*/
	font-size: 110%;
	color:#555555;
	font-weight: bold;
	margin-bottom: 5px;
}

.fare_table th a,
.fare_table_title a{/*ここにはaを貼るので変化打ち消し*/
	color:#555555;
	text-decoration: none;
}

.ex_box{/*制作例紹介*/
	width:350px;
	border:1px solid #ddd;
	padding:8px;
	margin: 30px;
}

.ex_box img{
margin-left: 25px;

}


.ex-detail{
	text-align:left;
}

.ex-detail span{
	font-size:80%;
}

#footer {/*階層２：フッダ*/
	height: 250px;
	clear: left;
	margin-top: 20px;
	width:800px;
	position: relative;
	z-index:1;
	margin-left: -210px;
	background: url(../img/footback.jpg) #efefef no-repeat right bottom;
}

#sitemap{/*サイトマップタイトル*/
	color: #ccc;
	margin: 10px 0 0 10px;
	font-size: 250%;
	font-weight: bold;
}

.map-box{/*マップのカテゴリ*/
	color:#999;
	margin: 5px 15px;
	float: left;
	width:170px;
	line-height:1.6;
}

.map-box a{/**/
	color: #888;
}

.map-box a:hover{/**/
	color: #000;
	text-decoration:none;
}

.map-c{/*マップカテゴリのタイトル*/
	font-size: 120%;
	color: #999;
	font-weight: bold;
	margin: 0 0 5px -5px;
}

.map-c a{
	color: #999;
}

.map-c a:hover{
	color: #333;
}

#copyright{/*コピーライト*/
	clear: left;
	text-align: center;
	position: relative;
	top: 25px;
	color: #555;
}

.center {/*中央寄せ*/
	text-align: center;
}
.left {/*左寄せ*/
	text-align: left;
}
.right {/*右寄せ*/
	text-align: right;
}

.bbox{/*ボーダー付きボックス*/
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 1.4;
	text-align: left;
	border: 1px solid #aaaaaa;
	width:70%;
}
