@charset "utf-8";
/*
Theme Name: cloudtpl_042
Theme URI: http://c-tpl.com/
Description: cloudtpl_042
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: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top.png) repeat-x top;
}

a{color:#d68000;text-decoration:none;}
a:hover{color:#e69D17;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}



/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 20px;
height: 100px;
}

#header h1 {
padding: 10px 0 7px;
font-size: 12px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
#topnav{
	margin:0px;
	padding:0px;
	width: 910px;
	height: 45px;
	margin-left : auto;
	margin-right : auto;
}

#topnav ul { 
margin:0px; 
padding:0px;
list-style:none;
}
#topnav li {
float:left;
}
#topnav li a {
display:block;
text-decoration:none;
text-indent:-9999px;;
height:45px;
background-image:url(images/topnav.png);
}
#topnav li a:hover {
	background-image:url(images/topnav_on.png);
}

#topnav li#nav01 a{ background-position: 0 0; width: 135px; }
#topnav li#nav02 a{ background-position: -135px 0; width: 155px;}
#topnav li#nav03 a{ background-position: -290px 0; width: 155px;}
#topnav li#nav04 a{ background-position: -445px 0; width: 155px;}
#topnav li#nav05 a{ background-position: -600px 0; width: 155px;}
#topnav li#nav06 a{ background-position: -755px 0; width: 155px;}


/*************
メイン（右側）コンテンツ
*************/
#main{
float: right;
width: 618px;
padding: 15px 0;
display: inline;
}
#main p {
padding: 10px 0px 10px 20px;
}

body#toppage #main{padding: 0 0 15px;}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0 22px;
line-height: 40px;
font-size: 13px;
font-weight: bold;
color: #333333;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: bold;
line-height: 40px;
padding-left: 17px;
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: 0.2em;
border: none;
background: url(images/main_h3.png) no-repeat 100%;
}

#main table p {
padding: 5px 0px 5px 0px;
}


/* 画像を右に回りこみ */
#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:#d68000;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.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:#d68000;}
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;}


/*************
メイン（右側）テーブル
*************/

table.table1 {
    width: 598px;
	border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-spacing: 0;
	margin-left: 20px;
}

.table1 th {
    padding: 5px;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background: #ECECEC;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
.table1 td {
    padding: 5px;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    text-align: left;
}
table.table2 {
    width: 598px;
	border-top:none;
    border-left:none;
    border-spacing: 0;
	margin-left: 20px;
}

.table2 th {
    border-right:none;
    border-bottom:none;
    line-height: 120%;
    text-align: left;
}
.table2 td {
    border-right:none;
    border-bottom:none;
    text-align: left;
    font-size: 12px;
}

table.repair {
    width: 598px;
	border-top:none;
    border-left:none;
    border-spacing: 0;
    padding: 10px;
	margin-left: 20px;
    background: #F0F0F0;
}

.repair td {
    border-right:none;
    border-bottom:none;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    line-height: 160%;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

body#toppage #sidebar{padding: 0 0 15px;}

#sidebar p{margin-bottom: 20px;}

#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: 10px 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%;}





/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: url(images/bg_footer.png) repeat-x;
	padding: 0px 0 55px;
}

#footer .copyright {
	color: #707070;
	text-align: center;
	padding: 20px 0 10px;
  	
}

#footerContents ul {
	padding-top:5px;
	text-align: center;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #666666;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	padding:10px 0 0;
	margin: 0 auto;
}

