/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
font-family: "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;

}

/*bodyのスタイル*/

body {
text-align: center;
margin: 0px;
padding: 0px;
font-size:12px;
background:#F6F6F6 url(../commonimg/bg.gif) repeat-x 0 0;
}

#main a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}


h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
font-family: "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
font-family: "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: inherit;
font-size: 100%;
}

p{
	color:#333333;
	margin:10px 0 10px 0;
	text-align:left;}

h1{
	font-size:12px;
	font-weight:100;
	text-align:left;
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	float:left;}

h2{
	margin:0 0 30px 0;
	text-align:center;}


#side h3{
	margin:30px 0 10px 0;
	text-align:left;}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

#container{
	width:980px;
	text-align:center;
	margin:0px auto;
	font-size:12px;}
	
	

/* headerのスタイル
================================================== */
#header{
	margin:0 0 70px 0;
	padding:26px 0 24px 0;}
	
#header .logo{
	margin:-15px 0 0;
}
	
#header h1 a.logo_txt{
	width:380px;
	float:left;
	display:block;
	margin:7px 0 10px 10px;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	vertical-align:middle;
}

#header ul.navi{
	width:500px;
	height:20px;
	float:right;
	margin:12px 0 0 0;}

#header ul.navi li{
	float:left;
	text-align:left;
	height:20px;
	font-size:14px;
	line-height:1.3em;
	margin:0 0 0 0;
	border-left:#ffffff 1px solid;
	padding:0 30px;
	list-style:none;
}
	
#header ul.navi li.rights{
	padding:0 31px;
	border-right:1px solid #CCCCCC;
}

#header ul.navi li a{
	text-decoration:none;
	color:#fff;}

#header ul.navi li a:hover{
	text-decoration:none;
	color:#999999;}
	


/* containerのスタイル
================================================== */
#main{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#contents{
	float:left;
	width:690px;
	margin:0 -30px 100px 0;
}

#contents p{
	line-height:1.8em;
}

#contents h3{
	margin:0 0 16px 0;
	text-align:left;
}

#contents h4{
	font-size:14px;
	line-height:1.5em;
	margin:0 0 8px 0;
	text-align:left;
}

#contents h4 a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

#contents h4 a:hover{
	font-weight:bold;
	text-decoration:underline;
}
	
#contents .new_entry_bottom{
	float:left;
	width:200px;
	height:300px;
	background:#ffffff;
	border-bottom:solid #cccccc 1px;
	margin:0 30px 30px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #CCCCCC;
	box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;　/* Firefox用 */  
	-webkit-box-shadow: 0px 0px 15px #CCC;　/* Safari,Google Chrome用 */
}

#contents .new_entry_bottom .thumbnail{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 		
}
	
#contents .new_entry_bottom .thumbnail img{
	width: 200px;
	height:133px;
	margin:0 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 		
}



.new_entry_bottom .entryarea{
	width:160px;
	margin:0 auto;
}

.new_entry_bottom .entryarea p{
	margin:0;
	font-size:12px;
}

.the_content{
	height:65px;
	overflow:hidden;
}

.new_entry_bottom .entryarea .ctg_date{
	margin:0 0 8px 0;
	color:#999999;
	padding:0 0 2px 0;
	font-size:10px;
	border-bottom:#333333 dotted 1px;
}


.new_entry_bottom .entryarea .ctg_date .ctg{
	text-align:left;
	width:100px;
	float:left;
}

.new_entry_bottom .entryarea .ctg_date .date{
	text-align:right;
	width:60px;
	float:right;
}

.entryarea p.readmore a{
	text-decoration:none;
	font-size:10px;
	color:#001C30;
}

.entryarea p.readmore a:hover{
	text-decoration:underline;
}



/* sideのスタイル
================================================== */
#side{
	float:right;
	width:250px;
	margin:0 0 50px 0;
}

.profile{
	background:url(../commonimg/img_profile.jpg) no-repeat 0 0;
	width:250px;
	position:relative;
	height:260px;
}

