/*
-----------------------------------------------
Theme Name: WordPress Mitanoie
Description: Mitanoie's css

Name:  Mitanoie Base Styles
Date:  2007/07/02
Version:  1.0
Author: Mitanoie
----------------------------------------------- */


/*  Default Set
----------------------------------------- */

*{
	margin: 0;
	padding: 0;
	}
html{
	overflow-y:scroll;
	}
body{
	color: #333;
	background-color: #f3f3f3;
	font-family: verdana, sans-serif;
	line-height: 1.4;
	font-size: 100%;
	font-family: Helvetica, Arial, Geneva, sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-style: normal;
	text-decoration: none;
	text-align: center;
	}
* + html body {
	font-family: "メイリオ","Meiryo";
	}
img{
	border: none;
	}
address{
	font-style:normal;
	}
.clear{
	clear:both;
	}

/* Link Color 
----------------------------------------------------------- */
a, #c-m a, #c-x a{
	text-decoration: none;
	color: #524440;	
	}
a:link{
	text-decoration: none;
	color: #524440;
	}
a:visited{
	text-decoration: none;
	color: #524440;
	}
a:hover, a:active{
	text-decoration: underline;
	color: orange;
	}

/* Misc
----------------------------------------------------------- */
#header .offleft{	/*	off-left hack for the link to #container */
	position: absolute;
	left: -999px;
	width: 990px;
	}
.hrclear{
	border-width: 0;
	clear: both;
	}
.dispnone{
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*  Main Block Level= Structure
----------------------------------------------------------- */
/*  Main Structure
-------------------------- */
.container{
	width: 800px;
	min-width: 50em;
	color: #5a4840;
/*	background-color: #e4d6bc;	*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#c-smx{
	height: auto;
/*	background: transparent url(./img/c-smx_bg.gif) repeat-y;	*/
	position: relative;
	z-index: 99;
	}
#c-sm{
	float: left;
	width: 595px;	/*	600	*/
	height: auto;
	}
#c-m{
	width: 370px;	/*	369	*/
	float: right;
/*	background-color: #e4d6bc;	*/
	background-color: #fff;
	padding: 0 10px;
	padding-bottom: 15px;
	}
* html #c-m{
	padding-right: 0;
	padding-left: 10px;
	}
* html .o-page #c-m{
/*	font-size: 6px;	*/
	padding: 0 10px;
/*	background-color: aqua;	*/
	}
#c-s{
	width: 205px;
	height: auto;
/*	background-color: #e4d6bc;	*/
	float: left;
	}
#c-x{
	width: 205px;	/*	199, 204	*/
	float: right;
	background-color: #e4d6bc;
	}

/*  Header & Footer
-------------------------- */
#header{
	width: 800px;
	height: 80px;
	text-align: left;
	}
#hnavi{
	width: 800px;
	height: 24px;
	background-color: #aa324f;
	}
*:first-child+html ul#hnavi{
	top: 10px;
	}
#footer{
	width: 100%;
	clear: both;
	}
address{
	text-align: center;
	color: #c1ada7;
	background-color: #d0163f;
	font-size: 85%;
	line-height: 1.5em;
	}
* address{
	color: #999;
	font-size: 75%;	/*	85%	*/
	}

/*  Details
----------------------------------------------------------- */
/*  Header
----------------------------------------- */
#header h1{
	}
#header #headerimg{
	width: 800px;
	height: 56px;
	background: #cd3d5c url(http://mita.inter-c.org/wp-content/themes/mita/img/mita_title_banner3.gif) no-repeat fixed top center;
	}
#hnavi li{
	display: inline;
	}
#hnavi .page_item a, #hnavi .page_item span{
	font-size: 12.5px;
	padding: 2px 35px 2px 0;
	background-color: transparent;
	color: #999;
	text-decoration: none;
	float: left;
	}
#hnavi .page_item a:hover{
	color: #fff;
	}
