/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html, body {height: 100%;}

/* BODY--------------------------------------------*/
body {
	margin : 0;
	color:#333;
	font-size: 13px;
	line-height: 150%;
	text-align:center;
	background: #F5F5F5;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/*デフォルト属性 */
img, a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {font-weight: normal; background: yellow;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}


/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #003399;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}

/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #333; width: 100%;}
td {padding: 5px;}


/* --------- 基本設定 ----------------------------------　*/
#wrapper {
	margin: 0 auto;
	width: 900px;
 	min-width: 900px;
	text-align: left;
/*	background: #FFF url("http://kk-arai.com/img/header.gif") no-repeat;*/
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0;
	padding: 0;
	height : 80px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	margin: 10px 0 0 20px;
	width:400px;
	height:70px;
	background: url("http://kk-arai.com/img/header.gif") no-repeat;
	display: block;
	float: left;
}

#header h1 a:hover {
	background: url("http://kk-arai.com/img/header.gif") no-repeat;
}

/* TAB部分の指定 */
#tab{
	padding: 40px 10px 0 0;
}

#tab a:link, #tab a:visited, #tab a:active {
	color: #00F;
	text-decoration: none;
	width: 80px;
	height: 20px;
	margin: 0 2px;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	display: block;
	float: right;
	background: url("http://kk-arai.com/img/tab01.gif") no-repeat;
	overflow-y: hidden;
}

#tab a:hover {
	background: url("http://kk-arai.com/img/tab02.gif") no-repeat;
}
	
#tabline {
	background: url("http://kk-arai.com/img/tabline.jpg") repeat-x;
/*	background-color: #FFCC33;*/
	color: #800000;
	font-size: 85%;
	font-weight: bold;
	padding: 8px 10px 8px 0px;
	text-align: right;
}

/* お気に入りの指定 */
#header .favorite {
	margin: -90px 10px;
	text-align : right;
}

/*  パンくずリスト  */
.navi {
	height: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	color:#3C6031;
	text-indent: 15px;
	margin: 0px;
	background-color: #EBF3E9;
}

.navi a{
	color: #3C6031;
	font-weight: bold;
	text-decoration: none;
}

.navi a:hover {
	color: #FFCC00;
}

#container {
	position: relative;
	margin: 0;
	width: 100%;
	background: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
/* メイン部分（左メニュー・コンテンツ） */
body.multi #main {
	width: 698px;
	float: left;
}
body.double-l #main {
	width: 868px;
	float: left;
}

/*エントリー部分*/
#content {
/*	margin: 0px 200px; /* 左右方向に200pxのマージンを指定　*/
	margin-left: 200px;
}

#content h2{
	margin: 10px 0 10px 0;
	padding: 5px 0;
	font-size: 118%;
	color: #333;
	text-indent: 10px;
	font-weight:bold;
	overflow-x: hidden;
	border: 1px solid #FF9900;
	border-left: 5px solid #FF9900;
	background-color: #FFFFCC;
}
#content h2.title1{
	border: none;
	font-size: 130%;
	text-indent: 45px;
	padding-top: 7px;
	background: url("http://kk-arai.com/img/title_house.jpg") no-repeat;
	height: 35px;
}
#content h3	{
	margin: 10px 0 15px 10px;
	padding: 5px 8px;
	border-left: 5px solid #86B900;
	background-color: #F5F5F5;
	text-indent: 5px;
	color: #333;
	font-size:1.4em;
	font-weight:bold;
	line-height: 1.4;
}
				
#content h4	{
	margin: 10px 0 10px 10px;
	font-size: 100%;
	font-weight:bold;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #666;
}

#content h5	{
	margin: 10px 0 10px 10px;
	font-size: 100%;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #666;
}
	

#content .doc{
	font-size: 100%;
	color: #333;
	line-height: 150%;
	margin: 0 5px 5px 10px;
}

#content .doc img{
	margin: 0 5px;
}

#content p{
	margin: 0 0 0 10px;
}

#content ol, #content ul{
	margin-left: 30px;
}

/* 記事内の位置指定 */
.detail {
	text-align:right;
	font-size: 12px;
	margin-right:5px;
	margin-top;10px;
	margin-bottom;5px;
}

/*フッターナビ*/
#content #f_navi {
	margin: 0;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 12px;
}

#content #f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}