.profile_txt{
	position:absolute;
	top:100px;
	right:13px;
	color:#ffffff;
	line-height:1.8em;
	width:126px;
}

#side .search_box{
	margin:55px 0 0;
}

#side .search_box input.text{
	height:20px;
	width:280px;
	float:left;
	display:inline;
	margin:0;
}

#side .search_box input.kensaku{
	width:13px;
	height:17.5px;
	float:right;
	display:inline;
	margin:-20px 2px 0 0;
	font-size:12px;
}

#side h3.top{
	margin:14px 0 10px 0;
	text-align:left;
}

#side li{
	font-size:14px;
	border-bottom:1px dotted #333333;
	list-style:disc;
	list-style-position: inside;
	text-align:left;
	padding:8px 0 8px 0;
}

#side li a:hover{
	text-decoration:underline;
	color:#000000;}

#side li a{
	color:#333333;
	text-decoration:none;}

#side ul.s_tags li{
	list-style:disc;
	list-style-position: inside;
	text-align:left;
	padding:8px 15px 8px 0;
	float:left;
	border-bottom:none;
}
#side ul.s_tags a:hover{
	text-decoration:underline;
	color:#000000;}

#side ul.s_tags a{
	color:#333333;
	text-decoration:underline;}
	

/* footerのスタイル
================================================== */
#footer{
	background:#001C30;
	padding:30px 0 20px 0;}

#footer ul{
	margin:0 0 30px 0;
	text-align:center;}

#footer ul li{
	display:inline;
	text-align:left;
	height:20px;
	font-size:14px;
	line-height:1.3em;
	margin:0 0 0 0;
	border-left:#ffffff 1px solid;
	padding:0 33px;
}
	
#footer ul li.rights{
	padding:0 33px;
	border-right:1px solid #CCCCCC;
}

#footer a{
	font-size:14px;
	text-decoration:none;
	color:#fff;}

#footer a:hover{
	text-decoration:none;
	color:#999999;}	

#footer p{
	font-size:10px;
	color:#fff;
	text-align:center;}

#footer p a{
	font-size:12px;
	text-decoration:none;
	color:#fff;}

#footer p a:hover{
	text-decoration:none;
	color:#999999;}
	
	
	
			/* SocialBookmark
			-------------------------------------- */
			body #container #main #contents div.entry_box_single div.entryarea div.wp_social_bookmarking_light{
				margin:50px 0 0 0 !important;
			}
				


/* singleのスタイル
================================================== */
#contents .entry_box_single{
	width:660px;
	background:#ffffff;
	border-bottom:solid #cccccc 1px;
	margin:0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #CCCCCC;
	box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;　/* Firefox用 */  
	-webkit-box-shadow: 0px 0px 15px #CCC;　/* Safari,Google Chrome用 */
}

#contents .entry_box_single h4{
	font-size:18px;
	font-weight:bold;
}

.entry_box_single .entryarea{
	margin:0;
	padding:20px;
}

.entry_box_single .entryarea p{
	margin:0;
	font-size:12px;
}

.entry_box_single .entryarea .ctg_date{
	margin:0 0 15px 0;
	color:#999999;
	padding:0 0 2px 0;
	font-size:10px;
	border-bottom:#333333 dotted 1px;
}


.entry_box_single .entryarea .ctg_date .ctg{
	text-align:left;
	width:100px;
	float:left;
}

.entry_box_single .entryarea .ctg_date .date{
	text-align:right;
	width:60px;
	float:right;
}


/* mailmagazine
================================================== */
table.mailentry{
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	margin:20px auto;
}
table.mailentry th{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background:#EEE;
	font-weight:700;
	color:#333;
	padding:10px 30px;
	text-align:left;
}
table.mailentry th.title{
	background:#418A66;
	color:#FFF;
}
table.mailentry td{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:10px 10px;
}

table.mailentry th{
	width:160px;
}
table.mailentry td input{
	width:300px;
	padding:3px;
}

.mailentry_button {
	text-align:center;
}

