/* CSS Document */

/* CSS Document */

/* +++++++++++++++++++++ 枠設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 700px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 500px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 920px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
	width: 190px;
	padding-top: 15px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
	width: 480px;
	padding-top: 15px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
	width: 190px;
	padding-top: 15px;
		}



/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	margin-left: 20px;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	text-align: center;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 ++++++++++++++++++++
+ */





/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */
.header {
    position:absolute;
	left:201px;
	width: 500px;
	top:30px;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */

h1 {
	font-size:20pt;
	color:#666633;
	background-color:FFFFFF;
	text-align:center;
	margin-bottom:0;
	margin-top:10px;
	}
h2 {
    color:#642100;
    text-align: center;
	font-size: 12pt;
	}
	
.owabi{
	font-size:10pt;
	font-weight:bold;
	align:left;
	margin-left:30px;
	margin-right:20px;
	text-align:left;
	margin-top:10px;
	margin-bottom:0px
	}


/* ++++++ サイドバー部分のデザイン ++++++ */


.menu {
	font-size:0.75em;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	height:2em;
	width:180px;
	position:absolute;
	left:530px;
	top:10px
	}

.menu2 {
	font-size:0.75em;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	height:2em;
	width:180px;
	position:absolute;
	left:530px;
	top:45px
	}

.menu3 {
	font-size:0.75em;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	height:2em;
	width:180px;
	position:absolute;
	left:530px;
	top:80px
	}
.menu4 {
	font-size:0.75em;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	height:2em;
	width:180px;
	position:absolute;
	left:530px;
	top:115px
	}
.menu5 {
	font-size:0.75em;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	height:2em;
	width:180px;
	position:absolute;
	left:530px;
	top:150px
	}
	
.rightbar0 {
 font-size:13.5px;
 position:absolute;
 top:20px;
 left:695px;
 width:150px;
 margin-left:0px;
 margin-right:20px;
 text-align:left;
 margin-top:0;
 line-height: 0.8em
 } 	
	
#naviarea{
	float: left;
	width: 150px;
	background-color: #ffffff;
	}	

	

#nav h3 {
	font-size:10pt;
	text-align: center;
	margin:0px;
	padding: 4px;
	background-color: #FF9900;
	color:#FFFFFF;
	border:1px #FF9900 solid;
	width:170px;
	height:17px;
	line-height: 17px;
	}
	
#nav ul{
	font-size:10pt;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 180px;
	}

    

#nav li#nav_menu a{
	margin:0px;
	padding: 4px;
	display: block;
	background-color: #FFFFCC;
	color:#515659;
	border-left: 5px solid #FF6600;
	width:165px;
	height:17px;
	line-height: 17px;
	text-decoration:none;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	}

#nav li#nav_menu a:hover{
	margin:0px;
	border:1px solid #FF9900;
	border-left: 5px solid #FFCC00;
	background-color: #FFEEAA;
	color:#FFFFFF;
	width: 165px;
	}


/* ++++++ フッター部分のデザイン ++++++ */
.center_txt_box {
	font-size: 12px;
	color: #999999;
	line-height: 130%;
	margin: 5px 5px 15px;
	padding: 5px;
}
.side_menu_box {
	width: 180px;
}
.title_box01#center {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.title_center {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.center_gaiyo {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.center_more {
	font-size: 12px;
	color: #666666;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.pan {
	font-size: 12px;
	color: #999999;
	margin: 2px;
	padding: 2px;
}
.center_adsence {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* トピック商品テーブル設定 */
.main_table{
	width:100%;
	background:url("http://dontohare.net/pclearn/img/back.jpg") bottom left no-rep
eat;
	margin: 3px 3px 0px;
}

.main_table a{
	text-decoration:none;
	color:#336699;
}

/*トピック商品各セル設定*/

.main_title{
	font-weight:bold;
	color:#660000;
}

.main_cell_body{
	margin:0px;
	vertical-align: top;
	padding-top: 10px;
	text-align: center;
	height: 120px;
}

.main_cell_title{
	font-weight:bold;
	font-size: 11px;
	color:#660000;
	text-align: center;
	padding: 3px;
}

.main_cell_text{
	text-align:right;
	font-size: 9px;
	vertical-align:top;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #999999;
}

.main_topic{
	margin:3px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	height: 150px;
	width: 130px;
}

.main_cell_1{
	width:190px;
	height:190px;
	background: #FFCC99 url("http://dontohare.net/pclearn/img/news_1.gif") top lef
t no-repeat;
}
.main_cell_2{
	width:190px;
	height:190px;
	background: #FFFFCC url("http://dontohare.net/pclearn/img/news_2.gif") top lef
t no-repeat;
}
.main_cell_3{
	width:190px;
	height:190px;
	background: #FFCC99 url("http://dontohare.net/pclearn/img/news_3.gif") top lef
t no-repeat;
}
.main_cell_other{
	margin:0px	;padding:0px;
	width:190px;
	height:190px;
}


.cente_topcbox {
	margin-top: 15px;
	margin-bottom: 15px;
}
