@import url("my2.css");


/* 2009.10.01  ## 1mdap 2column用に変更 */

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY-------------------------------*/
body {
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	background: #FFF url("http://www.mikaeribijin.jp/img/back.gif") repeat-x;
/*	background-attachment: fixed;*/
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 	margin: 0;
 	padding: 0;
 	border: 0;
}

/* strong */
strong {font-weight: normal;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {margin: 10px auto;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #997F00;text-decoration: underline;}
a:hover {color:#FF7733;text-decoration: none;}






/* 基本設定 ----------------------------- */
#base{
	width: 844px;
	margin: 0 auto;
	background: url("http://www.mikaeribijin.jp/img/base.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 800px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

/*  ヘッダー  */
#header {
	height:50px;
	margin: 0 auto;
	width: 840px;
	background: #FFF;
	text-align: left;
}

#header h1{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
	color: #665D33;
}


#header p#smap{
 	position: absolute;
 	top: 2px;
 	right: 80px;
 	margin: 0;
 	font-size: 12px;
 	text-align: right;
}


#smap a:link, #smap a:visited, #smap a:active {color: #997F00;text-decoration: underline;}
#smap a:hover{color : #FF7733;text-decoration: none;}

#header2 {
	height:140px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: url("http://www.mikaeribijin.jp/img/header2.jpg") no-repeat;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #665D33;
}

#header2 h2{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 700px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
}


/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 151px;
 	left: 2px;
 	width: 840px;
 	height: 40px;
	list-style: none;
 	background: #997F00;
}

#topmenu li{
    height: 40px;
    display: block;
    color: #FFF;
    line-height: 180%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 40px;
    padding: 0 35px 0 5px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #CCC;
    float: left;
}

#topmenu li a:hover{
 	background: #FF7733;
}

.rss{	
	position: absolute;
	top: 4px;
	right: 25px;
}

/*  パンくずリスト  */
.navi {
	margin: 0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

/*  記事枠等の属性  */
#content {
	float: left;
	width: 520px;	
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#content a{font-weight: bold;}
#content a.c1{font-weight: normal;}

#content h2,#content h2.post{
	margin: 10px 0;
	font-size: 123%;
	color: #665D33;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 30px;
	border-top: 3px solid #665D33;
	border-bottom: 1px solid #665D33;
}

#content h2.post a,#content h3.post a {
	color: #665D33;
	text-decoration: none;
	display: block;
}
					
#content h2.post a:hover,#content h3.post a:hover {
	background: #FF6633;
	color: #FFF;
}

#content h3,
#content h3.comments-header,
#content h3.trackbacks-header {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color : #CC3366;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}
			
#content h3.post {
	margin: 10px 5px 0 10px;
	border: 0px;
	color : #CC3366;
	font-weight: bold;
	font-size: 108%;
	line-height: 25px;
	display: block;
	text-align: left;
	text-indent: 5px;
	border-bottom: 1px solid #DDD;
}


#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #333;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

/*記事枠*/

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin: 0 10px 0px 20px;
	text-align: left;
}

#content .doc p{
	padding: 5px 0;
}

/*記事設定(TopPage)*/
.ctgy dt{
	margin: 10px 0 0 0;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    background: url(img/mark2.gif) no-repeat left;
}

.ctgy dt.t1{
	margin: 10px 0 0 0;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    background: url(img/mark1.gif) no-repeat left;
}

dt.t1 a:link, dt.t1 a:visited, dt.t1 a:active {color: #336699;text-decoration: underline;}
dt.t1 a:hover{color : #FF3300;text-decoration: none;}

.ctgy dd{
	font-size:12px;
    padding:0px 0px 5px 20px;
    margin:5px 0px 10px 0px;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
}


/*  関連記事リスト属性 */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*  相互リンクリスト属性 */
#content .slink ul{
	margin: 10px 5px 20px 20px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

/* trackbacks & Comments*/

#content .comments-content,
#content .trackbacks-content{
	font-size: 12px;
	color: #888;
	line-height: 120%;
	margin: 10px 0 10px 10px;
}

#content .trackbacks-info{
	font-size: 12px;
	line-height: 120%;
	color: #333;
	margin-left: 10px;
}

#content .comments-footer,
#content .trackback-footer{
	margin: 0 0 10px 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/* 続きを読む */
#content .next{
	text-align: right;
}

/*　アドセンス　*/
.ads_rec{
 	margin: 10px 0 10px 10px;
 	text-align: left;
}

.ads_sky{
    margin:0 auto;
}

.ads_sqr{
    margin:10px 0;
    text-align: center;
}

.ads_banner{
    margin: 15px 0;
    text-align: center;
}

/*NAKAO*/
#news dl{
	margin: 10px 0 40px 0;
	color: #555;
}

#news dt a{
	margin: 0 0 0 20px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#news dd{
	margin: 0 0 0 25px;
	color: #666;
	font-size: 12px;
}

/*  サイドメニュー等の属性  */
#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

