/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%}

/* BODY */
body {
/*	background-color: #FFF; */
                background: #ffffff url("http://umarekawari.com/contents/img/back.jpg") repeat-x top center; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	margin : 0;
	color:#666;
/*	font-size: 75%; */
	line-height: 150%;
	list-style: none;
	}

/*デフォルト属性 */
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 5px;}

/* 強調文の属性*/
h1,h2,h3,h4{ font-size: 14px; font-weight: normal;}
p{ /* font-size: 12px; */ font-weight: normal;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #4C9900;text-decoration: underline;}
a:hover {color: #FFCC00;text-decoration: none;}

/* テーブルの属性*/
table {margin: 0 0 0 10px; /* font-size: 12px; */ color: #999; line-height: 100%;}
td {padding: 2px;}

/* 基本設定*/
#wrapper{
	position: relative;
	width: 740px;
	margin: 0 auto;
	background: url("http://umarekawari.com/contents/img/header.gif");
	background-repeat: no-repeat;
	text-align: left;
}

/*ヘッダー*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 165px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	width:400px;
	height:165px;
	background: url("http://umarekawari.com/contents/img/header.gif") no-repeat;
	display: block;
	overflow: hidden;
}

#header h1 a:hover {
	background: url("http://umarekawari.com/contents/img/header.gif") no-repeat;
}

#header .h_navi{
	position: absolute;
	right: 25px;
	top: 22px;
	float: right;
	}

#header .h_navi a.t1{
	display: block;
	width:50px;
	overflow: hidden;
	height:18px;
	text-indent: -1000px;
	background: url("http://umarekawari.com/contents/img/rss_01.gif") no-repeat;
	margin: 0 5px;
	float: right;
}
#header .h_navi a.t2{
	display: block;
	overflow: hidden;
	width:50px;
	height:18px;
	text-indent: -1000px;
	background: url("http://umarekawari.com/contents/img/atom_01.gif") no-repeat;
	margin: 0 5px;
	float: right;
}
#header .h_navi a.t3{
	display: block;
	overflow: hidden;
	width:50px;
	height:18px;
	text-indent: -1000px;
	background: url("http://umarekawari.com/contents/img/kiji_01.gif") no-repeat;
	margin: 0 5px;
	float: right;
}
#header .h_navi a.t4{
	display: block;
	overflow: hidden;
	width:50px;
	height:18px;
	text-indent: -1000px;
	background: url("http://umarekawari.com/contents/img/question_01.gif") no-repeat;
	margin: 0 5px;
	float: right;
}

/*ブログの枠等の属性*/
#container{
	width: 740px;
	margin: 0 auto;
	text-align:center;
	background-image: url("http://umarekawari.com/contents/img/body.gif");
	background-repeat: repeat-y;
	}

#primary{
	width: 700px;
	margin: 0 auto;
	text-align:left;
	}

/*サイドバー*/
#sidebar {
	float: right;
	width: 190px;
	margin: 10px 0;
	color: #666;
	text-align: right;
	}

#sidebar .search {
	float: right;
	width:180px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	}

#sidebar .search_form{
	padding: 5px;
	text-align: left;
	font-size: 12px;  
	line-height: 130%;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	}
	
#sidebar .news {
	float: right;
	width:180px;
	margin: 0px 0px 10px 0px;
	}

#sidebar .news_form{
	padding: 5px;
	text-align: left;
	font-size: 100%;  
	line-height: 130%;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	}
	
/*新着記事等に利用できます*/
#sidebar .news ul{
	margin-left: 18px;
	}
#sidebar .news li{
	list-style-image: url("http://umarekawari.com/contents/img/list.gif");
	vertical-aligin: middle;
	}

/*メニュー*/
#sidebar .idx{
	float: right;
	width:180px;
	height:24px;
	background: url("http://umarekawari.com/contents/img/index.gif") no-repeat;
	text-align: left;
	text-indent: 10px;
	display: block;
	color: #FFF;
	font-size: 12px;  
	font-weight: bold;
	line-height: 180%;
	margin : 0;
	}

/* カテゴリ指定 */
#sidebar .menu{
	float: right;
	margin: 0 0 20px 0;
}

.menu ul{
	list-style: none;
}

.menu li.pt{
	display: block;
	width: 180px;
	height: 24px;
	margin: 0;
	font-size: 12px;  
	color: #FFF;
	text-align: left;
	line-height: 180%;
	text-indent: 10px;
	background: url("http://umarekawari.com/contents/img/menu01.gif") no-repeat;
	}
	
.menu li{
	display: block;
	width: 180px;
	height: 24px;
	margin: 0;
	font-size: 11px;  
	color: #999;
	text-align: left;
	line-height: 180%;
	text-indent: 10px;
	background: url("http://umarekawari.com/contents/img/menu03.gif") no-repeat;
	}

.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	width: 180px;
	height: 24px;
	margin: 0;
	font-size: 11px;  
	color: #999;
	text-align: left;
	line-height: 180%;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://umarekawari.com/contents/img/menu03.gif") no-repeat;
	}
.menu li a:hover {
	color: #4E4E69;
	background: url("http://umarekawari.com/contents/img/menu04.gif") no-repeat;
	}

