/* Edited with EditCSS */
/*CSSLicense:  StepOne*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	 font-family: "ＭＳ Ｐゴシック","平成角ゴシック",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;}

a:link, a:visited, a:active {color: #000099;text-decoration: none;}
a:hover{color : #ff6600;text-decoration: underline;}


.style1 {
color: #000099;
font-weight: bold;
font-size:14px;
}

.style2 {
color: #fff;
font-weight: bold;
font-size:12px;
}


.style3 {
color: #cc0000;
font-weight: bold;
font-size:14px;
}

.style4 {
color: #333;
font-size:12px;
}

.style5 {
color: #cc0000;
font-size:12px;
font-weight:bold;
}

/* 基本設定*/
#base{
	width: 820px;
	margin: 0 auto;
	background: url("img/base_back.png") repeat-y;
	text-align: center;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#left {
	float: left;
	width: 260px;
	text-align: center;	
}

#right {
	float: right;
	width: 540px;
	text-align: center;
}

/*ヘッダー*/
#header	{
	height:180px;
	margin: 0;
	color: #666;
}

#header h{
	margin-top : 0;
 	margin-bottom: 0;
 	text-indent: -2000px;
}
		
#header  a {
 	height:80px;
        display: block;
 	overflow: hidden;
}



#header p{
	position: absolute;
	top: 110px;
	left: 113px;
	width: 400px;
	font-size: 12px;;
	color: #666;
	text-align: left;
}


/* ロゴ */
#logo{
       width:800px;
	height:180px;
	margin: 0;
	background: url("img/header.png") no-repeat top left;
	color: #CCC;
}

#logo h2{
 margin-top : 0;
 margin-bottom: 0;
 text-indent: -2000px;
}
		
#logo h2 a {
 height:150px;
 background: url("img/header.png") no-repeat top left;
 display: block;
 overflow: hidden;
}

#logo h2 a:hover {
 background: url("img/header.png") no-repeat top left;
}

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

.navi a {
	color: #55BF40;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}
	

/*  記事枠等の属性  */
#content {
	width: 520px;	
	margin: 0 auto;
	overflow: hidden;
}
#contents p{

	background-image: url(img/note_line.gif);
	margin-right: 10px;
	margin-left: 10px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-pad{
	width: 500px;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}

.best{
 width:482px;
 height: 194px;
 font-size: 12px;
 background-image: url(img/best3.jpg);
 background-repeat: no-repeat;
 line-height: 18px;
 margin-bottom: 20px;
 margin-top: 15px;
 }
.best p{
width:138px;
padding:36px 12px 0px 10px;
float:left;
text-align:left; }

span.cardimg{
display:block;
text-align:left;
margin:0;
padding:0;
}

#content h1 {
	margin: 0 0 0 5px;
	border-left: 8px solid #3399CC;
	color: #555;
	font-weight: bold;
	font-size: 123%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content h1 a {
	text-decoration: underline;
	color: #555;
}
					
#content h1 a:hover {
	text-decoration: none;
	color: #FF5500;
}


#content h2 {
	margin: 10px 0 0 0px;
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	line-height: 230%;
	display: block;
	text-align: left;
	text-indent: 15px;
 background-image: url(img/h2.png);
 background-repeat: no-repeat;
clear:both;
}

#content h2.com {
	margin: 30px 0 10px 0;
	padding: 0;
	border-left: 8px solid #999;
	border-bottom: 1px solid #999;
	color: #449933;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
clear:both;
}


#content h3 {
	margin-top: 20px;
	padding: 0 10px 0 5px;
	 background-image: url(img/h3.png);
         background-repeat: no-repeat;
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	line-height: 250%;
	display: block;
	text-align: left;
        padding-left:15px;
        clear:both;
}

#content h4 {
	margin-top: 10px;
	padding: 10 10px 0 0px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	display: block;
	text-align: left;
        height:25px;
         padding-left:25px;
	 background-image: url(img/h4.png);
         background-repeat: no-repeat;
        clear:both;
}

#content h5 {
       margin: 10px 0px 5px 0px;
	padding-left:10px;
	font-size:14px;
	color : #000000;
	border-bottom:1px solid #000099;
	border-left: 10px solid #000099;