#hnavi .current_page_item a{
	padding: 2px 15px 2px 0;
	background: #c9c0b0;
	color: #999;
	text-decoration: none;
	float: left;
	border-right: 1px solid #dfdfdf;
	}
#hnavi li.current_page_item a:hover{
	}
#hnavi li#totop a{
	margin-left: 15px;
	margin-right: 135px;
	}
#hnavi #search p{
	display: inline;
	}
#hnavi li form #s{
	width: 100px;	/*	125	*/
	}
#hnavi li form #fimg{
	position: relative;
	top: 3px;
	margin-left: -20px;
	}
h1 a:hover{
	text-decoration: none;
	}

/*  Main
----------------------------------------- */
#c-m #cimg{
	margin-left: -10px;
	z-index: 2;
	}
* html #c-m #cimg{
/*	margin-left: 0;	*/
	}
#c-m h2{
	font-size: 15px;
	margin-bottom: 12px;
	}
#c-m h2 span{
	font-size: 9px;
	margin-right: 10px;
	}
#c-m h3{
	border-bottom: 1px solid #6F6F6F;
	color: #5F707A;
	font-size: 13px;
	text-align: right;
	}
#c-m .recpost{
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
	}
#c-m .recpost .publishinfo{
	font-size: 10.5px;
	margin-bottom: 12px;
	text-align: right;
	}
#c-m .recpost .abimg, #c-m #rec15post .abimg{
	width: 178px;
	height: 119px;
	float: left;
	margin-right: 15px;
	}
#c-m .recpost .article{
	padding-left: 196px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.5px;
/*	text-align: right;	*/
	}
#c-m #comments a{
	color: #5f707a;
	font-size: 13px;
	}
#c-m .post{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	margin-top: 15px;
	margin-bottom: 50px;	/*	10	*/
	}
#c-m .post p, #c-m .post li{
	line-height: 1.4;
	}
#c-m .post .storycontent p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	}
#c-m .post .storycontent .wpcf7 form textarea{
	width: 300px;
	height: 150px;
	}
#c-m .post .storycontent ul, #c-m .post .storycontent ol{
	}
#c-m .post .storycontent li{
	}
#c-m .post .storycontent blockquote{
	background: #f7f7f7;
	}
#c-m .storytitle, #c-m .storytitle a{
	color: #524440;
/*	color: #5F707a;
	text-decoration: none	*/
	}
#c-m .storytitle a:hover{
	color: #495865;
	text-decoration: none
	}
#c-m .post .meta span{
	display: block;
	text-align: right;
	margin-top: -16px;
	}
#c-m .post .meta, #c-m .post .meta a{
	margin-bottom: 15px;
	color: #867b64;
	font-size: 11px;
	}
#c-m .post .meta li a:hover{
	color: #686050;
	}
#c-m .post .meta ul, #c-m .post .meta li{
	display: inline;
	}
#c-m .post .feedback{
	width: inherit;
	font-size: 9px;
	}
#c-m .post #post-comment{
	font-size: 9px;
	}
#c-m #commentlist{
	}
#c-m #commentlist li{
	}
#c-m #commentform input, #c-m #commentform textarea{
	}
#c-m #commentform textarea{
	width: 365px;
	}
#c-m code{
	color: #800000;
	}
#c-m ul{
	list-style-type: none;
	margin-top: 15px;
	}
#c-m dl{
	font-size: 12px;
	}
#c-m dt{
	margin-top: 15px;
	font-weight: bold;
	}
#c-m .UTWPrimaryTags{
	display: block
	}
	
/*  #c-s
----------------------------------------- */
#c-s #s-category, #c-s #s-about, #c-s #s-project{
	padding-left: 15px;
	padding-right: 10px;
	}
#c-s #s-category{
	height: 260px;
	background-color: #402d29;
	color: #877773;
	}
#c-s #s-about{
	height: 168px;	/*	180	*/
	background-color: #9a7974;
	color: #c1ada7;
	}
