/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#c6c5c5;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"Verdana", "Arial";*/
	color:#fff;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}


/* ====text==== */
strong{
	font-weight:bold;
	color:#db5e5f;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#F8A33F;
	}
	
a:hover{
	text-decoration:none; 
	color:#F8A33F;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:center;
	width:100%;
	background-color:#f4f4f4;
	}

#wrapper{
	padding:0 20px;
	border-left:1px solid #515968;
	border-right:1px solid #515968;
	margin:0 auto;
	text-align:left;
	width:698px;
	_width:740px;
	background-color:#fff;
	}

/* === clearfix ==*/
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#wrapper{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}
/* End hide from IE-mac */
	
#mainArea{
	float:left;
	display:inline;
	width:455px;
	margin:15px 0 0 0;
	padding:0 0 30px 0;
	}

#mainArea h2{
	display:none;
	}

#topArticle,
.entry{
	background-color:#636a77;
	padding:10px;
	margin:0 0 10px 0;
	overflow:hidden;
	}

#topArticle .titles,
.entry .titles{
	background:url(/_img/title_acs01.gif) no-repeat left center;
	background-position:left 3px;
	padding:2px 0 2px 40px;
	margin:0 0 10px 0;
	}

.entry.list .titles{
	background:none;
	padding:2px 0 2px 0px;
	margin:0 0 10px 0;
	}

#topArticle .titles h3,
.entry .titles h3{
	font-size:14px;
	font-weight:bold;
	color:#ffa200;
	border-bottom:1px solid #fff;
	padding:0 0 1px 0;
	margin:0 0 0 0;
	}

#topArticle .titles h3 a,
.entry .titles h3 a{
	font-weight:bold;
	color:#ffa200;
	text-decoration:none;
	}

#topArticle .titles h3 a:hover,
.entry .titles h3 a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

#topArticle .titles p,
.entry .titles p{
	font-size:10px;
	line-height:14px;
	margin:0 0 0 0;
	}



#topArticle p.btn,
.entry p.btn{
	text-align:right;
	margin:0 0 0 0;
	}

.entry.list p.btn{
	margin:0 0 40px 0;
	}

#subArticle{
	background:url(/_img/sub_article_bg.gif) repeat-y;
	width:455px;
	margin:0 0 10px 0;
	}

.subArticle{
	float:left;
	display:inline;
	width:200px;
	margin:10px 0 10px 10px;
	}

.subArticle.second{
	float:right;
	display:inline;
	width:200px;
	margin:10px 10px 10px 0px;
	}

.subArticle h3{
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	color:#ffa200;
	border-bottom:1px solid #fff;
	padding:0 0 1px 0;
	margin:0 0 0 0;
	}

.subArticle h3 a{
	font-weight:bold;
	color:#ffa200;
	text-decoration:none;
	}

.subArticle h3 a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

.subArticle p{
	font-size:10px;
	line-height:14px;
	margin:0 0 3px 0;
	}

.subArticle p.btn{
	text-align:right;
	font-size:12px;
	}

#about{
	color:#333;
	border:1px solid #313a4a;
	padding:10px;
	}

#about h2{
	display:block;
	margin:0 0 5px 0;
	}

#about .txt{
	background:url(/_img/about_img.jpg) no-repeat left top;
	background-position:0 5px;
	padding:0 0 0 90px;
	}

#about .txt p{
	margin:0 0 5px 0;
	}

#about .txt p.btn{
	text-align:right;
	}

#subArea{
	float:right;
	display:inline;
	width:225px;
	margin:15px 0 0 0;
	padding:0 0 30px 0;
	}

#subArea .box{
	background-color:#636a77;
	margin:0 0 5px 0;
	}

#subArea .box .in{
	padding:10px;
	}

#subArea #search input{
	vertical-align:middle;
	}

#subArea #search input.text{
	border:1px solid #270707;
	background-color:#607076;
	width:125px;
	margin:0 5px 0 0;
	color:#fff;
	}

#subArea .box h2{
	margin:0 0 5px 0;
	line-height:0;
	padding:0;
	font-size:0;
	}

#subArea .box h2 img{
	display:block;
	}

#subArea #categry ul{
	margin:0 0 0 0;
	}

#subArea #categry ul li{
	padding:4px 0 4px 35px;
	margin:0 0 5px 0;
	list-style:none;
	}

#subArea #categry ul li a,
#subArea #categry ul li a:hover{
	color:#fff;
	text-decoration:none;
	}

#subArea #categry ul li a:hover{
	background-color:#ffa200;
	}

