@charset "utf-8";
/*
Theme Name: cloudtpl_411
Theme URI: http://c-tpl.com/
Description: cloudtpl_411
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 14px/1.4 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
line-height:14px;
background: #fff url(images/bg.png) repeat-x top;
}

body#toppage{background-image:url(images/bg_top.png);}

a{color:#6091ff;text-decoration:none;}
a:hover{color:#2b6dd5;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both; line-height:0px;}

a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

#container{padding:20px 0 0;}

body#toppage #container{padding:0;}

.txt-150-b {
font-size: 150%;
font-weight:bold;
line-height:150%;
}
.txt-120-b {
font-size: 120%;
font-weight:bold;
}
.txt-110-pin-b {
	font-size: 110%;
	color:#EE577A;
	font-weight:bold;
	}
.txt-s {
	color:#666666;
	font-size:90%;
	line-height:140%;
	}
.txt-blu {
	color:#045CCE;
	}
.txt-pin {
	color:#EE577A;
	}
.txt-blu-b {
	color:#045CCE;
	font-weight:bold;
	}
.txt-pin-b {
	color:#EE577A;
	font-weight:bold;
	}
.txt-gre-b {
	color:#13A22D;
	font-weight:bold;
	}
	
.textalign_right{
	text-align:right;
}

.textalign_center{
	text-align:center;
}


.main_slider{
clear:both;
width:910px;
margin: 0 auto 0 auto;  
line-height:0;
text-align:center;
z-index:0;
}

.div_01{
width:600px;
font-size:110%;
background-color:#e3eeff;
padding:10px;
margin-bottom: 15px;
}

/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 105px;
}

#header h1 {
padding: 5px 0 5px 0;
font-size: 12px;
font-weight: normal;
color:#999999;
}

#header .logo{
float:left;
width:290px;
}


.address {
float:right;
width:230px;
text-align:center;
color:#003E80;
font-size: 13px;
font-weight: normal;
line-height:160%;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 2px 0 0;
width: 910px;
height: 46px;
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#nav1{background-position:0 0;}
ul#topnav a#nav2{background-position:-130px 0;}
ul#topnav a#nav3{background-position:-260px 0;}
ul#topnav a#nav4{background-position:-390px 0;}
ul#topnav a#nav5{background-position:-520px 0;}
ul#topnav a#nav6{background-position:-650px 0;}
ul#topnav a#nav7{background-position:-780px 0;}

ul#topnav a#nav1:hover, ul#topnav li.active a#nav1{background-position:0 -46px;}
ul#topnav a#nav2:hover, ul#topnav li.active a#nav2{background-position:-130px -46px;}
ul#topnav a#nav3:hover, ul#topnav li.active a#nav3{background-position:-260px -46px;}
ul#topnav a#nav4:hover, ul#topnav li.active a#nav4{background-position:-390px -46px;}
ul#topnav a#nav5:hover, ul#topnav li.active a#nav5{background-position:-520px -46px;}
ul#topnav a#nav6:hover, ul#topnav li.active a#nav6{background-position:-650px -46px;}
ul#topnav a#nav7:hover, ul#topnav li.active a#nav7{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;}


/*************
メイン（右側）コンテンツ
*************/
#main{
float: right;
width: 618px;
padding: 15px 0;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 0 15px 0 35px;
line-height: 250%;
font-size: 120%;
color:#fff;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 110%;
font-weight:bold;
line-height: 140%;
padding: 2px 10px;
margin-top: 0px;
color:#00377E;
border-bottom: 1px solid #cccccc;
background: url(images/heading3.png) no-repeat 0 50%;
}

#main h4 {
font-size: 110%;
font-weight:bold;
line-height: 110%;
padding: 10px 0px 0px 5px;
color:#333333;
}


#main p {
padding: 7px 10px 15px 10px;
line-height: 150%;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#6091ff;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 4px;
}
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;
}

.table-a {
	margin:15px 10px;
	width:97%;
	line-height:150%;
	border-width : 1px 0 0 1px ;
	border-style : solid ;
	border-color : #cccccc;
}

.th-a {
	width:22%;
	padding:5px 8px;
	font-weight:normal;
	color:#00377E;
	background-color:#F6F6F6;
	text-align:left;
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	border-color : #cccccc;
}
.td-a {
	padding:5px 8px;
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	border-color : #cccccc;
}


/* フッター共通 */
.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;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#6091ff;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 12px 0;
}

#sidebar p{margin: 0  0 12px 0;
	line-height:150%;
}

#sidebar h3 {
margin: 15px 0;
padding: 0 10px 0 35px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 2px 0;
}


/*******************************
/* サイドバー、フッター　リスト
*******************************/

#sidebar li,#footer li{
margin: 0 10px 10px 5px;
list-style: none;
line-height:130%;
border-bottom: 1px solid #efefef;
}

#footer li{border:0;}

#sidebar li a,#footer li a{
background: url(images/list.png) no-repeat 0 3px;
display: block;
padding-left:16px;
}

#sidebar li a:hover,#footer li a:hover{background-position: 3px 3px;}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 290px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

