/*
Theme Name: webboytpl
Theme URI: http://webboy.biz/
Description: webboytpl
Author: webboy
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
    line-height: 130%;
	color:#333333;
	}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height:100%;
	}

#header, #main, #footer	{
	margin: 0px;
	}

#content	{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	color:black;
	}

#sidebar	{
	width: 800px;
	float: left;
	}



#sidebar a	{
	color: #333333;
	text-decoration:none; 
	}
	
a	{
	color: blue;
	text-decoration:underline; 
	}
	
a:hover{
	color:#0099FF;
	text-decoration:underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */

#top	{
	background-image: url(images/headback.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:94px;
	margin:0px;
	}

#header	{
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:94px;
	margin:0px auto;
	}

#header h1	{
	font-size: 1.4em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin: 0px;
	padding-top:25px;
	padding-left:25px;
	}

#header h1 a	{
	color:black;
	text-decoration: none;
	}

#header p	{
	font-size: 0.75em;
	margin-top: 4px;
	}
	
/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 0.875em;
	color: #333333;
	background-image: url(images/midasi.jpg);
	background-repeat: no-repeat;
	padding: 7px 7px 8px 18px;
	margin-top:3px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	color: #666666;
	}

.post	{
	margin-bottom: 10px;
        text-align: left;
	}

.pagenav	{
	font-size: 0.75em;
	}

#main_pic{
    width:647px;
    height:237px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
        clear: both;
	}
	
.contents{
	width:640px;
	border-width : 1px;
	border-bottom-color : #999;
	margin-top:-7px;
	font-size:14px;
}

.contents_01{
	width:640px;
	font-size:14px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

/* ++++++ トップメニュー部分のデザイン ++++++ */

#top_menu	{
	height: 33px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 16px;
	margin-left:0px;
	font-weight:bold;
	
	}

#sidebar li {
    float:left;
    display:block;  /*リンク範囲をブロックに変更する*/
    margin-left: 0;
	margin-top: 0;
	list-style : none;
	width:125px;
	height:33px;
	text-align:center;
	background-image : url(images/tab_02.jpg);
	background-repeat : no-repeat;
}

#sidebar li a{
    float:left;
    display:block;  /*リンク範囲をブロックに変更する*/  
	margin-left: 0;
	margin-top: 0;
	list-style : none;
	width:125px;
	height:33px;
	text-align:center;
	background-image : url(images/tab_01.jpg);
	background-repeat : no-repeat;
}

#sidebar li a:hover{
	list-style : none;
	display:block; 
	margin-top: 0;
	width:125px;
	height:33px;
	text-align:center;
	background-image : url(images/tab_02.jpg);
	background-repeat : no-repeat;
}


#sidebar ul	{
    margin : 0;
	list-style : none;
	float:left;
	height:32px;
}



/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}



/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	clear:both;
	text-align:center;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	}

.copyright	{
	font-size: 0.75em;
	text-align: center;
	color: black;
	clear:both;
	height:40px;
	background-image: url(images/footer_back.jpg);
	width:100%;
	}
	
#bottom	{
	text-align: center;
	width:100%;
	position:static;
    bottom: 0px;
	}

#footer ul{
     list-style : none;
	}

#footer li {
    list-style : none;
	float:left;
	color:blue;
	list-style : none;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	margin-top:13px;
	text-decoration:underline;
	}

#footer li a{
     list-style : none;
	float:left;
	color:blue;
	list-style : none;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	margin-top:13px;
	text-decoration:underline;
	}
	
#footer li a:hover{
	color:#0099FF;
	list-style : none;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	margin-top:13px;
	}

.honbun_sub_01{
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	clear:both;
	width:640px;
}

.midasi{
text-align:left;
color:#006600;
font-size:16px;
padding-left:20px;
padding-top:5px;
}

.font{
font-size:12px;
line-height:1.6;
text-align:left;
padding-left:8px;
padding-right:8px;
margin-top: 0px; margin-bottom: 0px;
}

.red{
color:red;
}

.toiawase_form{
padding-left:5px;
}

.toiawase_error{
color:red;
font-size:14px;
margin-left:3px;
}