#subArea #categry ul li.cat01{background:url(/_img/cat_icon01.gif) no-repeat left center;}
#subArea #categry ul li.cat02{background:url(/_img/cat_icon02.gif) no-repeat left center;}
#subArea #categry ul li.cat03{background:url(/_img/cat_icon03.gif) no-repeat left center;}
#subArea #categry ul li.cat04{background:url(/_img/cat_icon04.gif) no-repeat left center;}
#subArea #categry ul li.cat05{background:url(/_img/cat_icon05.gif) no-repeat left center;}
#subArea #categry ul li.cat06{background:url(/_img/cat_icon06.gif) no-repeat left center;}

#subArea #latestArticles .in{
	padding:0 0 5px 0;
	}

#subArea #latestArticles h2{
	margin:0 0 1px 0;
	}

#subArea #latestArticles ul{
	margin:0 0 0 0;
	padding:0;
	}

#subArea #latestArticles ul li{
	margin:0 0 1px 0;
	/*_margin:0 0 -5px 0;*/
	padding:0;
	list-style:none;
	}

#subArea #latestArticles ul li a{
	background:url(/_img/list_bg.gif) repeat-y;
	display:block;
	text-decoration:none;
	color:#fff;
	_margin:0 0 -12px 0
	}

#subArea #latestArticles ul li a:hover{
	background:url(/_img/list_bg_on.gif) repeat-y;
	}

#subArea #latestArticles ul li span{
	background:url(/_img/acs01.gif) no-repeat left top;
	background-position:0 5px;
	padding:0 0 0 12px;
	margin:0 0 0 10px;
	display:block;
	}

#footer{
	background:url(/_img/footer_bg.gif) repeat-x;
	height:159px;
	text-align:center;
	}

#footerIn{
	margin:0 auto;
	text-align:left;
	width:740px;
	}

#irohaLogo{
	margin:0 0 0 5px;
	}

#banners{
	float:left;
	display:inline;
	width:455px;
	margin:10px 0 0 20px;
	}

#banners ul{
	margin:0 0 0 0;;
	padding:0;
	}

#banners ul li{
	float:left;
	display:inline;
	margin:0 10px 12px 0;
	line-height:0;
	font-size:0;
	}

#banners ul li img{
	display:block;
	}

#marks{
	float:right;
	display:inline;
	width:225px;
	margin:12px 20px 0 0px;
	}

#marks ul{
	margin:0 0 0 0;;
	padding:0;
	float:right;
	}

#marks ul li{
	float:left;
	display:inline;
	margin:0 10px 12px 0;
	line-height:0;
	font-size:0;
	}

#marks ul li img{
	display:block;
	}

#marks p.copyrights{
	text-align:right;
	margin:0 10px 0 0;
 	}

.paginate{
	font-size:10px;
	line-height:14px;
	margin:0 0 15px 0;
	}

.pagetop{
	text-align:right;
	line-height:14px;
	font-size:10px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	}

/* Global Navi
------------------------------------------------------------------*/
ul#globalNavi {
	margin:0 0 0 0;
	padding:0 0 0 4px;
	background:url(/_img/main_visual_bg.gif) no-repeat;
	height:30px;
	width:696px;
	_width:700px;
	}

ul#globalNavi li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 10px 0 0;
	line-height:0;
	font-size:0;
	}

ul#globalNavi li img{
	display:block;
	}


/* Sub Navi
------------------------------------------------------------------*/



/* Ext Navi
------------------------------------------------------------------*/


/* Common parts
------------------------------------------------------------------*/
table.basicTable{
	width:100%;
	border-collapse:collapse;
	border:1px solid #48AF17;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 15px 0;
	}
	
table.basicTable th,
table.basicTable td{
	padding:5px;
	border:1px solid #48AF17;
	}

table.basicTable th{
	background-color:#D1EBC5;
	font-weight:bold;
	}

.outlineTable{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 15px 0;
	width:100%;
	}

.outlineTable th, .outlineTable td{
	padding:5px;
	}

.outlineTable .end th, .outlineTable .end td{
	background:none;
	}

.outlineTable th{
	width:130px;
	}

.outlineTable th span{
	background:url(/_img/master/acs01.gif) no-repeat left center;
	padding:3px 0 3px 15px;
	}

.outlineTable p,
.outlineTable ul,
.outlineTable dl{
	margin-bottom:0;
	}

.outlineTable .marg{
	margin-bottom:15px;
	}


/* entry
------------------------------------------------------------------*/
#clip{
	background-color:#fff;
	width:100px;
	text-align:center;
	padding:3px 0px 0 0px;
	float:right;
	display:inline;
	}

.entryBody ul{
	margin:0 0 15px 20px;
	}
	
.entryBody ul li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

.entryBody ol{
	margin:0 0 15px 25px;
	}
	
.entryBody ol li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

