@charset "utf-8";

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色 */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
	color: #09F;
}

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-bottom: 10px;
	margin-top: 10px;
}


/* ページレイアウト */

body
{
	min-width: 850px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/top_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.5;
}

#container
{
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
}

#container-inner
{
	position: static;
	width: auto;
	background-color: #FFF;
	text-align: center;
	height: auto;
	background-image: url(images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 250px;
}


/* ヘッダー（レイアウト） */

#banner
{
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}

#banner-inner
{
	width: 900px;
	height: 250px;
	position: static;
}


/* コンテンツ全体 基本レイアウト*/

#pagebody
{
	position: static;
	width: 850px;
	text-align: center;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
}

#pagebody-inner 
{
	position: relative;
	width: 850px;
	text-align: left;
	padding-bottom: 0px;
	height: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
}

#right
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	margin: 0px;
}

#left 
{ 
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
}

#right-inner, #left-inner
{
   position: static;
}


/* 右コンテンツ基本レイアウト */

#right 
{
	width: 240px;
}

#right-inner 
{
	width: 100%;
}


/* 左コンテンツ基本レイアウト */

#left 
{
	width: 600px;
}

#left-inner 
{
	margin: 0px;
}

/* コンテンツ */

.contents-title
{
	position: relative;
	height: 35px;
	width: 600px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-top: 0px;
}

.contents
{
	position: static;
	clear: both;
	height: auto;
	width: 580px;
	padding-bottom: 20px;
}


/* サイドバー */

.sidenavi
{
	position: relative;
	overflow: hidden;
	width: 240px;
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.sidenavi a {
	color: #333;
}

.sidenavi a:hover {
	color: #09F;
}

.sidenavi-inner
{
	width: 230px;
}

.sidenavi-content
{
	position: relative;
	color: #330000;
	list-style-type: none;
	margin: 0px;
}

.s1{}

.s1 a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/s1.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.s1 a:hover
{
	background-image: url(images/s1_h.jpg);
}

.s5{}

.s5 a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/s5.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.s5 a:hover
{
	background-image: url(images/s5_h.jpg);
}

.s10{}

.s10 a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/s10.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.s10 a:hover
{
	background-image: url(images/s10_h.jpg);
}

.e{}

.e a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/e.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.e a:hover
{
	background-image: url(images/e_h.jpg);
}

.q{}

.q a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/q.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.q a:hover
{
	background-image: url(images/q_h.jpg);
}

.v{}

.v a
{
	width: 240px;
	height: 60px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/value-domain.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: center center;
}

.v a:hover
{
	background-image: url(images/value-domain_h.jpg);
}

/* フッター */

#footer
{
	width: 900px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-position: center bottom;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

#footer_navi
{
	color: #333;
	padding-top: 15px;
}

#footer_navi a {
	color: #333;
}

#footer_navi a:hover {
	color: #09F;
}

#copy
{
	font-size: 9px;
	text-align: center;
	color: #333;
	margin-top: 10px;
}

#copy a{
	font-size: 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
}


#copy a:hover {
	color: #09F;
}

#w3c{
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}

/* 位置の指定 */

.center
{
	text-align: center;
	width: auto;
}

.left_t
{
	text-align: left;
	width: auto;
}

.right_t
{
	text-align: right;
	width: auto;
}

.left
{
	float:left;
	margin-right: 15px;
}

.right
{
	float:right;
	margin-left: 15px;
}

.clear
{
	clear: both;
}

/* テーブル */
table{
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

/* スペース */

.in1{ padding-bottom:1px;}
.in2{ padding-bottom:2px;}
.in3{ padding-bottom:3px;}
.in4{ padding-bottom:4px;}
.in5{ padding-bottom:5px;}
.in6{ padding-bottom:6px;}
.in7{ padding-bottom:7px;}
.in8{ padding-bottom:8px;}
.in9{ padding-bottom:9px;}
.in10{ padding-bottom:10px;}
.in11{ padding-bottom:11px;}
.in12{ padding-bottom:12px;}
.in13{ padding-bottom:13px;}
.in14{ padding-bottom:14px;}
.in15{ padding-bottom:15px;}
.in16{ padding-bottom:16px;}
.in17{ padding-bottom:17px;}
.in18{ padding-bottom:18px;}
.in19{ padding-bottom:19px;}
.in20{ padding-bottom:20px;}
.in21{ padding-bottom:21px;}
.in22{ padding-bottom:22px;}
.in23{ padding-bottom:23px;}
.in24{ padding-bottom:24px;}
.in25{ padding-bottom:25px;}
.in26{ padding-bottom:26px;}
.in27{ padding-bottom:27px;}
.in28{ padding-bottom:28px;}
.in29{ padding-bottom:29px;}
.in30{ padding-bottom:30px;}

/* ATHER */
.btn
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn a
{
	width: 200px;
	height: 39px;
	text-decoration: none;
	background-image: url(images/btn1.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	background-position: center center;
}

.btn a:hover
{
	background-image: url(images/btn2.png);
}

#sale{
	background-image: url(images/domain-cart.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 230px;
	width: 600px;
	margin: 0px;
	padding-left: 200px;
}

#search{
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 230px;
	width: 600px;
	margin: 0px;
	padding-left: 200px;
}

.inner{
	width: 380px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.check{
	background-image: url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bolder;
	text-indent: 35px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.ah{
	background-image: url(images/ah.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bolder;
	text-indent: 40px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.hr{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.f_b{
	font-weight: bold;
}
.f_u{
	text-decoration: underline;
}
.f_th{
	text-decoration: line-through;
}
.f_14{
	font-size: 14px;
}
.f_16{
	font-size: 16px;
}
.f_18{
	font-size: 18px;
}

.red{
	color: #F00;
}

.blue{
	color: #09F;
}
