/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 150%;
	background: #CCFFCC;
	}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {
font-weight: normal;
background-color:yellow;
}


/* 画像の属性 */
img {border: none; margin: 0;}

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 100%;font-weight: normal;}

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

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

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

/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 245px;
	text-align: left;	
	background: #003300 url("http://www.eyeii.net/oisix/img/top001_700.jpg") no-repeat top left;
/*	border-bottom: 5px solid #AA0000;*/
}

#header h1{
	position: absolute;
	top : 40px;
	left: 15px;
	color: #DD0000;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
margin-left:-2000px;
}

#header .des {
	position: absolute;
	left: 15px;
	top: 200px;
	color: #CCC;
	font-size: 12px;
	text-align: left;
}

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

.back {
	margin: 5px 0 15px 0;
	font-size: 12px;
	text-align: left;
}

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0 0 0;
	font-size: 128%;
	color: #272675;
	font-weight: bold;
	line-height: 150%;
}

#content h3 {
	margin: 10px 0 0 0;
	display: block;
	font-size:128%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
}

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

/*問合わせボタン*/
.toiawase a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.eyeii.net/oisix/img/button11.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*詳細ボタン*/
.shousai a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.eyeii.net/oisix/img/button12.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*購入ボタン*/
.kounyu a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.eyeii.net/oisix/img/button13.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*記事枠*/
#content .doc{
	margin: 10px 0;
	text-align: left;
	line-height: 24px;
	background: url("http://www.eyeii.net/oisix/img/doc_back.gif");
}

#content .doc2{
	padding: 10px 0 15px 15px;
	text-align: left;
	line-height: 150%;
}



#content  ul{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height:120%;
	list-style-image : url("http://www.eyeii.net/oisix/img/list.gif");
}

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


#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}


.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #003300;
	}
	
#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;}

	
#footer img{border-style: none;	vertical-align: middle;	}


/* 追加　*/
#content p{
margin-top:8px;
}

.kiiro{
background-color:yellow;
}

div .navi1{
position:absolute;
top:220px;
right:5px;
}

div.navi1 a{
color:#ff0;
}

.tokuten dt{
color:red;
font-size:17px;
font-weight:bold;
margin-top:10px;
}

.tokuten dd{
margin-left:30px;
}

