/*************************************
***  FWOOD流　テーマ型物販サイト1カラムCSS   ***
　　記事ページ用CSS

*************************************/

body {
	font-family:Verdana;
	text-align:center;
	margin:0px;
	padding: 5px;
	background-attachment: fixed;
	background-image: url(http://honky.up.seesaa.net/image/bg.jpg);
	background-color: #FFBB51;
	background-repeat: repeat-x;
}



a{
	font-weight:normal;
	color:#0000ff;
	text-decoration:underline;
}

a:hover{
	color:#fff;
	text-decoration: none;
	background-color:#ff8000;
}


/*************************************
***見出しタグ要素 ***
*************************************/

h1 {
	font-weight:nomal;
	font-size:10px;
	color:#fff;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 a{
	text-decoration: none;
	color:#a8a8a8;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
	text-align:left;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(http://honky.up.seesaa.net/image/h2.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-left-width: 6px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF6600;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
	text-align:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(http://honky.up.seesaa.net/image/h3.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFFFFF;
}

h4 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#CC0000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(http://honky.up.seesaa.net/image/h4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF4B2;
}


h5 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding: 0px 0px 0px 5px;
	background-color:#9c9c9c;
	background-position:bottom;
}


/*************************************
***ヘッダートピックパスの要素 ***
*************************************/
.topicpath1{
	font-weight:nomal;
	font-size:10px;
	color:#fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	height: 35px;
}
.topicpath1 a{
	text-decoration: none;
	color:#a8a8a8;
}

.topicpath1{
	font-weight:nomal;
	font-size:10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	color: #fff;
}

.topicpath1 h1 {
	font-weight:normal;
	font-size:10px;
	color:#a8a8a8;;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.topicpath1 h1 a{
	text-decoration: none;
	color:#a8a8a8;
}

/*************************************
***body直下に配置するカテゴリリンク ***
*************************************/

#blink{
	font-size:10px;
	font-weight:normal;
	color:#a8a8a8;
	padding:2px;
}

#blink a{
	text-decoration: none;
	color:#a8a8a8;
}


/*************************************
***ブログの全体の要素 ***
*************************************/