blockquote{
	border:2px solid #fff;
	padding:10px;
	font-style: normal;
	margin:0 0 15px 5px;
	}

.entryBody .book{
	padding:5px;
	background-color:#fff;
	width:200px;
	margin:0 0 15px 0;
	color:#333;
	}

.entryBody .book p{
	margin:0 0 0 0;
	text-align:center;
	}

.entryBody .book p.img a:hover{
	background:none;
	}

.entryBody .book p.img{
	margin:0 0 5px 0;
	text-align:center;
	}

.entryBody code,.entryBody .box{
	display:block;
	margin:0 0 15px 0px;
	background-color:#000;
	padding:10px;
	font-size:12px;
	}

.entryBody h4{
	font-size:12px;
	margin:30px 0 10px 0;
	font-weight:bold;
	border-left:3px solid #fff;
	padding:0 0 0 7px;
	}


.entryBody h5{
	font-size:12px;
	margin:0px 0 5px 0;
	font-weight:bold;
	padding:0 0 0 0;
	}

.entryBody dl{
	margin:0 0 15px 0;;
	}
	
.entryBody dt{
	margin:10px 0 3px 0;
	font-weight:bold;
	}

.entryBody dd{
	margin:0 0 5px 5px;
	}

.entryBody hr{margin:10px 0;}

.entryBody .photo{
	display:block;
	margin:0 0 5px 0;
	}

.entryBody .photoBox{
	margin:0 0 15px 0;
	}

.entryBody .photoBox img{
	display:block;
	margin:0 0 10px 0;
	}

ul.tl-tweets{
	margin:0 0 20px 0;
	}

ul.tl-tweets li{
	background:url(/_img/line01.gif) repeat-x left bottom;
	padding:0 10px 10px 10px;
	margin:0 0px 10px 0px;
	list-style:none;
	}

ul.tl-tweets li a{
	color:#fff;
	}

/* entry bottom
------------------------------------------------------------------*/
.sucCont{
	margin:30px 0 0 0;
	padding:10px 0;
	}

.sucCont h4{
	font-size:14px;
	font-weight:bold;
	padding:0;
	border:none;
	margin:0 0 10px 0;
	border-bottom:1px solid #fff;
	}

#comments .comment{
	background:#636a77 url(/_img/line01.gif) repeat-x left bottom;
	padding:10px 0 10px 0;
	margin:0 0 0px 0;	
	}

.sucCont h5{
	font-weight:bold;
	font-size:12px;
	margin:0 0 5px 0;
	}

.sucCont h5 a,
.sucCont h5 a:hover{
	font-weight:bold;
	}

#trackbacks .trackback{
	background:url(/_img/line01.gif) repeat-x left bottom;
	padding:0 0 10px 0;
	margin:0 0 10px 0;	
	}

#trackbacks .trackback .link{
	margin:0;
	}

#commentWrite{
	margin:20px 0 0 0;
	}

#commentWrite label{
	float:left;
	display:inline;
	width:80px;
	}

#comment-form-remember-me{
	margin:0 0 10px 0;
	}

#comment-form-remember-me label{
	width:auto;
	float:none;
	display:block;
	margin:0 0 0 0;
	}

#commentWrite #comment-form-name,
#commentWrite #comment-form-email,
#commentWrite #comment-form-url{
	margin:0 0 5px 0;
	}

#commentWrite textarea{
	width:400px;
	}

#comments-open-footer{
	margin:5px;
	text-align:center;
	}
	
/* archive content
------------------------------------------------------------------*/
h2#archiveTitle,
h2#contentTitle{
	display:block ! important;
	font-size:14px;
	font-weight:bold;
	padding:0 0 3px 0;
	margin:0 0 15px 0;
	}

h2#archiveTitle span,
h2#contentTitle span{
	background:url(/_img/title_acs01.gif) no-repeat left center;
	background-position:left 3px;
	padding:8px 0 8px 40px;
	display:block;
	font-weight:bold;
	}

.archiveList{

	}

.archiveList li{
	float:left;
	display:inline;
	width:110px;
	height:25px;
	list-style:none;
	}

/* profile
------------------------------------------------------------------*/
.profileList{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	}



/* ad
------------------------------------------------------------------*/
.adsense{
	margin:40px 0 0 0;
	}




/* twitter
------------------------------------------------------------------*/
#subArea .box#twitterBox{
	font-size:10px;
	line-height:14px;
	}


#subArea .box#twitterBox h2{
	margin:0 0 0px 0;
	}


#subArea .box#twitterBox p{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	background:#636a77 url(/_img/line01.gif) repeat-x left bottom;
	}

#subArea .box#twitterBox p.icon{
	background:none;
	padding:0;
	margin:10px 0 0px 0;
	text-align:right;
	}


