* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 13px;
	line-height: 150%;
	background: #FFF;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}


/* 画像の属性 */
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;}

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 100%;font-weight: normal;}
strong {color:#FF2a00}

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

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
}

/* 基本設定*/
#wrapper{
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

/*ヘッダー*/
#header	{
         margin: 0;
	padding: 0;
	height : 125px;
	text-align: left;
	border-top: 20px solid #676733;
	background: url("http://www.chuiyaku.or.jp/main/img/back_header.jpg") no-repeat top left;
}

#header h1{
	position: absolute;
	top: 60px;
	left: 110px;
	color: #333300;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

#header h2{
	position: absolute;
	left: 20px;
	top: 3px;
	width: 790px;
	color: #FFF;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
}

.h_banner{
	position: absolute;
	top: 90px;
	right: 2px;
	text-align: right;
}

/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 115px;
 	left: 30px;
 	width: 994px;
 	height: 20px;
	list-style: none;
	padding-left: 10px;

}

#topmenu li{
    height: 20px;
    display: block;
    color: #555;
    line-height: 110%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 20px;
    margin: 5px 0px 0px 0px;
    padding: 0 30px 0 20px;
    display: block;
    color: #941D55;
    text-decoration: none;
    background: url("http://www.chuiyaku.or.jp/main/img/arrow_off.gif") no-repeat;
    float: left;
}

#topmenu li a:hover{
    color: #1D3994;
    background: url("http://www.chuiyaku.or.jp/main/img/arrow_on.gif") no-repeat;
    text-decoration: underline;
}


/*ブログの枠等の属性*/
#container{
	width: 1024px;
	margin: 0 auto;
	text-align:left;
	background: url("http://www.chuiyaku.or.jp/main/img/back_contents.jpg") repeat-y;
         display: inline-block;


}

/*コンテンツ*/
#content {
	float: left;
	width: 699px;
	margin: 0px 0px 0px 15px;
         background-color : #ffffff;
}
				
#content h1        {
	margin: 10px 0px 10px 0px;
         padding: 0 30px 0 50px;
	height: 30px;
	font-size: 124%;
	color: #993300;
	font-weight: bold;
	line-height: 30px;

	text-align: left;
	background: url("http://www.chuiyaku.or.jp/main/img/midashiH1.gif") no-repeat 5px;

}

#content h2	{
	margin: 10px 0px 10px 10px;
	height: 25px;
	font-size: 124%;
	color: #993300;
	font-weight: bold;
	line-height: 25px;
	text-indent: 5px;
	text-align: left;
	border-left: 8px solid #cccc00;
}

#content h3 {
	height: 20px;
	display: block;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

#content h3.cont {
	height: 20px;
	display: block;
	margin-left: 25px;
	font-size:108%;
	font-weight: bold;
	color : #993300;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	background: url("http://www.chuiyaku.or.jp/main/img/point01.gif") no-repeat;
	padding: 0 0 0 25px;
}

#content h3.comments-header,
#content h3.comments-open-header,
#content h3.trackbacks-header {
	height: 20px;
	display: block;
	margin: 20px 0 10px 0;
	font-size:108%;
	font-weight: bold;
	color : #CC338C;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

/* contenntリンク属性 */
#content a{font-weight: bold;}
#content a.c1{font-weight: normal;}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active{
    color: #993300;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#content h2 a:hover,
#content h3 a:hover{
    color : #330000;
}

#content h4 {
	margin: 10px 0 0  0;
	padding-left:5px;
	border-bottom: 1px dotted #BBB;
	font-size:100%;
	color : #993300;
	font-weight: bold;
}

/*記事枠*/
#content .doc{
	padding: 0 10px;
	text-align: left;
	line-height: 19px;
}

#content .con{
	padding: 0;
	margin: 0 3em 0 -3em;
	text-align: left;
	line-height: 19px;
	color:#333;
}


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

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

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

#content p{
	margin: 10px 0 10px 40px;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 0px 0;
}
	
/*  パンくずリスト  */
#content .navi {
	margin : 5px 0 5px 10px;
	font-size: 10px;
	color:#1D3994;
	}

/*----- 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 .slink ul{
	margin: 10px 5px 20px 20px;
}

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

/*　アドセンス　*/
.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;
}

/*サイドバー*/
#sidebar {
	float: right;
	width: 250px;
	margin: 0px 15px 0px 0px;
	color: #666;
	text-align: left;
	}

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