.widget-header{
	margin: 10px 0 0 0;
	background: #997F00;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

/*　検索等　*/
.widget-content{	
	margin: 0;
}

.widget-content .inner {
	padding: 5px;
	text-align: left;
}

/*新着記事等*/
ul.widget-new {
	margin-left: 0px;
    list-style: none;
}

.widget-new li{
    margin: 5px 0;
    padding-left: 15px;
    background: url("http://www.mikaeribijin.jp/img/list.gif") no-repeat;
	line-height: 120%;
}

/* メニュー１ */
ul.widget-menu,
ul.widget-monthry{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active, 
.widget-monthry li a:link,
.widget-monthry li a:visited,
.widget-monthry li a:active{
	display: block;
 	height: 20px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
	color: #997F00;
 	font-size: 100%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://www.mikaeribijin.jp/img/menu03.gif") no-repeat;
}

.widget-menu li a:hover,
.widget-monthry li a:hover{
	color: #FF7733;
	text-decoration: underline;
}


.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.widget-monthry li.pt a:link,
.widget-monthry li.pt a:visited,
.widget-monthry li.pt a:active{
	display: block;
 	height: 20px;
 	list-style: none;
 	padding: 0 0 0 15px;
 	text-decoration: none;
	color: #997F00;
 	font-size: 100%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://www.mikaeribijin.jp/img/menu01.gif") no-repeat;
}

.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
	color: #FF7733;
	text-decoration: underline;
}

/*メニュー２*/
dl.widget-menu{
	margin: 0;
	padding: 5px 0;
}

.widget-menu dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
	color: #997F00;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dt.pt{
	margin-top: 10px;
	background: #997F00;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dd{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #997F00;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.mikaeribijin.jp/img/menu01.gif") no-repeat;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
	display: block;
	height: 20px;
	margin: 0;
	color: #997F00;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
}
	
.widget-menu dd a:hover {
	color: #FF7733;
	text-decoration: underline;
}

.widget-menu dd.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #997F00;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.mikaeribijin.jp/img/menu01.gif") no-repeat;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
	display: block;
	height: 20px;
	margin: 0;
	color: #997F00;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.mikaeribijin.jp/img/menu01.gif") no-repeat;
}
	
.widget-menu dd.pt a:hover {
	color: #FF7733;
	text-decoration: underline;
}



/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 20px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	height: 60px;
 	margin: 0;
 	color: #CCC;
 	padding: 0;
 	text-align: left;
 	background: #997F00;
}

#footer .copyright{
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: underline;}
#footer a:hover {color:#FF6633;text-decoration: none;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}


/* ## 装飾スタイルを追加（my2.css） -------- */
em { color: #c00; font-style: normal; font-weight: bold; }

/*BOX（枠）（背景白）（通常このBOXを使用。）*/
.box-waku{
	padding: 4px;
	height: auto;
	width: auto;
	border: 3px solid #003300;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}/*BOXのタイトル*/
.title {
	color: #FFFFFF;				/*←文字色*/
	background-color: #003300;	/*←背景色*/
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px 0px 7px;
	text-align: center;
}

/*文字サイズ（sはサイズのs）（s15とは、15ピクセルのサイズ）*/
.s9 {font-size: 9px;}
.s10 {font-size: 10px;}
.s11 {font-size: 11px;}
.s12 {font-size: 12px;}
.s13 {font-size: 13px;}
.s14 {font-size: 14px;}
.s15 {font-size: 15px;}
.s16 {font-size: 16px;}
.s17 {font-size: 17px;}
.s18 {font-size: 18px;}
.s19 {font-size: 19px;}
.s20 {font-size: 20px;}
.s21 {font-size: 21px;}
.s22 {font-size: 22px;}
.s23 {font-size: 23px;}
.s24 {font-size: 24px;}
.s25 {font-size: 25px;}
.s26 {font-size: 26px;}
.s27 {font-size: 27px;}
.s28 {font-size: 28px;}
.s29 {font-size: 29px;}
.s30 {font-size: 30px;}
/*文字色*/
.black{color: #000000;}
.gray{color: #808080;}
.silver{color: #C0C0C0;}
.white{color: #FFFFFF;}
.red{color: #FF0000;}
.maroon{color: #800000;}
.yellow{color: #FFFF00;}
.olive{color: #808000;}
.lime{color: #00FF00;}
.green{color: #008000;}
.aqua{color: #00FFFF;}
.teal{color: #008080;}
.blue{color: #0000FF;}
.navy{color: #000080;}
.fuchsia{color: #FF00FF;}
.purple{color: #800080;}
.orange{color: #FFA500;}
.pink{color: #FFC0CB;}
.brown{color: #A52A2A;}

/*フロート（左）*/
.f-left{
	display: block;
	float: left;
	margin: 2px 30px 2px 2px;
}
/*フロート（右）*/
.f-right{
	display: block;
	float: right;
}



/* ## トップページ用スタイル（モジュール「インフォメーション」内）-------- */

#content img.intro_banner {
	margin: 10px auto 0 auto;
	padding: 0;
}


/* ボックスを2列に配置する部分 -------- */
#content div.toppage_2col_box {
    width: 520px;
    margin-top: 20px;
	padding: 0;
}
#content div.toppage_2col_box p {
	padding: 5px 15px;
}
#content div.toppage_2col_box h3 {
	width: 520px;
	height: 35px;
	margin: 0;
	padding: 0;
	line-height: 35px;
	border: none;
	background: #eee;
}
#content div.toppage_2col_box ul { /* floatと幅で横2列にしている */
	width: 520px;
	padding: 5px 0 10px 0;
}
#content div.toppage_2col_box ul li { /* ### 高さは固定 -> heightで変更 */
	display: block;
	width: 241px;
	height: 146px;		/* それぞれのボックス高さはここで一律に変更 */
	margin: 16px 0 0 0;
	padding: 5px;
	border: solid 1px #ccc;
}
#content div.toppage_2col_box ul li.left {float: left;}
#content div.toppage_2col_box ul li.right {float: right;}
#content div.toppage_2col_box ul li img {
	padding: 5px 0 0 0;
	float: left;
}
#content div.toppage_2col_box ul li p {
	padding: 3px 5px;
}


/* ランキング -------- */
#content div.toppage_ranking {
    width: 520px;
    margin-top: 20px;
	padding: 0;
}
#content div.toppage_ranking h3 {
	margin: 0;
	padding: 0;
	border: none;
}
#content div.toppage_ranking ol {
	width: 518px;
    margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #d96;
	border-bottom: none;
}
#content div.toppage_ranking ol li {
	clear: both;
	width: 518px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #d96;
}
#content div.toppage_ranking ol li div.left {
	width: 198px;
	padding: 5px;
	text-align: center;
	float: left;
}
#content div.toppage_ranking ol li div.left h4 {
	border: none;
}
#content div.toppage_ranking ol li div.left img {
	padding: 5px;
}
#content div.toppage_ranking ol li div.right {
	width: 300px;
	padding: 5px;
	float: right;
}
#content div.toppage_ranking p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px; 
	text-align: left;
}



/* レビュー -------- */
#content div.toppage_2col_list {
    width: 520px;
    margin-top: 20px;
	padding: 0;
}
#content div.toppage_2col_list h3 {
	margin: 0;
	padding: 0;
	border: none;
}
#content div.toppage_2col_list ul {
	width: 518px;
    margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #d96;
}
#content div.toppage_2col_list ul li {
	margin: 0;
	padding: 0;
}
#content div.toppage_2col_list ul div.left {
	width: 247px;
	padding: 5px 7px 5px 5px;
	float: left;
}
#content div.toppage_2col_list ul div.right {
	width: 247px;
	padding: 5px 5px 5px 7px;
	float: right;
        text-align: left; /*追加*/
}









