@charset "UTF-8";

html
{
	margin: 0;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	color: #222;
	background-color: #222;
	height:100%;
}

h1,h2,h3,h4,h5,h6,p,blockquote
{
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
}

ol,ul,li,dl,dt,dd
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a
{
	outline:none;
	text-decoration:underline;
	color: #099;
	font-weight:bold;
}
a:hover
{
	color: #325C66;
	text-decoration: none;
}

img
{
	border:none;
}



strong
{
	color: #000000;
}

span
{
}

address
{
	font-size: 10px;
	font-style: normal;
	color: #999999;
	padding: 10px 0;
	text-align: left;
}
code
{
}

form
{
}
input
{
}
label
{
}

/* 共通クラス */

.clr
{
	height:1%;
}
.clr:after
{
content:" ";
clear:both;
display:block;
height:0;
visibility:hidden;
font-size: 0;
}

.f_left
{
float:left;
}
.f_right
{
float:right;
}

h1#bg
{
	position:absolute;
	z-index:-1;
}
#wrapper
{
	width:900px;
	height:460px;
	overflow:hidden;
	margin: 100px auto 0 auto;
	padding:0 40px;
	position:relative;
}
#container
{
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
}
#gmenu
{
	float:left;
	width:176px;
}
#gmenu h2
{
	margin:0 0 20px 0;
}
#gmenu img
{
	
}
#gmenu ul
{
	margin:0 0 40px 0;
}
#gmenu ul li
{
	border-bottom:solid #DDD 1px;
	margin:0 0 10px 0;
}
#gmenu .tw_box
{
	width:176px;
	height:127px;
	background-image: url(images/tw_box.jpg);
	background-repeat: no-repeat;
	margin:0 0 10px 0;
}
#gmenu .tw_box .inner
{
	padding:30px 8px 5px 8px;
	width:160px;
	height:92px;
	font-size:10px;
	line-height:1.4;
	overflow:hidden;
}
#gmenu .tw_box .aktt_tweet_digest
{
	overflow:auto;
	width:160px;
	height:92px;
	margin:0;
}
#gmenu .tw_box .aktt_tweet_digest li
{
	font-size:10px;
	line-height:1.4;
	border-bottom:dotted #DDD 1px;
	margin:0 0 5px 0;
}
#gmenu .btn_tw
{
	width:92px;
	margin:0 auto;
}

#content
{
	float:right;
	width:580px;
}

#content #main{margin:0 0 20px 0; width:580px; height:220px; overflow:auto;position:relative; padding:0 0 20px 0; }



