/* ************************************************ 
 *	
 *	HTML基本
 *	
 * ************************************************ */

* { margin : 0px; padding : 0px;}

body {
	background: url(images/bg.png);
	font-size: 14px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	color: #333;
	-webkit-text-size-adjust:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	margin:0px;
	padding:0px;
	display: inline;
	vertical-align:text-bottom; 
}

a:link	{color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:active  {color:#CC0000; text-decoration: none;}
a:hover   {color:#CC0000; text-decoration: none; }

ul,li,ol{list-style-type: none;}
small{font-size:10px;}
hr{
	border: 0;
	height: 0;
	border-top:1px solid #dcdcdc;
	margin:5px 0px 15px 0px;
	clear:both;
}


/* ************************************************ 
 *	
 *	レイアウト
 *	
 * ************************************************ */

#content-wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #content-wrap {
	height: 1em;
}
#content-wrap {
	display: block;
}
/**/

#content-wrap{
	margin:20px auto 80px auto;
	width:980px;
}
#content{
	float:right;
	text-align:left;
	font-size:14px;
	width:680px;
}
.page_content{
	padding:22px;
	margin-right:5px;
	line-height:160%;
}
.top_content{
	width:650px;
}
.english_content{
	margin:30px 0px;
	padding:15px;
	font-size:15px;
}
.contents_bg{
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);

}
#sidebar{
	float:left;
	width:270px;
	line-height:140%;
	text-align:left;
}


/* ************************************************ 
 *	
 *	タグ基本CSS
 *	
 * ************************************************ */

.bold{font-weight:bold;}
.red{color:#CC0000;}
.big{font-size:120%;}
.small{font-size:80%;}

#content sup{
	font-size:10px;
}
#content table{
	text-align: left;
	margin:10px 0px 20px 0px;
	width:100%;
}
#content table th {
	font-weight:normal;
	padding:0px 0px 10px 0px;
	vertical-align:top;
}
#content table.line td {
	padding:0px 0px 10px 0px;

}


#content table.line{
	border-top:1px solid #dcdcdc;
}
#content table.line th {
	font-weight:bold;
	border-bottom:1px solid #dcdcdc;
	background:#f5f5f5;
	width:130px;
	padding:5px 20px;
	font-size:13px;
	vertical-align:middle
}
#content table.line td {
	border-bottom:1px solid #dcdcdc;
	font-size:13px;
	padding:5px 20px;

}
#content table th span.require{
	color:red;
	font-size:10px;
	font-weight:normal;
}
h2,h3{
	margin-bottom:25px;
}
h4,h5{
	margin-bottom:10px;
}
h2.entry_title,
h3.entry_title{
	background: url(images/entry_title.png) left top no-repeat;
	padding:12px 15px 12px 50px;
	font-size:18px;
	color:#000;
	border-bottom:3px double #dcdcdc;
}
h4.block_title,
.entry_contents h4{
	background: url(images/h4_bg.png) 0px 13px no-repeat;
	padding:10px 15px 5px 20px;
	font-size:16px;
}
h3.block_title{
	background: url(images/entry_title.png) left top no-repeat;
	padding:12px 15px 12px 50px;
	font-size:18px;
	color:#000;
	border-bottom:3px double #dcdcdc;
}
h3.block_title a:hover{
	color: #333;
}
h5.block_title{
	border-bottom:1px solid #8D8D2E;
	padding:5px;
	font-size:18px;
	font-weight:normal;
}


#content input[type="email"],
#content input[type="text"],
#content textarea{
	padding:5px 8px;
	margin:0px auto;
	border:1px solid #aaa;
}
#content input[type="submit"]{
	padding:8px 30px;
	margin:0px auto;
}
.contents_block{
	margin:0px 8px 50px 8px;
}
.page_content p,
.english_content p{
	margin:0px 0px 18px 0px;
	display:block;
}



/* ************************************************ 
 *	
 *	ブログ用基本CSS
 *	
 * ************************************************ */