/* サイドメニュー -------- */

/* ウィジェット メニュー（標準） -------- */

/* 見出し　標準 */
.widget-header-normal-01 {
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: #997F00;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
}

ul.widget-menu-normal-01 {
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
	border: solid 1px #ddd;
	border-bottom: none;
}

.widget-menu-normal-01 li a:link,
.widget-menu-normal-01 li a:visited,
.widget-menu-normal-01 li a:active {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
	color: #00c;
 	font-size: 100%;
 	line-height: 25px;
 	overflow: hidden;
	background: #FFF url("http://www.mikaeribijin.jp/img/menu03.gif") no-repeat;
	border-bottom: solid 1px #ddd;
}

.widget-menu-normal-01 li a:hover {
	color: #c90;
	text-decoration: underline;
}


.widget-menu-normal-01 li.pt a:link,
.widget-menu-normal-01 li.pt a:visited,
.widget-menu-normal-01 li.pt a:active {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 15px;
 	text-decoration: none;
	color: #00c;
 	font-size: 100%;
 	line-height: 25px;
 	overflow: hidden;
	background: #FFF url("http://www.mikaeribijin.jp/img/menu01.gif") no-repeat;
	border-bottom: solid 1px #ddd;
}

.widget-menu-normal-01 li.pt a:hover {
	color: #c90;
	text-decoration: underline;
}


/* ウィジェット メニュー（アクセント１） -------- */

/* 見出し　アクセント１ */
.widget-header-accent-01 {
	height: 50px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

ul.widget-menu-accent-01 {
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
	border: solid 1px #ddd;
	border-bottom: none;
}

.widget-menu-accent-01 li a:link,
.widget-menu-accent-01 li a:visited,
.widget-menu-accent-01 li a:active {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 10px;
 	text-decoration: none;
	color: #00c;
 	font-size: 100%;
 	line-height: 25px;
 	overflow: hidden;
	border-left: solid 6px #970;
	border-bottom: solid 1px #ddd;
	background: none;
}

.widget-menu-accent-01 li a:hover {
	color: #c90;
	text-decoration: underline;
}


.widget-menu-accent-01 li.pt a:link,
.widget-menu-accent-01 li.pt a:visited,
.widget-menu-accent-01 li.pt a:active {
	display: block;
	height: 25px;
	list-style: none;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #00c;
	font-size: 100%;
	line-height: 25px;
	overflow: hidden;
	background: none;
	border-bottom: solid 1px #ddd;
}

.widget-menu-accent-01 li.pt a:hover {
	color: #c90;
	text-decoration: underline;
}




