/* charsetrset */
@charset "shift_jis";


/*共通スタイル*/
*	{
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}
h1,h2,h3,h4,h5,h6,p,ui,ol, dl{
	margin-top: 0;
	margin-bottom: 0;
}

body {
	font-size: 90%;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
}
/*ページ全体wrapper*/
#wapper {
	height: auto;
	width: 706px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー部分*/
#header {
	width: auto;
	height: 52px;
	padding-top: 20px;
}

#header h1 {
	height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}


/*メインコンテンツ部分*/
#content {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #039;
	padding: 2px;
	height: 490px;
	width: 700px;
}

/*メインコンテンツ囲み赤*/
#content1106 {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #bc1b13;
	padding: 2px;
	height: 490px;
	width: 700px;
}



/*メインコンテンツ トップ用*/
#content_top {
	margin-bottom: 3px;
	height: 490px;
	width: 706px;
	padding: 0px;
	margin-top: 58px;
}


/*メインコンテンツ ブログ用*/
#content_blog {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #bc1b13;
	height: 420px;
	width: 600px;
	margin-right: 75px;
	margin-left: 75px;
}

#skip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 706px;
	margin-top: 5px;
}
#skip a {
	color: #666666;
	text-decoration: none;
}

#skip a:hover, a:active {
	color: #6633CC;
}


#navi {
	text-align: center;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 40px;
	height: 25px;
	padding-left: 60px;
	padding-right: 40px;
}

#navi h2 em {
	visibility: hidden;
}

#navi h2 a {
	text-decoration: none;
	display: block;
	height: 20px;
	width: 92px;
	margin-right: 54px;
	margin-left: 54px;
}
#navi h2 {
	float: left;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
/*１番目のボタン*/
#navi h2#bt1 a{
	background-image: url(../images/bt_order.gif);
	background-repeat: no-repeat;
}
#navi h2#bt1 a:hover,#navi h2#bt1 a:active{
	background-image: url(../images/bt_order_on.gif);
	background-repeat: no-repeat;
}
/*２番目のボタン*/
#navi h2#bt2 a{
	background-image: url(../images/bt_blog.gif);
	background-repeat: no-repeat;
}
#navi h2#bt2 a:hover,#navi h2#bt2 a:active{
	background-image: url(../images/bt_blog_on.gif);
	background-repeat: no-repeat;
}
/*３番目のボタン*/
#navi h2#bt3 a{
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
}
#navi h2#bt3 a:hover,#navi h2#bt3 a:active{
	background-image: url(../images/bt_contact_on.gif);
	background-repeat: no-repeat;
}


/*フッター部分*/
#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: lighter;
}

