@charset "utf-8";
/*
Theme Name: オリジナル
Theme URI: http://www.exsample.com/
Description: オリジナル
Author: www.exsample.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: seo2
*/


*{
	margin: 0;
	padding: 0;
}

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

/*リンク*/

a{
	color: #417698;
	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;

}

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;
	background-image: url(../../../images/top-images.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 160px;
	height: 40px;
	padding-left: 560px;
}

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

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

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

/*広告*/
div.ba-content{
	padding: 15px 10px 5px 10px;
	border: solid 1px #FF8500;
	margin-bottom: 20px;
}

img.ba-taiyoukouhatudenn{
	padding-right: 20px;
}

p.ba-title{
	color: #FF8500;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ba-link{
	clear: both;
	text-align: right;
}

/*パンクズ*/

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



ol.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.breadcrumbs li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

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

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

div#main-contents h2{
	color: #1B0A03;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #666666;
	border-bottom: dotted 1px #666666;;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
div#main-contents .contents{
	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{
	color: #222;
	background-image: url(../../../images/bg_dot.gif);
	background-repeat: repeat;
}
div#sidebar .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
}

div#sidebar .contents{
	color: #000;
	background-color: #F5F5F5;
	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 #1B0A03;
}

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

