@charset "utf-8";
/*
Theme Name: cloudtpl_305
Theme URI: http://c-tpl.com/
Description: cloudtpl_305
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;}

html{background:#f0eee6s;}

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


a{color:#3c180a;}
a:hover{color:#675d48;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}

#container_f{
clear:both;
margin: 0 auto;
width: 960px;
text-align:center;
}


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

#header h1,#header h2, #header h3, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #252525;
font-size: 10px;
line-height: 21px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h3{top:30px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 20px;
right:0;
width: 305px;
height: 14px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 14px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -14px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -14px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -14px;}


/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-10px;
top:40px;
}

#header .banners img{margin-right:10px;}


/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}


ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -60px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -60px;}



/*******************************
メイン画像
*******************************/
#mainImage{
}


/*******************************
コンテンツ位置
*******************************/
#container{
padding: 20px 0;
}

#main {
float: left;
width: 715px;
padding-bottom:40px;
}

#sidebar {
float: right;
width: 225px;
padding-bottom:40px;
font-size:13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4{
float: left;
width: 225px;
margin: 0 20px 20px 0;

}

.box1, .box3, .box4{
width:327px;
margin:0 21px 0 0;
padding: 10px;
}

#sidebar .box1{
width:209px;
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #8c8c8c;
background: #fff;
}

.box3{
width:347px;
padding:0 0 10px;

}

.box4{
margin:0 0 20px 0;
padding:0;
width:715px;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{
float:left;
margin: 0 10px 10px;
}

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding: 0 10px 10px;}



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

#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;
}

.box_img_border{
   border: 2px solid #1c1b18;
   padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#container h3{
margin-bottom:10px;
padding-bottom:5px;
color: #313131;
font-weight: normal;
border-bottom: 5px solid  #bdbdbd;
}

#container h2{
padding: 0 5px 0 30px;
margin-bottom:10px;
line-height:37px;
font-size: 14px;
font-weight: normal;
color:#ffffff;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3{
padding: 7px 5px;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

#sidebar ul{margin-left:3px;}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding: 20px 0;
border-bottom:1px solid #5c4614;
overflow: hidden;
background:url(images/footer_bk.gif) repeat-x;
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}


#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#666666;}
#footerUpper a:hover{color:#61563d;}

#footerLower{
clear:both;
padding: 10px;
text-align:center;
border-top:1px solid #bdbdbd;
background:#000000;
}

address{
color: #fff;
font-style:normal;
font-size:13px;
}

address a{color:#fff;}

address a:hover{color:#eee;text-decoration:none;}

/*松村追加*/

 table {
	border:0px;
	margin-bottom:5px;

	 }

 td { 
  	border:1px solid #dddddd;
   	line-height: 160%;
	padding: 5px;
	margin: 0px;
text-align:left;
/*	vertical-align: top;*/

 }

.none table {
	border:0px;
	margin: 0px;

}

.none td {
	border:0px;
	padding: 5px;
	margin: 0px;

}

	 
.list_o{ 
	width:740px;
	height:500px;
	overflow:auto; 
}

.list_ol li{
border-bottom:2px dotted #dddddd;
}



.list_ol{ 
	float:left;
	margin:0px 10px 10px 0px;
	width:320px;
	height:100px;
	overflow:auto; 
}

 
.list01 table {
	border-collapse: collapse;
	margin-bottom:10px;

	 }

.list01 td { 

	color:#333333;
  	border:1px solid #dddddd;
   	line-height: 140%;
	font-size:small;
	padding: 5px;
	margin: 0px;
/*	text-align:left;
*/	vertical-align: top;

 }
 
.list01 th {
background-color:#F0EBE1;
background:url(images/th_bk.gif);
  	border:1px solid #dddddd;
	font-size:small;
	color:#222;
	line-height: 140%;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-weight:bold;
 }
 
.list01d td { 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	padding:5px 3px 5px 0px;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 } 
th {
 background-color:#ECE6DD;
  	border:1px solid #cccccc;
	font-size:small;
	color:#333;
	line-height: 140%;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-weight:bold;
 }
 
  .list02 table {
	border-collapse: collapse;
   	line-height: 160%;
	margin-bottom:10px;
	 }

.list02 td{ 

  	border: 1px solid #dddddd;
	line-height: 160%;
		font-size: small;
	padding: 20px;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
.list02d td{ 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	line-height: 160%;
	padding: 20px 5px 20px 0px;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;	
 } 
 
 .list02 th {
 background-color:#E9F3EB;
  	border: 1px solid #dddddd;
	color:#333;
	font-size: small;
	padding: 20px;
	margin: 0px;
	font-weight:bold;
 }
 
 .list03 table {
	border-collapse: collapse;
   	line-height: 180%;
	margin-bottom:10px;
	 }

.list03 td{ 
 background-color:#FFFFFF;
  	border: 1px solid #dddddd;
	line-height: 180%;
	font-size: small;
	padding: 30px;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
.list03d td{ 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	line-height: 180%;
	padding: 30px 5px 30px 0px;
	text-align:left;
	vertical-align: top;
 }
 
 .list03 th {
 background-color:#eeeeee;
  	border: 1px solid #dddddd;
	padding: 5px 3px 5px 0px;
	line-height: 180%;
	text-align:left;
	font-weight:bold;
 }
 
.box_bk01 table{
	background-image:url(images/box_bk01.gif);
	border: none;

	margin: 0px 0px 10px 20px;

 }
 
.box_bk01 td{
	background-image: none;
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	padding:20px;
	line-height: 180%;
	font-size:medium;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
  .box_bk02 table{
	background:url(images/box_bk02.gif);
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
   .box_bk02 td{
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	padding:10px;
	font-size:medium;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
.border01 img{
  	border: 1px solid #dddddd;
	padding:10px;
	background: url(images/bgb.gif);
}

.border02 img{
  	border: 1px solid #dddddd;
	padding:10px;
	background: url(images/bgg.gif);
}

hr {
  	border-bottom: 1px solid #ddd;
  	border-top: 0px solid #eee;
	}

.wordpro  a {display:none; visibility:hidden; color:#fff;}

.pagetopup {
clear:both;
text-align:right;
}

#wp-calendar {
width:225px;
border: 1px solid #dddddd;
font-size: small;
padding: 3px;
margin: 0px;

}

#wp-calendar caption {
background-color: #666666;
color: #ffffff;
text-align: center;
width: 225px;}

#wp-calendar tfoot td {
border: none;
} 

#sitemap ul li{
font-size: medium;
	line-height: 220%;
}

#sitemap ul {
margin-left:50px;
font-weight:normal; 
}