@import "header.css";
@import "glovalnavi.css";
@import "sidebar.css";
@import "footer.css";

/*
Theme Name: Web-Canvas
Theme URI: http://joule-plus.com
Description: Web-Canvas
Version: 1
Author: joule-plus
Author URI: http://joule-plus.com
*/

/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	font-weight:normal;
	vertical-align:baseline;
	list-style:none;
}
html{
}
body{
	font-size:90%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#895D3B;
	background-image:url(image/bg.gif);
	text-align:center;
}
img{
	vertical-align:bottom;
}
a:link,
a:visited{
	color:#8BC53F;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#8BC53F;
	font-weight:bold;
	text-decoration:underline;
}
.li-circle,
.li-number{
	margin:10px 0;
}
.li-circle li{
	margin-left:30px;
	margin-bottom:1em;
	list-style-type:circle;
}
.li-circle li2{
	margin-left:16px;
	margin-bottom:1em;
	list-style-type:circle;
}
.li-number li{
	margin-left:30px;
	margin-bottom:1em;
	list-style-type:decimal;
}
.li-number li2{
	margin-left:16px;
	margin-bottom:1em;
	list-style-type:decimal;
}
.clear{
	clear:both;
	line-height:0;
}
.last{
	margin-left:0 !important;
	margin-right:0 !important;
}
.fc-red{
	color:#f00;
}
.bold{
	font-weight:bold;
}
.f-right{
	float:right;
}
h2{
	font-weight:100;
	display:inline;
}
h3{
	font-size:120%;
	font-weight:bold;
	clear:both;
}
h4{
	font-size:100%;
	font-weight:bold;
	border-left:3px solid #895D3B;
	padding:1px 0 1px 5px;
	clear:both;
	font-weight:bold;
	border-bottom:1px dashed #aaa;
}
.comment{
	font-size:75%;
}

/********************************
			form
********************************/
input[type=text],
input[type=password],
textarea{
	background:#fafafa;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	border:1px solid #ddd;
	color:#888;
}
input[type=text]:focus,
textarea:focus{
	color:#373737;
}
textarea{
	padding-left:3px;

}
input[type=text]{
	padding:3px;
}
input#s{
	background:url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:14px;
	height:22px;
	line-height:1.2em;
	padding:4px 10px 4px 28px;
	background-color:#fff;
	width:176px;
}
input#searchsubmit{
	display:none;
	line-height:0;
}
.screen-reader-text{
	display:none;
	line-height:0;
}

/********************************
			breadcrumb
********************************/

#breadcrumb{
	width:960px;
	margin:0 0 25px;
	float:left;
	font-size:11px;
	text-align:left;

}
#breadcrumb h2{
	font-size:100% !important;
	font-weight:100;
	display:inline;
}


.main_contents_table{
	width:700px;
	font-size:90%;
	background-color:#ddd;
}
.td_name{
	width:170px;
	padding:20px 10px;
	color:#444;
	background-color:#f2f2f2;
}
.td_contents{
	width:490px;
	padding:20px 10px;
	color:#555;
	background-color:#FFF;
}
.main_contents_table .comment{
	font-size:90%;
}

.main_contents_table2{
	width:666px;
	font-size:90%;
}
.td_name2{
	width:190px;
	padding:30px 0;
	color:#895D3B;
	font-size:110%;
	font-weight:bold;
	border-bottom:2px dashed #ddd;
}
.td_contents2{
	width:446px;
	padding:30px 15px;
	color:#555;
	border-bottom:2px dashed #ddd;
}

.main_contents_table_s{
	width:265px;
	font-size:75%;
	background-color:#ddd;
}
.td_name_s{
	width:70px;
	padding:15px 10px;
	color:#444;
	background-color:#f2f2f2;
}
.td_contents_s{
	padding:15px 10px;
	color:#555;
	background-color:#FFF;
}


.aff_200-200{
	width:200px;
	height:200px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
}.title_link {
	height: 58px;
	width: 500px;
	text-align: left;
	line-height: 2em;
	margin-top: 15px;
	float: right;
	margin-bottom: 50px;
}
