@charset "UTF-8";
/*   
Theme Name: オリジナル
Theme URI: http://www.exsample.com/
Description: オリジナル
Author: www.exsample.com
Author URI: http://www.exsample.com/
Version: 1.0
General comments/License GPL.
*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	background-color: #FFF;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
	line-height:22px;
}

/*リンク*/
a{
	color: #130D01;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

img,img a{
	border: 0;
}

p{
	padding: 5px 0;
}


div#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
	color: #000;
	background-color: #FFF;
	border-left: solid 1px #130D01;
	border-right: solid 1px #130D01;
}

div#header{
	position:relative;
	padding: 10px 0;
}
h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

p#description{
	position: absolute;
	right: 0;
	top: 0;
}

div#header h2{
	font-size: 28px;
}

div#header h2 a,div#header h2 a:hover{
	color:#130D01;
	text-decoration: none;
}

div#header ul#header-menu{
	position: absolute;
	right: 0;
	top: 54px;
	list-style-type: none;
	list-style-position: outside;
}

div#header ul#header-menu li{
	float: left;
	padding: 0 10px;
}

/*パンクズ*/

div#navi{
	padding: 160px 10px 10px 10px;
	background-image: url(img/site.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

div#navi p{

}

/*メインコンテンツ*/

div#main-contents{
	float: left;
	width: 600px;
}

div#main-contents h2{
	color: #130D01;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 10px #130D01;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
div#main-contents .contents{
	border-bottom: solid 2px #333;
	margin-bottom: 20px;
}
/*トップページ*/
div#new-entries{
}
div#new-entries h3{
	padding: 0 0 0 20px;
	font-weight: normal;
	margin-bottom: 10px;
	background-image:url(img/bg-blog.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#new-entries h3 a{
	color: #000;
}

div#main-contents dl{
	margin-bottom: 15px;
	border-bottom: 1px dotted #333;
}

div#main-contents dt{
	font-weight: bold;
}

div#main-contents dd{
}

div#main-contents .sub-contents{
	padding: 20px 0;
}


/*■サイドバーの横幅*/
div#sidebar{
	width: 180px;
	float: right;
}

div#sidebar .title{
	padding: 0 8px;
	color: #FFF;
	background-color: #130D01;
}
div#sidebar .title p{
}

div#sidebar .contents{
	color: #000;
	background-color: #E7E7E7;
	margin-bottom: 25px;
}
div#sidebar .contents ul{
	list-style-type: none;
}
div#sidebar .contents ul li{
	padding: 5px 10px;
}
div#sidebar .menu-mtwp{
	color: #000;
	background-color: #E7E7E7;
	margin-bottom: 25px;
}
div#sidebar .menu-mtwp ul{
	list-style-type: none;
}
div#sidebar .menu-mtwp ul li{
	padding: 5px 10px;
}
/*引用*/
div#main-contents q,
div#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*サイトマップ*/

div#main-contents .sitemap ul,
div#main-contents .sitemap ol{
	margin: 5px 10px;
}

div#main-contents .sitemap ol{ padding-left: 15px!important; }

div#main-contents .sitemap li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}



/*フッター*/

div#footer{
	clear: both;
}

div#footer #copyright{
	text-align: right;
	margin-top: 20px;
	padding: 10px 5px;
	font-size: 12px;
	border-top: solid 2px #130D01;
}

div#footer #copyright a{
	text-decoration: underline;
}