/*コンテンツ*/
#content {
	float: left;
	width: 500px;
	background-color: #FFF;
	margin: 0px;
	padding: 10px 0;
	}
				
#content h2	{
	margin: 10px 0;
	height: 25px;
/*	font-size: 117%;  */
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
	text-indent: 10px;
	text-align: left;
	background: url("http://umarekawari.com/contents/img/h2_back.gif") no-repeat;
	}

#content h3 {
	margin: 10px 0 10px 10px;
	height: 20px;
/*	font-size:100%;  */
	color : #333;
	line-height: 150%;
	text-indent: 10px;
	text-align: left;
	border-top: 1px solid #80B34C;
	border-left: 10px solid #80B34C;
	background-color: #EBF0DC;
	}

#content h4 {
	margin: 10px 0px 0px 0px;
	padding-left:5px;
	border-bottom: 1px dotted #666699;
/*	font-size:100%;  */
	color : #4C9107;
	font-weight: bold;
	}

#content div {
	clear: both;
/*	font-size: 100%;  */
	color:#666;
	line-height: 140%;
	margin: 10px 5px 20px 15px;
	padding: 0;
	}

#content br .ent{clear: both;}

#content .info{margin: 0 0 20px 0; padding: 0;}

#content ol{margin: 0px 20px 20px 40px;}
#content li{margin: 0;}	

/* h1 h2 h3リンク属性 */
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #449933;font-weight: bold;text-decoration: none;}
#content a:hover.c1{color : #FF2200;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #4C9900;text-decoration: underline;}
#content a:hover{color : #FF2200;text-decoration: none;}

/*グーグルアドセンス*/
#content .ads_01{
	margin: 0px;
	padding: 5px 0px;
/*	font-size: 10px;  */
	text-align: left;
	}

#content .ads_02{
	margin: 0px;
	padding: 10px 0px;
/*	font-size: 10px;  */
	text-align: center;
	}
#content .ads_02 .slink{
	margin: 0px; 
/*	font-size: 9px;  */
	color: #999;
	text-align: left;
	}
	
/*  パンくずリスト  */
#content .navi {
	margin : 0;
	padding-left: 10px;
	font-size: 11px;  
	color:#666;
	}


/*----- trackbacks & Comments-----*/
#content .post1,#content .post2 {
	border-bottom: solid 1px #AAAAFF;
/*	font-size: 12px;  */
	padding-top: 6px;
	margin-bottom: 30px;
}

#content #trackbackdata post1{
/*	font-size: 10px;  */
	color: #888;
	margin-bottom: 10px;
}

#content #tbdata,#content #tbdata p, #content #commentdata,#content #commentdata p{
/*	font-size: 12px;  */
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#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;
}

/*Entrymore*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	clear: both;
	margin: 0;
	color: #4C9900;
	background: url("http://umarekawari.com/contents/img/more01.gif") no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 160%;
}

#content .next a:hover {
	background: url("http://umarekawari.com/contents/img/more02.gif") no-repeat;
}

/*フッターナビ*/
.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	text-align: right;
/*	font-size: 85%;  */
	}

.rss img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
	width: 740px;
	margin: 0 auto;
	height: 55px;
	/* color: #999; */
	color: #ffffff; 
	padding: 0;
	background-image: url("http://umarekawari.com/contents/img/footer.gif");
	background-repeat: no-repeat;
	}
#footer p{
	margin: 0;
	padding: 5px 20px 0 0;
	text-align: right;
	line-height: 120%;
/*	font-size: 100%;  */
	}
#footer img{border-style: none;	vertical-align: middle;	}


/*  記事の右寄せ  */
.detail {
	text-align:right;
/*	font-size: 10px;  */
	margin-right:85%;
	margin-top;0px;
	margin-bottom;0px;
	}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
/*	font-size: 117%;  */
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
/*	font-size: 100%; */
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
/*	font-size: 100%; */
	color:  #3399CC;
	line-height: 155%;
	}

.changecss{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
	font-size: 85%;
}

.ivr {          font-weight: bold;
                color: green;
}

.gst {        font-weight: bold;
               color: blue; 
}            

.qbox
{margin:0px 0px; padding:10px; width:500px;
 border-style:solid double double solid; border-width:1px 3px 3px 1px; border-color:#999999;
 background-color: #CCFF99; color:#000000; line-break:strict; line-height:170%;
 }
.abox
{margin:0px 0px; padding:10px; width:500px;
 border-style:solid double double solid; border-width:1px 3px 3px 1px; border-color:#999999;
 background-color: #fff5fe; color:#000000; line-break:strict; line-height:170%;
 }

.wbox
{margin:0px 0px 0px 0px; padding:10px 10px 10px 10px; width:480px;
 border-style:solid double double solid; border-width:1px 3px 3px 1px; border-color:#999999;
 background-color: #ffffff; color:#000000; line-break:strict; line-height:170%;
 }


#content .sbttl
{
margin-top: 50px;
margin-bottom: 50px;
margin-left: -10px;
padding-left: 0px; 
border-bottom: 1px dotted #666699;
color: navy;
font-weight: bold;
}

#content .sbttl2
{
margin-top: 50px;
margin-bottom: 0px;
margin-left: -10px;
padding-left: 0px; 
border-bottom: 1px dotted #666699;
color: navy;
font-weight: bold;
}
