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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #EEEEEE;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
/*	font-size: 75%; */
	font-size: 80%;
	line-height:1.5;
	color: #333;
	list-style: none;
	text-align: center;
}

img {
	border: none;
	vertical-align: middle;
}

a:link,a:active {color: #0000FF;text-decoration: underline;}
a:visited{color: #660099;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: underline;}

/*引用属性*/
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;
	}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #333;}
td {padding: 5px;}

/* 基本設定 ----------------------------- */
#base{
	width: 940px;
	margin: 0 auto;
	background: url("http://www.tajiku.com/img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #FFF url("http://www.tajiku.com/img/header.jpg") no-repeat;
	position: relative;
}

/*  ヘッダー  */
#header {
	height:300px;
	margin: 0;
	color: #333;
}
#header h1{
	margin : 0;
	padding: 0;
	float: left;
	text-indent: -2000px;
}
 h1 a {
	width:500px;
	height:150px;
	background: #FFF url("http://www.tajiku.com/img/header.jpg") no-repeat;
	display: block;
}

#header .navi{
	position: absolute;
	top: 35px;
	right: 10px;
}

#header .h_menu{
	position: absolute;
	top: 250px;
	left: 0px;
}

/*  記事枠等の属性  */
#right {
	float: right;
	width: 635px;	
	margin: 0;
	background: #FFF;
	overflow-x: hidden;	
}

#right h2 {
	margin: 0 10px 0px 5px;
	border: 1px solid #DDD;
	background: #000099;
	color: #FFF;
	font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#right h2 a {
	text-decoration: none;
	color: #FFF;
}
					
#right h2 a:hover {
	color: #FF6633;
}

#right h3 {
	padding: 0 10px;
	border-bottom: 1px solid #0F6B8A;
	color: #333;
	font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
}

#right h4 {
/*	padding: 0 10px; */
	border-bottom: 1px solid #DDD;
	color: #176782;
	font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
}

#right h5 {
	padding: 0 10px;
	color: #333;
	font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
}


#right .cont{
	margin: 0px 10px 20px 5px;
	padding: 0 10px; 
	border-style: solid;
	border-color: #DDD;
	border-width: 0 1px 1px 1px;
}

#right .cont div{
	padding: 10px;
/*	text-indent:1em; */
	text-align: left;
	font:normal 110%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#right .cont p{
/*	margin-top:0.5em; margin-bottom:0.5em */
	margin-top:1em; margin-bottom:1em
}

#right .info {
	width: 625px; 
	height: 605px; 
	margin: 0px 10px 20px 5px;
	text-align: left;
/*	background: url("http://www.tajiku.com/img/info.gif") no-repeat; */
}

#right .infocont{
	margin: 0px 10px 20px 5px;
	border: none;
/*
	border-style: solid;
	border-color: #DDD;
	border-width: 0 1px 1px 1px;
*/
}

/*　詳細へ　*/
.next {
	margin : 10px 0;
}

.next a{
	float: right;
	width: 80px;
	height:20px;
	display: block;
	background: url("http://www.tajiku.com/img/more01.gif") no-repeat;
	text-decoration: none;
	text-align: center;
	color: #0000FF;
}

.next a:hover{
	width: 80px;
	height:20px;
	display: block;
	background: url("http://www.tajiku.com/img/more02.gif") no-repeat;
	color: #FF6633;
}

/*  パンくずリスト  */
#right .navi2 {
	margin :0px;
	width: 100%;
	font-size: 85%;
	padding: 0 5px;
	text-align: left;
	}

#right .navi2 a {
	color: #6699CC;
	text-decoration: none;
	}

#right .navi2 a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

/*  記事一覧  */
#right ol{
	margin: 0px 0px 20px 40px;
}

#right li{
	margin: 5px 0;
	font-size: 100%;
	color; #333;
}

#right .cform{
	margin: 0;
}

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

#right .post1,#right .post2 {
	border-top: solid 1px #AAAAFF;
	font-size: 12px;
	padding-top: 6px;
	margin-bottom: 30px;
}

#right #trackbackdata post1{
	font-size: 10px;
	color: #888;
	margin-bottom: 10px;
}

#right #tbdata,#right #tbdata p, #right #commentdata,#right #commentdata p{
	font-size: 12px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#right #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}
#right .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}



/*  サイドメニュー等の属性  */
#left {
	float: left;
	width: 265px;
	margin: 0;
	background: #FFF;
	overflow-x: hidden;
}

#left h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #000099;
	font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

/*　アドセンス　*/
#left .ads{
	margin: 0 5px 0 10px;
}

#left .search{	
	margin: 0 5px 0 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/*　検索窓　*/
#left .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#left .cat{
	margin: 0;
}

#left .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #000099;
	font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#left ul.menu{
	margin: 0 5px 0 10px;
	padding: 0;
	list-style-type: none;
}

#left ul.menu li{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#left ul.menu li.tc1 a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 20px;
	background: #DDEEFF url("http://www.tajiku.com/img/menu01.gif") no-repeat;
	color: #0000FF;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#left ul.menu li.tc1  a .des{
	padding: 5px;
	background: #DDEEFF;
	color: #3D7A8F;
	font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

#left ul.menu li.tc1 a:hover {
	background: #FFF url("http://www.tajiku.com/img/menu02.gif") no-repeat;
	color: #FF6633;
}


#left ul.menu li a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 30px;
	background: #f5f5f5 url("http://www.tajiku.com/img/menu03.gif") no-repeat;
	color: #0000FF;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#left ul.menu li a .des{
	padding: 5px;
	background: #f5f5f5;
	color: #3D7A8F;
	font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

#left ul.menu li a:hover {
	background: #FFF url("http://www.tajiku.com/img/menu04.gif") no-repeat;
	color: #FF6633;
}

#left ul.menu li a:hover .des {
	background: #FFF;
}


/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 5px 5px;
/*	font-size: 85%; */
}

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

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background: #000099;
	margin: 0;
}
#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: #CCC;
/*	font-size: 85%; */
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #333;
	text-decoration: none;
}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #333;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold; 
	color: #4A4A97;
	}

.comment-content{ 
	margin: 10px 0px 10px 10px; 
	font-size: 12px; 
	color: #333; 
	line-height: 155%; 
	}

.comment-view{ 
	margin: 0px 0px 10px 10px;
	font-size: 12px; 
	color: #4A4A97; 
	line-height: 155%; 
	}

/*  CSS切替用  */
.changecss{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
	font-size: 85%;
}

/*  W3C  */
.w3c {
	margin: 15px 0;
	text-align: center;
}