background-color: #f9f9f4;
padding-top:4px;
clear:both;
}

/*記事枠*/
#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin: 5px 10px 30px 10px;
	text-align: left;
}

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

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

#content .info{
	margin: 10px 0;
	background: #fff;
       text-align: left;
}

#content .info_inner{
	padding: 10px;
	text-align: left;
}

#content .next{
	text-align: right;
}

#content ol{
	margin: 0px 0px 0px 30px;
}

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




/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #BBB;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

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


/*  サイドメニュー等の属性  */
#sidebar {
	width: 240px;
	margin: 10px auto;
	overflow: hidden;
}

#sidebar h2{
	margin: 0;
	background: #1e4a1e;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #fff;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #264C73;
}

/*検索等*/

#sidebar .search{	
	margin: 0 0 10px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFF;
}

#sidebar .search div {
	padding: 10px;
	text-align: left;
}

#sidebar .search_2{	
	margin: 0 0 10px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFF;
}

#sidebar .search_2 div {
	padding: 2px;
	text-align: left;
}

#sidebar .search2{	
	margin: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
       background-color:#fcfdee
}

/*　ランク　*/
#sidebar .search2 div {
	padding: 1px;
	text-align: left;
}

/*メニュー*/
/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 0;
	background: #264C73;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #264C73;
}

#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 1px solid #264C73;
	background: #FFF;
	text-align: left;
}

#sidebar ul.menu li.pt a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
 	background: #264C73;
color: #FFF;
font-weight: bold;
}

#sidebar ul.menu li.pt a:hover {
	background: #264C73;
color: #FF6633;
}

#sidebar ul.menu li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 30px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
color: #663300;

background: url("img/menu05.gif") no-repeat;
}
#sidebar ul.menu li a:hover {
	background: url("img/menu04.gif") no-repeat;
}

#sidebar ul.arch{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 1px solid #264C73;
	background: #FFF;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
	background: url("img/doc.gif") no-repeat;
}

#sidebar .rss{	
	margin: 0 0 10px 0;
	text-align: left;
}


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

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


/*フッター*/
#footer{
 	clear: both;
 	width: 820px;
 	margin: 0;
 	color: #999;
 	padding: 40px 0 0 0;
      background:#395e38;
}

#footer img{border-style: none;	vertical-align: middle;	}

#footer .copyright{
	text-align: right;
	padding: 5px 30px 5px 0;
	font-size: 12px;
}

#footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:active {color: #FF7733;text-decoration: none;}
#footer .copyright a:hover{color : #55BF40;text-decoration: none;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
	margin: 0;
	background: #FF1500;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #FF1500;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	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;
clear:both;
}

/*成功６ヶ条*/

#content .sbox {	
	float: left;
	width: 240px;
	height: 200px;
	margin: 0 5px 0 6px;
	font-size:100%;
	color : #CCC;
}

#content .sbox .sbox_text {	
	padding: 0;
	font-size:12px;
	color : #333;
}

#content .sbox img {	
	float: left;
	margin: 5px 5px 5px 0;
	border: none;
}
/*Entrymore*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	clear: both;
	margin: 0;
	color: #fff;
	background: url("http://www.joho88.net/fx/img/more01.gif") no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 160%;
}

#content .next a:hover {
	background: url("http://www.joho88.net/fx/img/more02.gif") no-repeat;
	color: #fff;
}


div#rank h2 {
	font-size:16px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	height: 24px;
	width: 100%;
	line-height: 24px;
	text-align: left;
	background-image: url(img/h3.jpg);
	color: #2A4666;
	font-weight: lighter;
	text-indent: 32px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px
}

/*テーブル*/
table {
border-top:1px solid #cbd4db;
border-left:1px solid #cbd4db;
border-collapse:collapse;
background:#fff;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#a52a2a;
}
td,
th {
padding:5px;
border-right:1px solid #cbd4db;
border-bottom:1px solid #cbd4db;
}

th {
background:#958440;
font-size:14px;
color:#fff;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
border:solid 1px #fff;
}

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
	float: right;
	margin: 0px 10px 0px 0px;
}