span.post_days{
	font-size:13px !important;
	color:#333;
}
div.archives-title{
	margin:0px 0px 20px 0px;
	background:#f5f5f5;
	padding:8px 8px 8px 15px;
}
.archives-title span,
.archives-title a{
	font-weight:bold;
	color:#0066CC;
	text-decoration: none;
}

.entry_meta{
	padding:0px 15px 10px 15px;
}
.entry_contents{
	line-height:160%;
	padding:0px 15px 45px 15px;
}
.entry_contents h2{
	margin-bottom:20px;
	font-size:20px;
}
.entry_contents blockquote{
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:30px;
	margin:0px;
	color:#000;
	line-height:160%;
}
.entry_contents h3{
	border-left:5px solid #0066CC;
	border-bottom:2px solid #ccc;
    	color:#0066CC;
	font-size:16px;
	padding:10px 10px 10px 15px;
	margin-bottom:10px;
}
.entry_contents h5,
.entry_contents h6{
	margin-bottom:10px;
	background: url(images/icon.png) 0px 15px no-repeat;
	padding:5px 5px 5px 20px;

}
.entry-tax{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:20px 0px 0px 0px;
	padding:5px 10px;
}
.entry-tax a{
	background: url(images/icon.png) 0px 13px no-repeat;
	padding:5px 5px 5px 15px;
	margin-right:10px;
}
.blog_menu_left,
.blog_menu_right{
	width:290px;
	margin-top:15px;
	padding:18px;
}
.blog_menu_left{
	float:left;
}
.blog_menu_right{
	float:right;
}
.blog_menu_left ul,
.blog_menu_right ul{
	margin:0px 30px;
}
.wp-caption{
	background:#f5f5f5;
	border:1px solid #fff;
	text-align:center;
	font-size:11px;
}
.wp-caption p{
	margin-bottom:5px !important;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignnone{
	float:none;
}
#navigation{
	margin-top:20px;
	height:30px;
	position: relative;
margin-right:5px;
}
.nav_previous,
.nav_next{
	width:150px;
	height:30px;
}
.nav_previous a,
.nav_next a{
	width:150px;
	height:30px;
	display:block;
	text-indent:-9999px;
	white-space:nowrap;
	overflow:hidden;
}
.nav_previous{
	position:absolute;
	top:0px;
	left:5px;
}
.nav_next{
	position:absolute;
	top:0px;
	right:5px;
}
.nav_previous a{background: url(images/nav_previous.png);}
.nav_next a{background: url(images/nav_next.png);}



/* ************************************************ 
 *	
 *	navigation-header
 *	
 * ************************************************ */

.access_all{
	background: url(images/access_bg.png) left top repeat-x;
	height:95px;
	border-top:3px solid #CC0000;

}
#access{
	background: url(images/access_on.png) left top no-repeat;
	width:980px;
	height:80px;
	margin:0px auto;
}
#access #nav li{
	float:left;
}
#access #nav{
	background: url(images/access_on.jpg) left top no-repeat;
	width:980px;
	height:80px;
}
#access #nav li a{
	display:block;
	height:80px;
	text-indent:-9999px;
	white-space:nowrap;
	overflow:hidden;
}
#access #nav li.access_01 a{
	background: url(images/access.png) 0px 0px no-repeat;
	width:162px;

}
#access #nav li.access_02 a{
	background: url(images/access.png) -162px 0px no-repeat;
	width:172px;
}
#access #nav li.access_03 a{
	background: url(images/access.png) -334px 0px no-repeat;
	width:160px;
}
#access #nav li.access_04 a{
	background: url(images/access.png) -494px 0px no-repeat;
	width:162px;
}
#access #nav li.access_05 a{
	background: url(images/access.png) -656px 0px no-repeat;
	width:162px;
}
#access #nav li.access_06 a{
	background: url(images/access.png) -818px 0px no-repeat;
	width:162px;
}


/* ************************************************ 
 *	
 *	FOOTER
 *	
 * ************************************************ */


