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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 150%;
	background: #cc9134;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", 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; margin: 0;}




/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #732639;text-decoration: underline;}
a:hover {color:#FF3300;text-decoration: none;}

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

#wrapper{
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 300px;
	text-align: left;
	background: url("http://cetwebs.net/img/header.jpg") no-repeat top left;
	border-bottom: 5px solid #cc6600;
}

#header h1{
 	margin-top : 0;
 	margin-bottom: 0;
 	text-indent: -2000px;
}
		
#header h1 a {
 	height:60px;
 	outline: 0;
 	display: block;
 	background: url("http://cetwebs.net/img/header.jpg") no-repeat top left;
 	overflow: hidden;
}

#header h1 a:hover {
 	background: url("http://cetwebs.net/img/header.jpg") no-repeat top left;
}

#header .des {
	position: absolute;
	right: 20px;
	top: 70px;
	width: 350px;
	color: #CCC;
	font-size: 12px;
	text-align: right;
}

/*  パンくずリスト  */
.navi {
	margin : 0;
	font-size: 10px;
	color:#666;
}

.back {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0;
	padding-left: 20px;
	font-size: 128%;
	color: #732639;
	font-weight: bold;
	line-height: 150%;
	background: url("http://cetwebs.net/img/h2_back.gif") no-repeat top left;
}

#content h3 {
	height: 20px;
	display: block;
	margin-left: 10px;
	font-size:108%;
	font-weight: bold;
	color : #732639;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

#content h4	{
	margin: 10px 0;
	font-size: 117%;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
}

#content .info{
	text-align: center;
}

#content .info_inner {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}


/*問合わせボタン*/
.toiawase1 a{
	margin: 0 auto;
	width: 300px;
	height: 50px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button01.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

.toiawase2 a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button11.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*購入ボタン*/
.kounyu1 a{
	margin: 0 auto;
	width: 300px;
	height: 50px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button02.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

.kounyu2 a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button12.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*詳細ボタン*/
.shousai1 a{
	margin: 0 auto;
	width: 300px;
	height: 50px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button03.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

.shousai2 a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://cetwebs.net/img/button13.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*記事枠*/
#content .doc{
	margin: 10px 0;
	text-align: left;
	line-height: 24px;
}

#content  ul{
	margin: 20px 0 10px 0;
	padding: 10px;
	border-top: 1px dotted #999;
	text-align: center;
	font-size: 12px;
	line-height:130%;
	list-style : none;
}

#content  li{
	margin-left:15px;
	display: inline;
}

/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #cc6600;
	}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #FFCCFF;text-decoration: underline;}
#footer a:hover {color:#FFFF33;text-decoration: none;}

/* 文字装飾 */
.bb {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.5em;
}
.b {font-weight: bold;}
.red { color: #ff0000; } /* 赤 */ 
.blue { color: #0000ff; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; }
.u {
border-bottom: 1px solid;
border-color: #ff0000;
}

/* テーブル */
table {
    font-size: 0.93em;
    margin: 5px 10px;
    background: #ffcc66;
    width: 620px;
}

th { background: #804000;
    padding: 5px 5px 5px 10px;
    color: #ffffff;
}

td { background: #fff;
    padding: 5px 5px 5px 5px;}

.m1{background: #ffcc66;
    font-size: 1.1em;
    padding: 5px 5px 5px 20px;
    height: 35px;
    color: #333;
    text-align: left;}

.m2{background: #fff;
    text-align: center;
    
    width: 150px;}

.m3{background: #ffffcc;
    font-size: 0.92em;
    text-align: center;
    height: 35px;
    width: 50px;}

.m4{background: #fff;
    font-size: 2.2em;
    text-align: center;
    height: 35px;}

.m5{background: #fff;
    text-align: center;
    height: 35px;
    }

.m6{background: #fff;
    padding: 5px 5px 5px 15px;
    text-align: left;}

.m7{background: #fff;
    text-align: center;
    height: 35px;}

.rank{margin: 0px 15px 0px 0px;}