/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #FF99BB;
	margin: 0;
	padding: 0;
 	font-size: 13px;
 	line-height: 150%;
	color: #444;
	list-style: none;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 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;
}

a:link, a:visited, a:active {color: #CC3380;text-decoration: underline;}
a:hover{color : #FF6633;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;
	}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #999;}
td {padding: 5px;}

/* 基本設定 ----------------------------- */
#base{
	width: 800px;
	margin: 0 auto;
	background: url("http://www.web-joho.net/trial/img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background: #FFF url("http://www.web-joho.net/trial/img/header.jpg") no-repeat;
	position: relative;
}

/*  ヘッダー  */
#header {
	height:150px;
	margin: 0;
	color: #666;
}
#header h1{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 186%;
	line-height: 120%;
	text-align: right;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #CC3380;text-decoration: none;}
#header h1 a:hover{color : #339933;text-decoration: underline;}

#header p{
	position: absolute;
	top: 75px;
	right: 30px;
	width: 500px;
	font-size: 100%;
	color: #555;
	text-align: right;
}

/*ブログの枠等の属性*/
#container{
	width: 750px;
	margin: 0 auto;
	text-align:left;
	}

/*  記事枠等の属性  */
#content {
	float: left;
	width: 490px;	
	margin: 5px 0;
	background: #FFF;
	overflow-x: hidden;
}

#content h2 {
	margin: 10px 0 ;
	border-left: 8px solid #663366;
	color: #CC3380;
	font-size: 138%;
	font-weight: bold;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h3 {
	padding: 10px 0 0 0;
	color: #666;
	font-size: 108%;
	font-weight: bold;
	line-height: 130%;
	display: block;
	text-align: left;
}

#content h4 {
	padding: 0;
	color: #176782;
	font-size: 115%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content h5 {
	padding: 0;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content p{
	padding: 5px 0 10px 0;
}

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

/*  アドセンス  */
#content .ads{
	width: 271px;
	height: 305px;
	float: left;
}

#content .ads_inner
	padding: 10px 10px 10px 0;
	color: #555;
	text-align: left;
	font-size: 12px;
}

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

#content .navi2 a {
	color: #6699CC;
	text-decoration: none;
	}

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

/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
	color; #666;
}

#content .cform{
	margin: 0;
}

/*----- 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 #888;
}

#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 {
	float: right;
	width: 240px;
	margin: 0;
	background: #FFF;
	overflow-x: hidden;
}

#sidebar h2{
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #555;
	line-height: 150%;
	text-indent: 5px;
	border: 1px solid #CC3380;
	display: block;
}

#sidebar .link{
	font-size: 100%;
	padding: 5px  10px 10px 10px;
	text-align: left;
}


/*　バナー　*/
#sidebar .banner{
	margin: 10px 0;
	text-align: centar;
}


/*　アドセンス　*/
#sidebar .ads2{
	margin: 10px;
	text-align: center;
}

#sidebar .search{	
	margin: 0 5px 0 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* 問合わせ */
#sidebar .ask{
	margin: 10px;
	font-size: 12px;
	color: #555;
	text-align: left;
}

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

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

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background: #CD0067;
	margin: 0;
}
#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: #999;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}