#footer{
	background: url(images/foot_bg.png) 0px 0px repeat-x;
	border-bottom:3px solid #7F7F1F;

}
#footer_content{
	position: relative;
	width:980px;
	margin:0px auto 0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
p.foot_logo{
	margin:0px 0px 30px 0px;
}

ul.foot_navi{
	margin:0px 20px 30px 0px;
	float:left;
}
ul.foot_navi li{
	background: url(images/icon.png) 0px 8px no-repeat;
	padding:0px 0px 0px 10px;
}
p.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
address{
	font-style:normal;
	font-size:11px;
	text-align:center;
}


/* ************************************************ 
 *	
 *	HRADER
 *	
 * ************************************************ */

.header_all{
	background: url(images/head_bg.png) center top repeat-x;
	z-index:0;
}
#header{
	width:980px;
	position: relative;
	margin:0px auto;
	background:#000;
}
#head_mainimg{
	z-index:0;
}

.top_header{
	height:400px;
}
.page_header{
	height:160px;
	overflow:hidden;
}
.english_header{
	height:200px;
	overflow:hidden;
}

.head_top_title{
	position:absolute;
	top:0px;
	left:40px;
	z-index:10;
}
.head_page_title{
	position:absolute;
	top:50px;
	left:20px;
	z-index:10;
}

#head_menu{
	position:absolute;
	top:0px;
	right:260px;
	z-index:10;
	width:188px;
}
#head_menu ul li,
#head_menu2 ul li{
	float:left;
}
#head_menu ul li.head_menu_01{width:108px;}
#head_menu ul li.head_menu_02{width:80px;}
#head_menu ul li.head_menu_03{width:113px;}

#head_titleimg{
	margin-bottom:30px;
	height:100px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
#head_menu2{
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}
#head_menu ul li{
	float:left;
}
#head_lang{
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	width:250px;
	background: url(images/head_lang_bg.png) left bottom no-repeat;
	padding:5px;
}
#head_lang ul li{
	float:left;
	width:45px;
	margin:0px 0px 0px 4px;
}


/* ************************************************ 
 *	
 *	PANKUZU
 *	
 * ************************************************ */
.pankuzu{
	font-weight:normal;
	font-size:11px;
	margin-bottom:8px;
	margin-top:20px;
}
.pankuzu strong{
	font-weight:normal;
}
.pankuzu a{
	font-weight:normal;
}


/* ************************************************ 
 *	
 *	SIDEBAR
 *	
 * ************************************************ */


p.side_banner{
	margin-bottom:8px;
}
#sidebar h4{
	display:block;
	height:40px;
}
#side_block{
	margin-bottom:25px;
}

table.side_gyouji_tb{
	width:100%;
	border:1px solid #ccc;
}
table.side_gyouji_tb th{
	border:1px solid #ccc;
	background:#333333;
	padding:3px 10px;
	color:#fff;
	width:60px;
	font-size:12px;
	text-align:right;
}
table.side_gyouji_tb td{
	border:1px solid #ccc;
	padding:3px 10px;
	font-size:12px;
}
td.month1{background:#FEF1F8;}
td.month2{background:#DAEAF3;}
td.month3{background:#CEEBCB;}
td.month4{background:#FDE3D9;}
td.month6{background:#FEE1BA;}
td.month7{background:#E8F2F7;}
td.month8{background:#ECE8F2;}
td.month12{background:#E8F2F7;}

.side_about{
	background: url(images/side_about_bg.png) center top repeat-x;
	height:390px;
	position: relative;
	line-height:120%;
}
.side_about_tb{
	width:245px;
	position:absolute;
	top:180px;
	left:20px;
}
.side_about_tb th,
.side_about_tb td{
	vertical-align:top;
	padding:0px 5px 6px 0px;
	font-size:13px;
}

/* ************************************************ 
 *	
 *	共通
 *	
 * ************************************************ */

.mb10{margin-bottom:1em;}
.mb20{margin-bottom:2em; !important}
