/*ここは消さないで下さい!*/
/* Template Name: m435_Black */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	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: 14px;
	background: #FFF url("http://affiliaglamh.info/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: bold;}

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

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

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #206BA2;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 1000px;/*1105px;*/
	margin: 0 auto;
	background: #FFF;
	border-right: 2px solid #9ea1a3;
	border-left: 2px solid #9ea1a3;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 1000px;/*1101px;*/
	margin: 0 auto;
	text-align: left;
}

#containar {
	width: 975px;/*1080px;*/
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

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

/*  ヘッダー(サイトタイトル)  */
#header h1{
	position: relative;
	top: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

/*　サイトマップアイコン表示位置　（未使用）　*/
#header p#smap{
 	position: absolute;
 	top: 2px;
 	right: 80px;
 	margin: 0;
 	font-size: 12px;
 	text-align: right;
}
/*　/サイトマップアイコン表示位置　（未使用）　*/


/*  ヘッダー(トップ画像表示位置)  */
#header2 {
	height:270px;
	margin: 0;
	color: #FFF;
	text-align: center;
	border-bottom: 3px solid #84a2d4;    /*グローバルメニュー下罫線*/
}

/*  ヘッダー(サイト説明文)  */
#header2 h2{
	position: absolute;
	top: 30px;
	left:222.5px;/*278px*/
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-align: center;
}


/*　グローバルメニュー　*/
ul#topmenu {
 	position: absolute;
 	top: 283px;
	left:0px;
	padding-left:12px;
  	width: 988px;/*1093px*/
 	height: 35px;
	list-style: none;
 	background: #84a2d4;
}

#topmenu li{
    height: 35px;
    display: block;
	font-size: 15px;
    color: #FFF;
    line-height: 200%;
    float: left;
}

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

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


/*　RSSアイコン表示位置設定　*/
.rss{	
	position: absolute;
	top: 35px;
	right: 5px;
}

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

/*  記事枠等の属性  */
#primary{
    margin: 0;
    width: 765px;/*870px;*/
    float: left;
}

#content {
	float: right;
	width: 555px;/*660px;*/
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #cccccc;
}

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

#content h2,#content h2 .post{
	margin: 0;
	font-size: 123%;
	color: #333;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	line-height: 30px;
	border: 1px solid #9ea1a3;
}

#content h3 {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color : #333;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}
			
#content h2.post a,#content h3.post a {
	background: #c0c6c9;
	color : #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
					
#content h2.post a:hover,#content h3.post a:hover {
	background: #84a2d4;
	color: #000;
	font-weight: bold;
}


#content h2.poster {
	background: #bbdbf3;
	color: #000;
	font-weight: bold;
	text-indent: -20px;
	text-align: center;
	letter-spacing: 0.5em;
}


#content h2.kiji {
	background: #c0c6c9;
	color: #000;
	font-weight: bold;
}

#content h3.post {
	margin: 10px 5px 0 10px;
	border: 0px;
	color: #333;
	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: 10px 10px 10px 20px;
	text-align: left;
}

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


/*　インフォメーション属性　*/
#content .info{
	margin: 0;
/*	background: #DCE9F0;	*/
	text-align: left;
	border: 3px double #cccccc;
}

#content .info_inner{
	padding: 10px;
}

#content .info_inner ol{
	margin: 10px 0px 5px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
}

#content .info_inner ul{
	margin: 10px 0px 5px 30px;
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
}

#content .info_inner li{
	margin: 2px 0px 2px 50px;
	font-size: 100%;
	line-height: 150%;
}


.mailform {
    text-align: center;
    display: block;
    height: 32px;
    width: 32px;
    background: url(http://affiliaglamh.info/img/20090909_678229.png) no-repeat center;
}

.mailform a {
    display: block;
    height: 32px;
    width: 32px;
    background: url(http://affiliaglamh.info/img/20090909_678228.png) no-repeat;
}

.mailform a:hover {
    display: block;
    height: 32px;
    width: 32px;
    background: none;
}

.mailform a span { display:none; }




/*記事設定(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: #333;text-decoration: underline;}
dt.t1 a:hover{color : #FF6633;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: 10px 0px 5px 5px;
	font-weight: bold;
	font-size: 14px;
}

#content ul{
	margin: 10px 0px 5px 30px;
	font-size: 14px;
}

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



/*  相互リンクリスト属性 */
#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: #000;
	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{
	font-size : 15px;
	margin: 0 0 0 -40px;
	text-align: center;
}

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

/*  サイドメニュー等の属性  */
#left{
	margin: 0;
	padding: 0;
    width: 205px;
	overflow: hidden;
    float: left;
}

#right {
	margin: 0;
	padding: 0;
	width: 205px;
	overflow: hidden;
	float: right;
}


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


.widget-link{
	margin: 0 0 0 15px;
	font-size: 12px;
	list-style-type: circle;

}


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

.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;
	font-size: 12px;
	background: url("http://affiliaglamh.info/img/list.gif") no-repeat;
	line-height: 120%;
}


/*最近のコメント設定*/
ul.widget-comme {
	margin-left: 0px;
	font-size: 12px;
	list-style: none;
}

.widget-comme li{
	margin: 5px 0;
	padding-left: 15px;
	background: url("http://affiliaglamh.info/img/190.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{
	display: block;
 	height: 20px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
	color: #333;
 	font-size: 85%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://affiliaglamh.info/img/menu03.gif") no-repeat;
}

.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: #333;
 	font-size: 100%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://affiliaglamh.info/img/menu03.gif") no-repeat;
}

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


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


.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: #333;
 	font-size: 100%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://affiliaglamh.info/img/menu01.gif") no-repeat;
}


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

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

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

.widget-menu dt.pt{
	margin-top: 10px;
	background: #333;
	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: #333;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://affiliaglamh.info/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: #333;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
}
	
.widget-menu dd a:hover {
	color: #FF6633;
	text-decoration: underline;
}

.widget-menu dd.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 20px;
	text-indent: 15px;
	background: url("http://affiliaglamh.info/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: #333;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://affiliaglamh.info/img/menu01.gif") no-repeat;
}
	
.widget-menu dd.pt a:hover {
	color: #FF6633;
	text-decoration: underline;
}



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

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

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

#footer .copyright{
	text-align: right;
	padding: 15px 10px 0 0;
	font-size: 14px;
	line-height: 130%;
}

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



/* グローバルメニュー現在地表示 */

#topmenu .index,
#topmenu .sitemap,
#topmenu .mailmag
{
	background: #666;
	color: #fff;
}




/* タグ指定 */

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


ul.tree {
    margin: 0!important;
    padding: 0!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url(http://affiliaglamh.info/img/tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(http://affiliaglamh.info/img/tree_end.gif);
    list-style: none;
}