.widget-header-search{
	margin: 10px 0px 0px 0px;
         padding: 0px 0px 0px 30px;
	height: 25px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	background: url("http://www.chuiyaku.or.jp/main/img/icon/search01.gif") no-repeat 5px #993300;
}

.widget-header-category{
	margin: 10px 0px 0px 0px;
         padding: 0px 0px 0px 30px;
	height: 25px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	background: url("http://www.chuiyaku.or.jp/main/img/icon/category01.gif") no-repeat 5px #993300;
}

.widget-header-write{
	margin: 10px 0px 0px 0px;
         padding: 0px 0px 0px 30px;
	height: 25px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	background: url("http://www.chuiyaku.or.jp/main/img/icon/write01.gif") no-repeat 5px #993300;
}

.widget-header-member{
	margin: 20px 0px 20px 0px;
         padding: 0px 0px 0px 30px;
	font-size: 100%;
	line-height: 170%;
	display: block;

}

/*検索等*/
.widget-content{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	border-left: 1px solid #993300;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
}

	
/*新着記事等*/
ul.widget-new {
    padding: 5px 0px 0px 5px;
    margin-left: 0px;
    list-style: none;
    border-left: 1px solid #993300;
    border-right: 1px solid #993300;
    border-bottom: 1px solid #993300;
}

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

/*メニュー関連*/
ul.widget-menu,
ul.widget-monthry{
         padding: 5px 0px 0px 5px;
	list-style: none;
	border-left: 1px solid #993300;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
}

.widget-menu li.pt,
.widget-monthry li.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #1D3994;
	text-align: left;
	line-height: 180%;
	text-indent: 15px;
	background: url("http://www.chuiyaku.or.jp/main/img/menu01.gif") no-repeat;
}

.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;
	margin: 0;
	color: #1D3994;
	font-size: 12px;
	text-align: left;
	line-height: 180%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.chuiyaku.or.jp/main/img/menu01.gif") no-repeat;
}
	
.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
	color: #941D55;
	text-decoration: underline;
}

.widget-menu li,
.widget-monthry li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #1D3994;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.chuiyaku.or.jp/main/img/menu03.gif") no-repeat;
}

.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;
	margin: 0;
	color: #1D3994;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://www.chuiyaku.or.jp/main/img/menu03.gif") no-repeat;
}
	
.widget-menu li a:hover,
.widget-monthry li a:hover{
	color: #941D55;
	text-decoration: underline;
}


/*関連リンク用*/
ul.widget-link{
	list-style: none;
}

.widget-link li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #1D3994;
	text-align: left;
	line-height: 160%;
}

.widget-link li a:link{
	display: block;
	height: 20px;
	margin: 0;
	color: #1D3994;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-decoration: none;
}
	
.widget-link li a:hover{
	color: #941D55;
	text-decoration: underline;
}


/*メニュー２********************************************************/
dl.widget-menu{
    padding: 10px;
    margin: 0 0 0 20px;
    list-style: none;

}

.widget-menu dt{
	margin: 20px 0 10px 10px;
         padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #993300;
	text-align: left;
	text-indent: 5px;
	display: block;
	background: url("http://www.chuiyaku.or.jp/main/img/midashi_h3.gif") no-repeat;

}

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

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
	display: block;
	margin: 0;
	color: #1D3994;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.chuiyaku.or.jp/main/img/menu01.gif") no-repeat;
}
	
.widget-menu dd a:hover {
	color: #941D55;
	text-decoration: underline;
}

.widget-menu dt.pt{
	margin: 10px 0px 10px 0px;
         padding: 0 0 0 35px;
	height: 30px;
	font-size: 124%;
	color: #993300;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	background: url("http://www.chuiyaku.or.jp/main/img/midashi_pt.gif") no-repeat;
}

.widget-menu dd.pt{
	display: block;
	margin: 0 0 0 30px;
	font-size: 12px;
	color: #1D3994;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.chuiyaku.or.jp/main/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;
	margin: 0;
	color: #1D3994;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.chuiyaku.or.jp/main/img/menu01.gif") no-repeat;
}

	
.widget-menu dd.pt a:hover {
	color: #941D55;
	text-decoration: underline;
}




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

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


/*フッター*/
#footer{
	clear: both;
	padding: 0;
	height: 50px;
	color: #666;
	border-top: 1px solid #676733;
	border-bottom: 5px solid #676733;
	background: #FFF;
	background: url("http://www.chuiyaku.or.jp/main/img/back_contents.jpg") repeat-y;
	}
	
#footer p{
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

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

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.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;
}
