/*
Theme Name: Sample Theme
Theme URL:http://www.d-kobo.co.jp/
Description: This is Igagoe Tedukurimiso theme.
*/

/*=====初期化=====*/
h1, h2, h3, h4, ul, ol, li, p, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(img/bg.gif);
	background-repeat:repeat;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;			/*あるいはcenter top*/
	font-family:Verdana,Helevetica,san-serif;
	color:#666666;
	text-align:left;
}
a img {
	border-style:none;
}
a:link {
	color: #660000;					/*リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}


/*　コンテナ　*/
div#container{
	width:960px;
	margin: auto;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat-y;
}


/*　ヘッダー　*/

div#header{
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

div#header h1{
font-size: 1.75em;
margin: 0px;
}

div#header h1 a{
text-decoration: none;
}

div#header p{
	font-size: 1em;
	margin: 0px;
}

/*独立ページのメニュー*/
ul#pagemenu{
	list-style-type:none;
	margin:0;
	padding: 0;
	text-align: center;
}

ul#pagemenu li{
	display:inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#pagemenu li a{
	text-decoration: none;
}
ul#pagemenu li img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*メイン*/
div#main {
	width: 890px;
	padding-right: 35px;
	padding-left: 35px;
}

/*コンテンツ*/
div#content{
	width:648px;
	float:left;
	margin-bottom:15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

p#pagetitle{
background-color:#930;
font-size:0.875em;
font-weight:bold;
color:#fff;
text-align:center;
padding:10px 0;
margin-top:20px;
margin-bottom:20px;
}

/*コンテンツ1*/
div#content1{
width:648px;
float:left;
margin-bottom:20px;
}


/*　記事　*/
div.post{
	padding: 0px;
	margin: auto
}

div.post h1{
	font-family: serif;
	font-size: 170%;
	letter-spacing: 0.2em;
	color:#000000;
}

div.post h2{
	font-family: serif;
	font-size: 170%;
	letter-spacing: 0.2em;
	color:#000000;
}

div.post h2 a{
text-decoration: none;
color: #000000;
}

div.post p{
font-size:1em;
margin-top:1em;
}

p.postinfo{
color:#c60;
text-align:right;
margin:20px 0 0;
clear: both;
}

p.postinfo a{
color:#c60;
}

div.post ul{
	margin-left:2em;	
}

div.post li{
	margin-left:1em;	
}

div.post strong{
	color:#666;
}

/*記事内の画像*/
.aligncenter{
display:block;
margin-left:auto;
margin-right:auto;
}

div.post img{
border:none;
}

.alignleft{
float:left;
margin-right:10px;
margin-bottom:2px;
}

.alignright{
float:right;
margin-left:10px;
margin-bottom:2px;
}

.wp-caption{
border:solid 1px #aaa;
text-align:center;
padding-top:5px;
margin-top:10px;
}

/*ページリンク*/
p.pagelink a{
font-size:0.75em;
color:#713a04;
}

span.pageprev{
float:left;
}

span.pagenext{
float:right;
}

/*コメント*/
#comments{
clear: both;
}

div#com{
border:solid 1px #713a04;
padding:0 18px;
margin-top:45px;
}

textarea{
width:400px;
}

div#com h3{
font-size:0.875em;
border-bottom:solid 1px #713a04;
padding-bottom:3px;
margin-top:20px;
}

div#com p{
font-size:0.75em;
}

div.compost{
border-bottom:dotted 1px #713a04;
}

p.cominfo{
text-align:right;
}

div#com a{
color:#713a04;
}

p#comfeed img{
vertical-align:middle;
}

p#comfeed a{
color:black;
text-decoration:none;
}

p#comfeed{
background-color:#a8d1ff;
padding:8px;
margin-top:30px;
}

p#trurl{
background-color:#a8d1ff;
padding:8px;
margin-bottom:30px;
}

/*トラックバック*/
div#tr{
border:solid 1px #713a04;
padding:0 18px;
margin-top:45px;
}

div#tr h3{
font-size:0.875em;
border-bottom:solid 1px #713a04;
padding-bottom:3px;
margin-top:20px;
}

div#tr p{
font-size:0.75em;
}

div#tr a{
color:#713a04;
}


/*サイドバー*/
div#sidebar{
	width:222px;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: 0px;
	margin-left: 20px;
}

div#sidebar h2{
background-image:url(menubar.png);
background-repeat:no-repeat;
font-size:0.75em;
color:white;
padding:6px 8px;
margin:0;
}

div#sidebar li{
	font-size:0.75em;
	list-style-type:none;
	margin-bottom: 5px;
}

div#sidebar li a{
color:#c00;
text-decoration:none;
}

div#sidebar ul{
margin:0;
padding:0;
}

div#sidebar img{
vertical-align:top;
border-style: none;
}

/*カレンダー*/
#wp-calendar{
width:100%;
margin-bottom:20px;
font-size:0.75em;
}
#wp-calendar a{
color:#c00;
}
#wp-calendar td,#wp-calendar th{
text-align:center;
}
#wp-calendar caption{
background-image:url(menubar.png);
background-repeat:no-repeat;
color:white;
padding:6px 8px;
text-align:left;
}
#wp-calendar #prev{
text-align:left;
padding-top:3px;
padding-left:3px;
}
#wp-calendar #next{
text-align:right;
padding-top:3px;
padding-left:3px;
}

/*フィード*/
p.feed{
font-size:0.75em;
font-family:Verdana,Helevetica,san-serif;
border:solid 1px #8cc63f;
padding:5px;
margin:25px 0
}

p.feed a{
color:#444;
text-decoration:none;
}

p.feed img{
vertical-align:middle;
margin-right:8px;
}


/*フッター*/

div#footer{
	clear: both;
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
address{
font-size:0.75em;
font-style:normal;
font-family:Verdana,sans-serif;
padding-top:6px;
}
address a{
color:#000;
}

/*装飾*/
.kakomi {
	font-size:90%;
	padding:20px 30px;
	border :1px solid #713a04;
	background-color:#ffffff;
	color:#666666;
	line-height:2;
}

em {
	font-style:normal;
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#cc0000;
}


h3 {
	font-size:120%;
	color:#669933;
	padding:0 24px;
	margin:10px 0;
	background:url(img/h3_icon.gif) no-repeat;
	background-position:0 5px;
	letter-spacing: 0.1em;
}


/*==========文字サイズ==========*/

.text_ll{
	font-size:140%;
}

.text_l {
	font-size:120%;
}

.text_m {
	font-size:100%;
}

.text_s {
	font-size:80%;
}

.text_ss {
	font-size:60%;
}