.mailentry_button input {
	width:80px;
	height:30px;
	cursor:pointer;
	color:#333;
	font-size:14px;
	letter-spacing:5px;
}
	
	
/* pankuzu パンくずリスト
================================================== */
p.pankuzu{
	margin:-25px 0 5px;
	padding:0;
	font-size:10px;
	color:#000000;
}

p.pankuzu a:link	{
	text-decoration: underline;
	font-size:10px;
	color:#001C30;
}
p.pankuzu a:visited	{
	text-decoration: underline;
	font-size:10px;
	color: #001C30;
}
p.pankuzu a:hover	{
	text-decoration: none;
	font-size:10px;
	color: #001C30;
}
p.pankuzu a:active	{
	text-decoration: underline;
	font-size:10px;
	color: #001C30;
}




/* navigation
================================================== */
.navigation{
	width:660px;
	margin:30px 0 0;
}

.navigation a{
	font-size:10px;
	color:#000000;
}

.navigation a:link	{
	text-decoration: underline;
	font-size:10px;
	color:#900;
}
.navigation a:visited	{
	text-decoration: underline;
	font-size:10px;
	color: #900;
}
.navigation a:hover	{
	text-decoration: none;
	font-size:10px;
	color: #900;
}
.navigation a:active	{
	text-decoration: underline;
	font-size:10px;
	color: #900;
}


/* wp-pagenavi
================================================== */
div.pagenavi{
	width:312px;
	margin:0 auto;
}

div.wp-pagenavi{
	margin:0 0 0 -12px;
}

div.wp-pagenavi span.current{
	width:40px;
	height:33px;
	color:#FFFFFF;
	background-color:#001C30;
	font-size:20px;
	text-align:center;
	padding:7px 0 0;
	display:block;
	float:left;
	margin:0 0 0 12px;
}

div.wp-pagenavi a{
	width:40px;
	height:33px;
	color:#FFFFFF;
	background-color:#7F8D97;
	font-size:20px;
	text-align:center;
	padding:7px 0 0;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 0 0 12px;
}



/* comment
================================================== */
.comment_box{ margin:30px 0 0;}

ol.commentlist{ list-style:none;}

div.comment-body{text-align:left;}

#respond a, .commentlist a{
	color:#000000;
}

#respond a:link, .commentlist a:link{
	text-decoration: underline;
	color:#900;
}
#respond a:visited, .commentlist a:visited{
	text-decoration: underline;
	color: #900;
}
#respond a:hover, .commentlist a:hover{
	text-decoration: none;
	color: #900;
}
#respond a:active, .commentlist a:active{
	text-decoration: underline;
	color: #900;
}

textarea#comment{width:100%;}


/*float alignのスタイル*/
.fleft{
float:left;
text-align:left;
}

.fright{float:right;}

.tcenter{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter{
	text-align:center;
	vertical-align: top;
}
.clear{clear:both;}

.clearfix {
zoom:1;
overflow:hidden;
}
.clearfix:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden;
}


/*margin paddingのスタイル*/
.mt5{margin:5px 0px 0px;}
.mt10{margin:10px 0px 0px;}
.mt15{margin:15px 0px 0px;}
.mt20{margin:20px 0px 0px;}
.mt25{margin:25px 0px 0px;}
.mt30{margin:30px 0px 0px;}
.mt35{margin:35px 0px 0px;}
.mt40{margin:40px 0px 0px;}
.mt50{margin:50px 0px 0px;}
.mt75{margin:75px 0px 0px;}
.mu10{margin:0px 0px 10px;}
.mu15{margin:0px 0px 15px;}
.mu20{margin:0px 0px 20px;}
.mu25{margin:0px 0px 25px;}
.mu30{margin:0px 0px 30px;}
.mu35{margin:0px 0px 35px;}
.mu40{margin:0px 0px 40px;}
.mu45{margin:0px 0px 45px;}
.mu50{margin:0px 0px 50px;}
.mu60{margin:0px 0px 60px;}
.mu70{margin:0px 0px 70px;}
.mu100{margin:0px 0px 100px;}
.mu200{margin:0px 0px 200px;}
.mu500{margin:0px 0px 500px;}
.mr30{margin:0 30px 0 0;}

