/*
-----------------------------------------------
T-Kawano.com          	      
author: Namaste Works    
E-mail: hiro@yskw.com 
Website: t-kawano.com
----------------------------------------------- */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address {text-decoration:none; font-style:normal;}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*ベーシック*/
html {
	}
body {
	background:#fff url(img/bg.png) ;
	height:100%;
	}
#wrap{
	width:900px;
	}
#header {
	width:900px;
	height:150px;
	text-align:left;
	background:url(img/header_bg2.png) no-repeat;
	margin:8px auto 5px auto;
	display:block;
	}
#content {
	width:650px;
	text-align:left;
	float:left;
	height:100%;
	}
#sidebar {
	width:242px;
	text-align:left;
	float:right;
	}
#footer {
	width:900px;
	height:50px;
	text-align:center;
	background:url(img/footer_bg.png) no-repeat top center;
	margin:8px auto 0px auto;
	display:block;
	}
/*ヘッダー*/

#header a{
	color:#3A5462;
	text-decoration:none;
	}
#header a:hover{
	color:#3A5462;
	}

.title_unit {
	color:#fff;
	padding:20px 0px 0px 25px;

	}
.title_unit span{
	font-size:24px;
	}
#description {
	font-size:95%;
	margin:10px 0 0 0;
	}	
	
/*コンテンツ*/

.content_top {
	background:url(img/content_top.png) no-repeat center top;
	display:block;
	height:10px;
	width:650px;
	margin:0px;
	padding:0px;
	}
.content_body {
	background:#fff;
	width:600px;
	border-left:solid 2px #e6e6e6;
	border-right:solid 2px #e6e6e6;
	padding:10px 23px;
	height:99%;
	}
.content_bottom {
	background:url(img/content_bottom.png) no-repeat bottom center;
	display:block;
	height:10px;
	width:650px;
	margin:0px;
	padding:0px;
	}

#content h1{
	font-size:20px;
	color:#666;
	margin:0 0 20px 0;
	border-bottom:dotted 1px #666;
	}
#content h2 {
	color:#7F832D;
	margin:0 0 15px 0;
	}
#content p{
	font-size:90%;
	line-height:1.8em;
	margin:0 0 15px 0;
	}


/*コンテンツ各ぺージ毎*/

.effect-list li{
	list-style:disc outside;
	margin:0 0 10px 25px;
	}
.effect-list ul{
	margin:0 0 20px 0px;
	}
#effect-table {
	font-size:85%;
	margin:15px 0;
	}
#effect-table th{
	background:#eee;
	padding:3px 5px 3px 5px;
	width:125px;
	border-bottom:solid 1px #ccc;
	}
#effect-table td{
	padding:3px 5px 3px 15px;
	border-bottom:solid 1px #ccc;
	}	
#tools table th {
	font-size:14px;
	color:#666;
	}
#tools table td {
	font-size:12px;
	padding:2px 8px 0px 8px;
	}

#member-list li{
	list-style:disc outside;
	margin:0 0 15px 25px;
	}
#links ul {
	margin:0 0 0px 25px;
	}
#links li {
	list-style:outside circle;
	}
#links h2 a{
	color:#7F832D;
	margin:0 0 5px 0;
	}
#links div{
	margin:0 0 25px 0;
	font-size:85%;
	}	



/*サイドバー*/

.sidebar_top {
	background:url(img/sidebar_top.png) no-repeat center top;
	display:block;
	height:10px;
	width:242px;
	margin:0px;
	padding:0px;
	}
.sidebar_body {
	background:#f3d49e url(img/sidebar_bg.png) repeat-x center top;
	width:238px;
	border-left:solid 2px #e6e6e6;
	border-right:solid 2px #e6e6e6;
	padding:1px 0px;
	}
.sidebar_bottom {
	background:url(img/sidebar_bottom.png) no-repeat bottom center;
	display:block;
	height:10px;
	width:242px;
	margin:0px;
	padding:0px;
	}	


#sidebar ul{
	font-size:15px;
	}
#sidebar a{
	color:#333;
	display:block;
	padding:10px 10px;
	margin:0px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #c8c8c8;
	text-decoration:none;
	}
#sidebar a:hover{
	color:#fff;
	background:#AEA69C;
	}


/*フッター*/

#footer span{
	font-size:12px;
	padding:16px;
	display:block;
	color:#999;
	}