#c-s #s-project{
	height: auto;
	background-color: #d11740;
	color: #e58c99;
	}	
#c-s h2{
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
#c-s ul{
	list-style-type: none;
	}
#c-s ul li{
	font-size: 13px;
	}
#c-s ul li a{
	color: #fff;
	text-decoration: none;
	letter-spacing: 5px;
	}
#c-s #s-category ul li{
	padding-bottom: 10px;
	}
#c-s #s-about ul li, #c-s #s-project ul li{
	padding-bottom: 7px;
	}
#c-s #s-project ul li{
	font-size: 10px;
	}
#c-s #s-category p{
	font-size: 9px;
	}
#c-s #s-project ul li a{
	color: #fff;
	}
	
/*  #c-x
----------------------------------------- */
#c-x ul li h3{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12.5px;
	color: #a08a89;
	}
#c-x ul{
	list-style-type: none;
	}
#c-x ul #x-recent, #c-x ul #x-mailnews, #c-x ul #x-link, #c-x ul #x-related{
	padding-left: 15px;
	padding-right: 10px;
	}
#c-x ul li ul li{
	}
#c-x #x-recent ul li{
	}
#c-x ul #x-recent{
	font-size: 9px;
	height: 260px;
	background-color: #e4d6bc;
	color: #524440;	/* #968570 */
	}
#c-x ul #x-related{
	font-size: 11px;
	background-color: #e4d6bc;
	color: #968570;
	height: auto;
	}
#c-x ul #x-mailnews{
	font-size: 11px;
	background-color: #402d29;
	color: #786868;
	height: 130px;
	}
#c-x ul #x-link{
	font-size: 10.5px;
	background-color: #9a7974;
	color: #fff;
	}
#c-x ul #x-recent li{
	margin-bottom: 10px;
	}
#c-x ul #x-link li{
	font-size: 10.5px;
	margin-bottom: 6px;
	}
#c-x ul #x-recent h3{
	color: #a08a89;
	}
#c-x ul li #rec15{
	margin-top: 10px;
	text-align: right;
	}
#c-x ul #x-mailnews h3{
	color: #b5bbc2;
	}
#c-x ul #x-link h3{
	color: #524440;
	}
#c-x ul li #rec15 a img{
	}
#c-x #x-recent ul li .xcat-title{
	font-size: 11px;	/*	11.5	*/
	}
#c-x ul #x-mailnews p{
	font-size: 9.5px;
	line-height: 1.7;
	color: #b5bbc2;
	}
#c-x ul #x-mailnews p #email{
	width:  170px;
	}
#c-x ul #x-link ul{
	padding-bottom: 10px;
	}
#c-x ul #x-link li{
	}
#c-x ul #x-related h4{
	margin-top: 0px;
	margin-bottom: 2px;
	}
* html #c-x ul #x-related h4{
	font-size: 120%;
	}
#c-x ul #x-related ul li{
	margin-bottom: 15px;
	}
#c-x ul #x-related p{
	font-size: 10px;
	color: #5e463d;
	}
* html #c-x ul #x-related p{
	font-size: 9px;
	}
#c-x ul #x-related p img{
	vertical-align: bottom;
	}

/*  Footer
----------------------------------------- */

/*  Inline and Miscellaneous
----------------------------------------- */
#staffs li{
	padding-bottom: 3px;
	line-height: 1.6;
	}
#staffs li a{
	border-bottom: 1px dotted #666; 
	}


/*  Link
----------------------------------------- */
#c-sm #c-m .post  p a{
	border-bottom: 1px dotted #666; 
	}
#c-x ul #x-link li a{
	color: #fff;
	}
#c-x ul #x-mailnews a{
	color: #fff;
	border-bottom: 1px dotted #fff; 
	}
	

/*  media type
----------------------------------------- */
@media print{
#header #headerimg{
	display: list-item;
	list-style-image: url(http://mita.inter-c.org/wp-content/themes/mita/img/mita_title_banner3.gif);
	}
}