@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: url(images/bg.png) repeat-x top;
}

a{color:#FF9933;text-decoration:none;}
a:hover{color:#666;
}
a:active, a:focus {outline: 0;}
img{
	border:0;
}
.clear{clear:both;}

a.link:link { color: #333333;text-decoration:none;}
a.link:visited {
	color: #333
}
a.link:hover {
	color: #F93
}



/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 30px;
height: 80px;
}

#header h1 {
	color: #333;
	padding: 3px 0 5px;
	font-size: 11px;
	font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#con{background-position:-260px 0;}
ul#topnav a#out{background-position:-390px 0;}
ul#topnav a#cou{background-position:-520px 0;}
ul#topnav a#lib{background-position:-650px 0;}
ul#topnav a#inq{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#con:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#out:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#cou:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#lib:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#inq:hover, ul#topnav li.active a#link{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メインイメージ
*************/
#mainimage {
margin-top: 40px;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	padding: 15px 0;
	display: inline;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0 22px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #805810;
background: url(images/heading.png) no-repeat;
}

#main h3{
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9933;
	border-bottom-color: #e3e3e3;
}

#main h4 {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #e3e3e3;
	padding-top: 1px;
}


#main p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
	width: 600px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#main p.withImage img{
	float: left;
	margin-right: 15px;
}

/* What's New用 */
#main p.news{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* テキスト右揃え用 */
#main p.right{
	text-align: right;
}

/* メイン　リスト */
#main li{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#999;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}




/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #fff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#333;}
p.button a:hover{color:#999;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}



/* サービス見出しイメージ */
img.mds {
	vertical-align: text-bottom;
}


.service{
	line-height: 1.2;
	background-color: #DAECC8;
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
	padding: 10px;
	width: 350px;
}

.service-next{
	width: 490px;
	line-height: 1.2;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

#main p2 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 文字色グリーン */

span.gr {
	color: #360;
}

/* お問合わせ　サンクスページ */

span.formtxt {
	color: #CC0000;
	font-size: 12px;
}

/* テーブル内　リスト */

#t2 li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* ライブラリ　タイトル */
div.subject {
   text-align: left;
   float: left;
}
div.date { text-align: right; }
div.titlebar {
	padding:0.1em;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

body#toppage #sidebar{padding: 0 0 15px;}

#sidebar p{
	margin-bottom: 10px;
}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 20px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #805810;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:16px;
}

#sidebar li a:hover{background-position: 3px 50%;}

/*************
テーブル
*************/
table.table{
	border-collapse:collapse;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

table.table td{
	border-collapse:collapse;
	background-color:#FFF;
	text-align:left;
	padding:5px;
	border:1px solid #D4D4D4;
	line-height:20px;
}

table.table th{
	background-color:#F5F5F5;
	text-align:right;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}



table.table2{
	border-collapse:collapse;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	border-top-color: #360;
	border-right-color: #360;
	border-bottom-color: #360;
	border-left-color: #360;
}

table.table2 td{
	border-collapse:collapse;
	background-color:#FFF;
	text-align:left;
	padding:6px;
	border:1px solid #360;
	line-height:20px;
	vertical-align: text-top;
	color: #333;
}

table.table2 th{
	background-color:#DAECC8;
	text-align:left;
	padding:6px;
	white-space:nowrap;
	color: #151515;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #360;
}

table.table2 ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* メルマガ用 */
table.table3{
	border-collapse:collapse;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 580px;
}

table.table3 td{
	border-collapse:collapse;
	background-color:#FFF;
	text-align:left;
	padding:5px;
	border:1px solid #D4D4D4;
	line-height:20px;
}

table.table3 th{
	background-color:#F5F5F5;
	text-align:left;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}

/*************
/* ページング
*************/

div.pagination {
	background-color:#fff;
	color:#F60;
	padding:10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.pagination a {
	color:#333;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.pagination a:hover, div.pagination a:active {
	border:2px solid #ff9933;
	color:#ff9933;
}

div.pagination span.current {
	padding:2px 5px;
	border:2px solid #ff9933;
	color:#fff;
	font-weight:bold;
	background-color:#ff6c16;
}
div.pagination span.disabled {
	display:none;
}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}

/*フッターのリスト位置調節 */
#footer ul{
	margin-left: 20px;
}
#footer li{
	margin-bottom: 3px;
}

address{
	color: #666;
	padding: 20px 0 3px;
	text-align: center;
	font-style:normal;
	font-size: 10px;
	clear:both;
	display:block;
}