/* ---- 相互リンクリスト属性----- */
#content .slink ul{
	margin: 10px 5px 20px 30px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

		
/*左サイドバー部分*/
#left {
/*	position: absolute;*/
	margin-top: 10px;
	width: 190PX;
	background: #FFF;
	float: left;
}

/*------メニュー部分------*/
#left .index{
	color:#FFF;
	width:180px;
	height:20px;
	margin: 0 0 0 5px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://kk-arai.com/img/index.gif");
}


#left ul{
	display: block;
	list-style: none;
	margin: 0 0 10px 5px;
	font-size: 12px;
	text-align: left;
	line-height: 2.0;
	}
	
/* トップカテゴリー指定 */
#left li.pt1{
	display: block;
	width: 180px;
	height: 25px;	
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://kk-arai.com/img/menu02.gif") no-repeat;
	}
	
#left li.pt1 a:link, #left li.pt1 a:visited, #left li.pt1 a:active {
	display: block;
	width: 180px;
	height: 25px;
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://kk-arai.com/img/menu01.gif") no-repeat;
	}
	
#left li.pt1 a:hover {
	color: #666;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 25px;
	background: url("http://kk-arai.com/img/menu03.gif") no-repeat;
	}

/* サブカテゴリー指定　ここで変化を持たせることができます */
#left li{
	display: block;
	width: 180px;
	height: 25px;	
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://kk-arai.com/img/menu02.gif") no-repeat;
	}

#left li a:link, #left li a:visited, #left li a:active {
	display: block;
	width: 180px;
	height: 25px;
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://kk-arai.com/img/menu01.gif") no-repeat;
	}
	
#left li a:hover {
	color: #666;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 25px;
	background: url("http://kk-arai.com/img/menu03.gif") no-repeat;
	}

/* What New  */
#left .new dl {
	margin: 0 0 0 5px;
	width: 180px;
}

#left .new dd a{
	margin: 0;
	height: 25px;
	padding: 5px;
	color:#444;
	text-decoration:none;
	display: block;
	font-size: 10px;
	line-height: 110%;

	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #335D99;
	background-color: #EBF3E9;
}
		
#left .new dd a:hover{
	color:#F20;
	background-color: #FFF;
}

#left .box{
	width:180px;
	margin: 0 0 0 5px;
}

#left .box .inner{
	display: block;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #335D99;
}

/*右サイドバー部分*/
#right {
	float: right;
	width: 190PX;
	margin: 10px 1px 0 0;
	background: #FFF;
}

#right p {
	font-size: 100%;
	line-height: 130%;
	color: #333;
	margin: 0;
	padding: 5px;
}
		
/* 右サイドボックスの指定 */
#right .indexbox {
	color:#FFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin: 0 0 0 5px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://kk-arai.com/img/index.gif");
}

#right .box {
	width:180px;
	margin: 0 0 10px 5px;
}

#right .box .inner{ 
	display: block;
	font-size: 12px;
	line-height: 130%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #846035;
	padding: 5px;
	text-align: center;
}

#right .box img{
	border: 0;
}

/*フッター部分*/
#footer {
	padding-top: 30px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
	background-color: #EDD8A3;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#footer p {
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
}
		
#footer a {
	color: #0080FF;
}

#footer a:hover{
	color : #FF6600;
}

/* Copyrights */
.copyrights {
	clear: both;
	margin: 0;
	font-size: 12px;
    text-align: center;
	height: 40px;
}

.copyrights p {
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

.powered {
	margin: 10px 0;
	text-align: center;
}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0 0 0;
 	height: 22px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	line-height: 180%;
 	text-indent: 10px;
 	text-align: left;
 	background: #0B9EB7;
 	display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #FFF;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin-right: 10px;
	text-align: right;
}
/*グローバルメニュー*/
#globalmenu ul {
	list-style: none;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	background: url("http://kk-arai.com/img/gnavi_back.jpg") repeat-x;
	height: 30px;
	padding-top: 5px;
}
#globalmenu li {
	display: inline;
	white-space: nowrap;
}
#globalmenu li a {
	text-decoration: none;
	padding: 0.2em 0.8em;
	color: #333;
	width: 100px;
	background: transparent;
}
#globalmenu li a:hover {
	color: #FFF;
	background: url("http://kk-arai.com/img/gnavi_over.jpg") no-repeat;
}

.f08em {font-size: 0.8em;}