.sample{
background-image: url(img/arrow.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 11pt;
padding: 5px 0px 4px 20px;
}

.sample2{
background-image: url(img/ya-ya2.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 10pt;
color:#000099;
padding: 5px 0px 4px 15px;
}

#rank1{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(rank1.png) no-repeat;
float:left;
}
#menu1{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank2{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank2.png) no-repeat;
float:left;
}
#menu2{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank3{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank3.png) no-repeat;
float:left;
}
#menu3{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank4{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank4.png) no-repeat;
float:left;
}
#menu4{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank5{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank5.png) no-repeat;
float:left;
}
#menu5{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank6{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank6.png) no-repeat;
float:left;
}
#menu6{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank7{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank7.png) no-repeat;
float:left;
}
#menu7{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank8{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank8.png) no-repeat;
float:left;
}
#menu8{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank9{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank9.png) no-repeat;
float:left;
}
#menu9{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

#rank10{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(img/rank10.png) no-repeat;
float:left;
}
#menu10{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}



/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:0px;
	top: 140px;
	margin: 0 auto;
        font-size:12px;
	width: 800px;
	height: 29px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
background:url(img/menu-bar.png)
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li.nav1 a:link, #gmenu li.nav1 a:visited, #gmenu li.nav1 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("http://www.dwmyqy.com/img/gmenu1.gif") no-repeat;
	display: block;
text-indent:90px;
}
#gmenu li.nav1 a:hover{background: url("http://www.dwmyqy.com/img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav2 a:link, #gmenu li.nav2 a:visited, #gmenu li.nav2 a:active {
	float: left;
	width: 130px;
	height: 33px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
}
#gmenu li.nav2 a:hover{background: url("http://www.dwmyqy.com/img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav3 a:link, #gmenu li.nav3 a:visited, #gmenu li.nav3 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("http://www.dwmyqy.com/img/gmenu0.gif") no-repeat;
	display: block;
}
#gmenu li.nav3 a:hover{background: url("http://www.dwmyqy.com/img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav4 a:link, #gmenu li.nav4 a:visited, #gmenu li.nav4 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("http://www.dwmyqy.com/img/gmenu0.gif") no-repeat;
	display: block;
}
#gmenu li.nav4 a:hover{background: url("http://www.dwmyqy.com/img/gmenu4.gif") no-repeat;color: #FF6600;}

#gmenu li.nav5 a:link, #gmenu li.nav5 a:visited, #gmenu li.nav5 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("http://www.dwmyqy.com/img/gmenu5.gif") no-repeat;
	display: block;
}
#gmenu li.nav5 a:hover{background: url("http://www.dwmyqy.com/img/gmenu5.gif") no-repeat;color: #FF6600;}

/* タブ */
#tab1,#tab2,#tab3 {
position:relative;border:1px solid black;
margin: 0px;
padding:0px; 
width:480px; 
height:210px;
}

#tab1 {z-index:3; top:0px; 
background-color:#fcc237;
}

#tab2 {z-index:2; top:-212px; 
background-color:#96a6f8;
}
#tab3 {z-index:1; top:-424px; 
background-color:#b4ffbf;
}

#sakura {
background: url("img/sakura.png") repeat-y;
width:490px;
height:220px;
margin: 0 0 0 0px;
padding-left:30px;
padding-top:20px;
text-align:left;
color:#333;
font-size:12px;
line-height: 150%;	
}

#ume2{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:200px;
width:480px;
background:url(img/ume.png) no-repeat;
}
#ume-menu2{
position:absolute;
font-size:12px;
top:10px;
left:20px;
}

.kobetu1{
background-image: url(img/oukanr_1.png);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#000;
padding: 5px 0px 4px 15px;
padding-left:50px;
}

.kobetu2{
background-image: url(img/oukany_2.png);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#000;
padding: 5px 0px 4px 15px;
padding-left:50px;
}

.kobetu3{
background-image: url(img/oukany_3.png);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#000;
padding: 5px 0px 4px 15px;
padding-left:50px;
}

.kobetu4{
background-image: url(img/oukang_4.png);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#000;
padding: 5px 0px 4px 15px;
padding-left:50px;
}

#mokuzi{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:200px;
width:480px;
background:url(img/mokuzi.png) no-repeat;
}
#mokuzi-menu{
position:absolute;
font-size:12px;
top:10px;
left:20px;
}

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

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

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