#container{
	width:800px;
	color:#000;
	font-size:12px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color:#fff;
	background-image: url(http://honky.up.seesaa.net/image/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


/*************************************
***content部分(記事ページポジションアブソリュート） ***
*************************************/

#content {
	float:left;
	width:800px;
	background-image: url(http://honky.up.seesaa.net/image/bg_content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#contentpage {
	z-index: 3;
	position: absolute;
	top: 255px;
	text-align:left;
	width:800px;
	background-image: url(http://honky.up.seesaa.net/image/bg_container.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

/*************************************
***ヘッダー画像の要素(記事ページポジションアブソリュート） ***
*************************************/
	
#bannerpage{
	z-index: 2;
	position: absolute;
	width: 800px;
	padding-bottom:45px;
	background-image:url(http://honky.up.seesaa.net/image/banar_waku.jpg);
	background-repeat:no-repeat;
}



#banner_hed {
	background-image: url(http://honky.up.seesaa.net/image/banar.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 755px;
	height: 180px;
	top: 20px;
	left: 23px;
	background-position: left top;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
}


#banner_sitename {
	font-size:26px;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;



	a:link　color:#FFFFFF;
	a:visited　color:#FFFFFF;
	a:hover	color:#FF0000;
	position: absolute;
	top: 84px;
	left: 0px;
}

#banner_hedpage {
	background-image: url(http://honky.up.seesaa.net/image/banar.jpg);
	background-repeat: no-repeat;
	width: 755px;
	height: 180px;
}



/*************************************
***ブログ説明文の要素 ***
*************************************/

.des {
	color:#FFFFFF;
}

.des a{
	text-decoration: none;
	color:#FFFFFF;
}


/*************************************
***カテゴリページ・記事ページトピックパス要素(記事ページポジションアブソリュート） ***
*************************************/

.navi{
	z-index: 3;
	position: absolute;
	width:760px;
	_width:762px;
	top: 255px;
	text-align:center;
}

.navi a{
	text-decoration: none;
	color:#a8a8a8;
}

/*************************************
***ブログ本文の全体の要素 ***
*************************************/

.blog {
	background-color:#ffffff;
	padding:0px;
	text-align:left;
	background-image: url(http://honky.up.seesaa.net/image/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.blogbody {
	margin-top:0px;
	font-weight:normal;
	margin-bottom:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(http://honky.up.seesaa.net/image/01bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*************************************
***ダブルキャビネット（商品説明）要素 ***
*************************************/

div.cabinet {
	width:100%;
	margin: 0%;
	padding: 0%;
	text-align: right;
}

div.doubleboxl {
	float: left;
	width: 48%;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: 250px;
	padding: 1%;
}

div.doubleboxr {
	float: right;
	width: 47%;
	margin: 0px;
	padding: 1%;
	background-color : #FFF7E9;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFC457;
	border-bottom-color: #FFC457;
	font-size: 14px;
}

div.dummy { clear: left; }


/*************************************
***商品記事部分 ***
*************************************/

.ktex {
	font-family:"Tahoma", "Verdana", "Arial", sans-serif;
	padding:10px;
	font-size:16px;
	line-height: 170%;
	width: 735px;
	margin-left: 25px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ktex p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.ktex a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ktex img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*************************************
***記事ページの左下のカテゴリの要素 ***
*************************************/

.posted{
	color:#a8a8a8;
	text-align: right;
	margin-bottom:5px;
	font-size:10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.posted a{ 
	font-weight:bold;
	text-decoration: none;
	color:#a8a8a8;
}


/*************************************
***記事すぐしたのコピーボックスなどが入るブロック要素 ***
*************************************/

#copybox {
	text-align:left;
	width:735px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FCEBD6;
	border-top-color: #FCEBD6;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 160px;
}


#copybox a{
	font-weight:bold;
	text-decoration: none;
	color:#a8a8a8;
}

/*************************************
***コピーボックス部分文字要素 ***
*************************************/

.text{
	color:#333333;
	padding:10px 5px 0px 5px;
	margin-top:0px;
	line-height:165%;
}

.text a{
	text-decoration: underline;
	color:#0000ff;
	border:none;
	font-weight:nomal;
}

/*************************************
***フッターの装飾 ***
*************************************/

#footer{
	clear:both;
background-image:url(http://honky.up.seesaa.net/image/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*************************************
***記事下のメニュー要素 ***
*************************************/

.footerbody {
	margin-left:10px;
	margin-top:5px;
	margin-right: 5px;
	font-weight:normal;
	text-align:left;
	color:#000;
	float: none;
	padding: 5px;
	height: 80px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footerbody a{
	font-weight:bold;
	text-decoration: none;
	color:#a8a8a8;
}

/*************************************
***  フッター追加CSS   ***
*************************************/

.footer_rss {
	margin-top:5px;
	font-weight:normal;
	text-align:left;
	border:1px solid #FFC457;
	color:#000;
	width: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: none;
	float: right;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.footer_left {
	font-weight:normal;
	text-align:left;
	border:2px dotted #FFC457;
	color:#000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: left;
	float: left;
	width: 480px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}



/*************************************
***RSSのCSS ***
*************************************/

.sidelinktrss{
	line-height:18px;
	background-image:url(http://honky.up.seesaa.net/image/feed.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	padding-left: 25px;
}

.doubleboxl_aa {
	background-image: url(http://honky.up.seesaa.net/image/yaji.gif);
	background-repeat: no-repeat;
	border: 0px none #666666;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}


/*************************************
***デフォルト（削除不可） ***
*************************************/

.powered {
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: none;
}

.powered table{
	border:none;
	margin:0px auto;
	text-align:center;
}

.powered img{
	border:none;
}

.seesaa{
	background-color:#9C9C9C;
	text-align:center;
	font-size:10px;
	padding:3px;
	margin:0px;
}

.seesaa a{
	color:#FFF;
}

/*************************************
***COPYRIGHT部分 ***
*************************************/

.copy{
	text-align:center;
	color:#a8a8a8;
}

.copy a{
	font-weight:bold;
	text-decoration: none;
	color:#a8a8a8;
}

/*************************************
***装飾（ブロックロート＆テキストエリア） ***
*************************************/

blockquote{
	background-color:#feff99;
	border:1px dotted #c00000;
	padding:15px 15px 15px 15px;
	margin:5px;
}

textarea{
	margin-bottom:5px;
}

/*************************************
***文字を太文字に変更するCSS ***
*************************************/

.b{
	font-weight:bold;
}

/*************************************
***背景を蛍光黄色と太文字に変更するCSS ***
*************************************/

.y{
	font-weight:bold;
	background-color : yellow
}

/*************************************
***赤に文字色を変更するCSS ***
*************************************/

.r{
	color:red;
}

/*************************************
***論理強調タグのCSS ***
*************************************/

em {
	font-weight: normal; 
	font-style: normal;
	text-decoration: none
}

strong {
	font-weight: normal; 
	font-style: normal;
	text-decoration: none
}


/*************************************
***ブロックを右や左へ寄せる要素
（リンクボックス該当） ***
*************************************/

.imgr{
	float: right;
	color:#000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF7E9;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFC457;
	border-bottom-color: #FFC457;
}

.imgl{
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	width: 285px;
	padding: 10px;
	font-size: 11px;
	background-color: #F0F0F0;
}



/*------------------------------------------------------------
　Copyright(C)F-wood Web Factory All Rights Reserved. 
-------------------------------------------------------------*/
