/* ページ全体 */

body {
	font-size: 82%;
	color: #333333;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}


/* 全体のリンク色 */

A                { color: #006600; text-decoration: none; background: none;}
A:link           { color: #006600; text-decoration: none; background: none;}
A:link:hover     { color: #FF4500; text-decoration: none; background: none;}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #006600; text-decoration: none; background: none;}
A:visited:hover  { color: #FF4500; text-decoration: none; background: none;}
A:visited:active { color: #000000; text-decoration: none; background: none;}


.clear {
	clear:both;
}

/* パディング設定 */
.pad {
	padding:10px;
}


p {
	margin:0;
	padding:10px;
}

.none{
	display: none;
}


/* ヘッダー */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}

#header h1 {
	color: #333333;
	font-size: 1.5em;
	margin: 0;
	padding: 0px;
	}

.description {
	color: #333333;
	padding-left: 10px;
}


/* ヘッダーリンク色 */

#header A {
	color: #333333;
	text-decoration: none;
}

#header A:link {
	color: #333333;
	text-decoration: none;
}

#header A:link:hover {
	color: #FF3300;
	text-decoration: none;
}

#header A:link:active {
	color: #000000;
	text-decoration: none;
}

#header A:visited {
	color: #333333;
	text-decoration: none;
}

#header A:visited:hover {
	color: #FF3300;
	text-decoration: none;
}

#header A:visited:active {
	color: #000000;
	text-decoration:none;
}




/* レイアウト */

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
 	padding:0;
}



#left-container {
	width:100%;
	float:left;
	margin-right:-200px;
	background:#FFFFFF;
}



#left-container .sub {
	width:100%;
	float:right;
	margin-left:-200px;
	background:#FFFFFF;
}


#left {
	width:200px;
	float:left;
	background:#FFFFFF;
}


#right {
	width:200px;
	float:right;
	background:#FFFFFF;
}


/* 記事まわり */

#main {
	margin:0 200px 0 200px;
	padding:10px;
	background: #FFFFFF;
}

#main img {
	border-style: none;
}

/* 画像左寄せ */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右寄せ */
#main .imageright{
	padding-left: 10px;
	float: right;
}

#main h2 {
	font-size: 105%;
	margin: 0px;
}


#main h3 {
	font-size: 100%;
	margin-bottom: 5px;
}

#main h3 img {
	margin: 0px;
	padding: 0px;
}

#menu {
	font-size: 90%;
	text-align: left;
	margin-bottom: 15px;
}


strong {
	color: #FF3300;
}


.sign {
	margin-bottom: 10px;
}


.extended {
	display:block;
	float:right;
}


#main .posted {
	font-size: 90%;
	margin-bottom: 25px;
	padding: 3px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

/* テキストエリア文字サイズ広さ設定 */

textarea[id="comment-text"] {
	width: 80%;
}

/* コメンター画像ボーダー消去 */

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}


/* サイドバー */

#left h2,#right h2 {
	font-size: 90%;
	font-weight: bold;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 5px;
	padding-bottom: 0.1em;
}


/* サイドバーリスト */

#left ul,#right ul{
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#left ul ul,#right ul ul {
	margin-bottom: 0px;
}



#left li,#right li {
	font-size: 90%;
	color: #333333;
	text-align: left;
	line-height: 120%;
	margin-top: 3px;
	list-style-type: none;
}


/* サイドバー画像 */

#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}



#powered {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 10px;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}



/* フッター */

#footer {
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
}



#foot {
	border-top: solid 1px #000;
	background-image:url(/img/foot_back.gif);
	z-index: 1;
	background-repeat: repeat-x;
	height: 320px;
	width: 100%;
}
#foot_body {
	width: 800px;
	background-image:url(/img/foot_logo.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}
#foot_category {
	float: left;
	margin-left: 280px;
	width: 250px;
}
#foot_menu {
	margin-left: 550px;
}

#foot_category ul, #foot_menu ul {
	margin: 0px;
	padding: 0;
}
#foot_category li, #foot_menu li {
	list-style-type: none;
	border-bottom: dotted 1px #666666;
}

.foot_title {
	color: #999900;
	font-weight: bold;
	font-size: 1.2em;
}
.foot_discription {
	font-size: 10px;
}

/* アドレス */

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 1em;
}


.title	{
background: #D3D3D3;
border-left: 8px solid #006600;
color: #000000;
font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
font-size: medium;
font-weight:normal;
padding: 3px;
}		

.blogbody {
background: #FFFFFF;
border-bottom: 1px solid #D3D3D3;
border-left: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
border-top: none;
color: #000000;
font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
font-size:small;
font-weight:normal;
line-height:150%;
margin-bottom:5px;
padding: 5px;
}

.sidetitle {
background: #006600;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
color:#FFFFFF;
font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
font-size: medium;
font-weight: bold;
padding:3px;
}		

	
.side {
background: #F5F5F5;	
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
color:#000000;
font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
font-size: small;
font-weight:normal;
line-height:150%;
margin-bottom:5px;
padding:5px;
}

.category-list {
	background: #F5F5F5;	
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
	font-size: small;
	font-size: 85%;
	line-height:150%;
	padding:5px;
}