*{
	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.tenmeido.jp/img/wallpaper.jpg") 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;}

/*引用属性*/
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 {
         color: #333;text-decoration: none;
} 

a:hover {
         color:#999;text-decoration: underline;
}
	
/* 基本設定 ----------------------------- */
#base{
	width: 1024px;
	margin: 50px auto;
	background:  #FFF;
	text-align: center;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

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

/*  ヘッダー  */
#header {
	width: 960px;
	height: 55px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#header h1{
    margin: 15px 0 10px 0;
    font-size: 32px;
    font-weight: bold;
　　color: #99004C;
    float: left;
}

#header h2{
	margin: 29px 0 24px 0;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: right;
}


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

#header2 {
	float: left;
	width: 760px;
	height: 475px;
	margin: 0 28px 20px 0;
	color: #FFF;
	text-align: left;
	/*border-bottom: 1px solid #CCC;*/
}

#header2 h2{
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: center;
	visibility: hidden;
}


/*ヘッダーメニュー*/
ul#topmenu {
 	top: 230px;
 	left: 2px;
 	width: 1020px;
 	height: 40px;
	list-style: none;
 	background: #FFF;
}

#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: #FF8833;
}

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

/*  記事枠等の属性  */
#primary{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 760px;
    float: left;
}

#content {
	float: right;
	width: 528px;	
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
}

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

#content h2,#content h2 .post{
	margin: 20px 14px 20px 14px;
	padding: 12px 0 12px 36px;
	background: url("http://www.tenmeido.jp/img/h2_panda.gif") no-repeat 0em 0.4em;
	font-size: 16px;
	color: #F69;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	line-height: 21px;
	border-top: 2px solid #F69;
	border-bottom: 2px solid #F69;
}

.content-header{
	margin: 15px 14px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	text-align: left;
	text-indent: 0px;
}

#content h3 {
	margin: 30px 0 10px 0;
	padding: 0 0 5px 20px;
	background: url("http://www.tenmeido.jp/img/h3_arrow.gif") no-repeat;
	border-bottom: 1px solid #F69;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	display: block;
	text-align: left;
	text-indent: 0;
}
			
#content h2.post a,
#content h3.post a,
#content h4.post a {
	color: #333;
	text-decoration: none;
	display: block;
}
					
#content h2.post a:hover,
#content h3.post a:hover,
#content h4.post a:hover {
	color: #999;
	text-decoration: underline;
}

#content h3.post {
	margin: 10px 14px 10px 14px;
	padding: 14px 14px 14px 42px;
	background: url("http://www.tenmeido.jp/img/h3_background.jpg") no-repeat;

	border-bottom: 1px solid #F69;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	display: block;
	text-align: left;
	text-indent: 0;
}

#content h4 {
	margin: 10px 14px 10px 14px;
	padding: 16px 0 0 36px;
	background: url("http://www.tenmeido.jp/img/h2_panda.gif") no-repeat 0em 0.4em;
	border-bottom: 1px solid #F69;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-align: left;
}

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

/*記事枠*/

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

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

#content .doc p{
	padding: 0;
	margin-bottom: 20px;
}

#content .doc img.banner{
	margin-bottom: 7px;

}


/*記事設定(TopPage)*/
.ctgy dt{
    margin: 10px 0 0 0;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    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: #333;
    background: url(img/mark1.gif) no-repeat left;
}

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

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


/*  関連記事リスト属性 */
#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;
}

#content .next a {
	color: #333;
	text-decoration: none;
	display: block;
}
					
#content .next a:hover {
	color: #999;
	text-decoration: underline;
}


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

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

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

.widget-div{
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.widget-header{
	margin: 15px 15px 8px 15px;
	background: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
	color: #333;
	text-align: left;
	text-indent: 0px;
}

/*  キャッチコピー  */
.catchi-copy{
	margin-bottom: 20px;
}

/*　検索等　*/
.widget-content{	
	margin: 0 15px 15px 15px;
	font-size: 12px;
}

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

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

.widget-new li{
    margin: 15px;
    padding-left: 19px;
    background: url("http://www.tenmeido.jp/img/list.gif") no-repeat;
    font-size: 12px;
    line-height: 150%;
}

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

}

.widget-menu li a,
.widget-monthry li a{
	display: block;
 	height: 20px;
 	list-style: none;
 	padding: 0 0 0 19px;
 	text-decoration: none;
	color: #333;
 	font-size: 11px;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://www.tenmeido.jp/img/menu03.gif") no-repeat;
}

.widget-menu li a:hover,
.widget-monthry li a:hover{
 	padding: 0 0 0 19px;
 	font-size: 11px;
 	color: #999;
	text-decoration: underline;
	background: #FFF url("http://www.tenmeido.jp/img/menu03.gif") no-repeat;
}

.widget-menu li.pt a,
.widget-monthry li.pt a{
	display: block;
 	height: 20px;
 	list-style: none;
 	padding: 0 0 0 19px;
 	text-decoration: none;
	color: #333;
 	font-size: 11px;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}

.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
 	padding: 0 0 0 19px;
 	font-size: 11px;
	color: #999;
	text-decoration: underline;
	background: #FFF url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}

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

.widget-menu dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 10px;
	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: 10px;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

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

.widget-menu dd a {
	display: block;
	height: 20px;
	margin: 0;
	color: #333;
	font-size: 10px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: #FFF url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}
	
.widget-menu dd a:hover {
	color: #999;
	text-decoration: underline;
	background: #FFF url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}

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

.widget-menu dd.pt a {
	display: block;
	height: 20px;
	margin: 0;
	color: #333;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}
	
.widget-menu dd.pt a:hover {
	color: #999;
	text-decoration: underline;
	background: #FFF url("http://www.tenmeido.jp/img/menu01.gif") no-repeat;
}



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

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

/*フッター*/
#footer{
 	clear: both;
 	width: 960px;
 	height: 60px;
	margin: 0 auto;
 	color: #333;
 	padding: 0;
 	text-align: left;
 	background: #FFF;
	border-top: 1px solid #CCC;
}

#footer .rss{	
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}

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

#footer a {
        color: #333;text-decoration: none;
}

#footer a:hover {
        color: #999;text-decoration: underline;
}


/* タグ指定 */

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