#content #main .content-box
{
	margin:0 0 20px 0;
}
#content #main .content-box h3
{
	font-size:16px;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	/*border-bottom:solid #DDD 1px;*/
	background-image: url(images/bs_t.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height:1.2;
}
#content #main .content-box p
{
	line-height:1.6;
}
#content #main .entry
{
	padding:15px;
	background-image: url(images/bs.gif);
	background-repeat: repeat;
	border:solid #CCC 1px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

behavior: url(/pie/PIE.htc);
}
#content #main .entry h4
{
	font-size:14px;
	margin:0 0 10px 0;
}
#content #main .entry h4 a
{
	color:#222;
}
#content #main .entry h4 a:hover
{
	color:#444;
}
#content #main .entry ul
{
}
#content #main .entry ul li
{
	font-size:11px;
}
#content #main .entry ul li a
{
	font-weight:bold;
}

#content #sub
{
	height:160px;
	width:580px;
	position:relative;
	overflow:auto;
}
#content #sub .archive-box
{
}
#content #sub .archive-box h4
{
	font-size:16px;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	background-image: url(images/bs_t.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height:1.2;
}
#content #sub .archive-box ul
{
}
#content #sub .archive-box ul li
{
	margin:0 0 5px 0;
}
#content #sub .archive-box ul li .date
{
	margin:0 1em 0 0;
}
#content #sub .archive-box ul li .txt
{
}

#content #list
{
	margin:0;
	height:400px;
	width:580px;
	overflow:auto;
	position:relative;
}
#content .scroll
{
	width:100%;
	height:100%;
	overflow:auto;
	position:relative;
}
#content #list form
{
	height:100%;
}

#content #list .content-box h3
{
	font-size:16px;
	padding:0 0 8px 0;
	margin:0 0 20px 0;
	/*border-bottom:solid #DDD 1px;*/
	background-image: url(images/bs_t.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height:1.2;
}
#content #list .entry
{
	padding:0 0 0 15px;
	border-left:solid #999 1px;
	margin:0 0 10px 0;
}
#content #list .entry h4
{
	font-size:14px;
	margin:0 0 10px 0;
}
#content #list .entry h4 a
{
	color:#222;
}
#content #list .entry h4 a:hover
{
	color:#444;
}
#content #list .entry ul
{
}
#content #list .entry ul li
{
	font-size:11px;
}

#profile
{
}
#profile .list_box
{
	margin:0 0 20px 0;
}
#profile .list_box p
{
	line-height:1.6;
	margin:0 0 20px 0;
}
#profile .list_box h4
{
	margin:0 0 10px 0;
	font-size:14px;
	padding:0 0 0 10px;
	border-left:solid #333 3px;
}
#profile .list_box ul
{
}
#profile .list_box ul li
{
	margin:0 0 10px 0;
}
#profile .list_box ul li span.date
{
	width:100px;
	float:left;
}
#profile .list_box ul li span.txt
{
	width:420px;
	float:right;
}

.contact_box
{
	padding:0 0 20px 0;
}
.contact_box p
{
	line-height:1.6;
	margin:0 0 20px 0;
}

.contact_box h4
{
	border-bottom:solid #666 1px;
}
.contact_box p.info_box
{
	padding:15px;
	background-image: url(images/bs.gif);
	background-repeat: repeat;
	border:solid #CCC 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#222;
	margin:0 0 40px 0;
	behavior: url(/pie/PIE.htc);
}
.contact_box table
{
	width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
	margin:20px 0;
}
.contact_box table tr
{
}
.contact_box table th
{
	width:170px;
	text-align:left;
	vertical-align:top;
	padding:10px 0;
}
.contact_box table th label
{
	float:left;
	width:120px;
	border-left:solid #000 1px;
	padding:0 0 0 10px;
	display:block;
}
.contact_box table th label .title
{
	font-size:14px;
	padding:0 0 3px 0;
	color:#555;
}
.contact_box table th label .caption
{
	font-size:9px;
	color:#333;
}
.contact_box table th img
{
	float:right;
	width:32px;
	margin:3px 0 0 0;
}
.contact_box table td
{
	text-align:left;
	vertical-align:top;
	padding:10px;
}
.wpcf7-not-valid-tip
{
	font-size:10px;
	display:block;
	color:#666;
}
.contact_box .center
{
	text-align:center;
	padding:20px 0;
	border-top:dotted #CCC 1px;
}
.wpcf7-not-valid-tip-no-ajax
{
	display:block;
	font-size:10px;
	color:#666;
}
.wpcf7-validation-errors,.wpcf7-response-output
{
	text-align:center;
	color:#D0006B;
	margin:0 0 20px 0;
}

span.info_box
{
	display:block;
	padding:15px;
	background-image: url(images/bs.gif);
	background-repeat: repeat;
	border:solid #CCC 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#222;
	margin:20px 0 0 0;
	behavior: url(/pie/PIE.htc);
}

.bookmark
{
	margin:-10px 0 10px 0;
	text-align:right;
	font-size:11px;
}
.wp_social_bookmarking_light
{
	margin:0;
	float:right;
	width:auto;
	padding:10px 0 0 0;
}

.wp_social_bookmarking_light div
{
	
	float:left;
	
}

.wp-pagenavi {
	clear: both;
text-align:right;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background-color:#FFF;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
