@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
}
img {
	vertical-align: top;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 1055px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	position: relative;
	margin-bottom: 10x;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#content #primary {
	float: left;
	width: 835px;
}
#content #secondary {
	float: right;
	width: 215px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	background: url(../images/index2/footer_bg.png) left top no-repeat;
}
#column {
	padding: 10px 20px;
	line-height: 1.8;
}
.section {
	margin-left: 9px;
	margin-bottom: 10px;
}
p.list {
	text-indent:-2em;
	padding-left:2em;
}

.textImeOn {ime-mode:active;}
.textImeOff {ime-mode:disabled;}
.formerror {background:#ffff99;}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {}
#globalNavigation li {
	float: left;
	margin-bottom: 10px;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
}
#globalNavigation li.current a {
	padding-bottom: 1px;
	border-bottom: -3px solid #F5E02E;
}

#globalNavigation2 {
	margin-left: 10px;
}
#globalNavigation2 li {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}
#globalNavigation2 li a {
	display: block;
}
#globalNavigation2 li a:hover,
#globalNavigation2 li a:focus {
}

/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}

/* コンテンツエリア
---------------------------------------------*/
#content #primary #contentTitle{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* 汎用セクションスタイル
---------------------------------------------*/
#section {}
#section #body {
	width: 808px;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	border-style: solid;     /* 枠線の装飾 */
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 120%;
}
#section #body .title {
	margin-top: 19px;
	margin-bottom: 10px;
	margin-left: 19px;
}
#section #body .img_3step {
	margin-top: 19px;
	margin-left: 17px;
}
#section #body #innerSection {
	margin-top: 20px;
	margin-left: 20px;
	width: 768px;
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	border: 1px #46c962 solid;     /* 枠線の装飾 */
	padding-bottom: 20px;

}
#section #body #innerSection #subtitle{
	margin-top: 10px;
	margin-left: 10px;
}
#section #body #innerSection table{
	margin-top: 20px;
	margin-left: 20px;
}
#section #section_bottom {
	clear: both;
	width: 810px;
	height: 4px;
	background: url(../images/index2/section_bottom.png) left bottom no-repeat;
}

/* 汎用テーブルスタイル
---------------------------------------------*/
table#style1 {
	width: 380px;
	border-collapse: collapse;
}
table#style1 th.t_top {
    border-top: #46c962 1px solid;
}
table#style1 th.left {
    border-right: #ffffff 1px solid;
}

table#style1 th {
	border-bottom: #46c962 1px solid;
	border-left: #46c962 1px solid;
	border-right: #46c962 1px solid;
	text-align: center;
	background: #46c962;
	padding: 7px;
	font-weight: normal;
	font-size: 85%;
	color: #ffffff;
}
table#style1 td {
	border-bottom: #46c962 1px solid;
	border-left: #46c962 1px solid;
	border-right: #46c962 1px solid;
	text-align: center;
	padding: 7px;
}
table#style2 {
	border-collapse: collapse;
}
table#style2 th.t_top {
    border-top: #46c962 1px none;
}
table#style2 th {
	border-bottom: #46c962 1px dotted;
	border-left: #46c962 1px none;
	border-right: #46c962 1px none;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
table#style2 td {
	border-bottom: #46c962 1px dotted;
	border-left: #46c962 1px none;
	border-right: #46c962 1px none;
	text-align: left;
	padding: 10px;
}

/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	width: 208px;
	line-height: 1.2;
	padding: 0px 0px 1px 4px;
	margin-bottom: 10px;
}
#localNavigation ul li {
	margin-bottom: 10px;
}
#localNavigation ul li a {
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6 url(../images/arrow_big.gif) 11px 13px no-repeat;
}

/* 新着出品情報
---------------------------------------------*/
#newItemInfo {
	width: 205px;
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	border: 1px #b9b8b8 solid;     /* 枠線の装飾 */
	background-color: #f7fdfe;   /* 背景色 */
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}
#newItemInfo #title {
	height: 30px;
	padding: 10px 55px;
	font-size: 130%;
}
#newItemInfo #entry {
	padding-left: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 110%;
	border-bottom: #b9b8b8 1px dotted;

}
#newItemInfo #entry_end {
	padding-left: 25px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 110%;
	border-bottom: #b9b8b8 0px none;

}
#newItemInfo #entry img {
	border: 1px solid #b3b3b3;
}
#newItemInfo #entry_end img {
	border: 1px solid #b3b3b3;
}
#newItemInfo #entry p {
	padding-top: 1em;
}

/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 835px; /* for WinIE6,7 */
	padding: 20px 17px;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1;
}

/* トップページ
---------------------------------------------*/
#lead {
	clear: both;
	margin-left: 9px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#orderFlow {
	margin-left: 9px;
	margin-bottom: 10px;
}

#pastSales {
	margin-left: 9px;
	margin-bottom: 30px;
}
.aboutFee_root {
	float: left;
	width: 380px;
	margin-bottom: 20px;
	font-size: 90%;
}
.aboutFee_other {
	float: right;
	width: 380px;
	margin-bottom: 20px;
	font-size: 90%;
}

/* 過去実績
---------------------------------------------*/

#section #body .cell {
	float: left;
	height: 360px;
	margin: 0 0 0 0;
	border-bottom: #cccccc 1px solid;
}
#section #body .left {
	width: 200px;
	border-left: #cccccc 1px solid;
}
#section #body .center_l {
	width: 201px;
	border-left: #cccccc 1px solid;
}
#section #body .center_r {
	width: 201px;
	border-left: #cccccc 1px solid;
}
#section #body .right {
	width: 201px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
#section #body .cell img{
	margin-top: 10px;
	margin-left: 20px;
}
#section #body .bottom{
	border-bottom: #cccccc 1px none!important;
}

table.resultsInfo {
	margin-top: 10px;
	margin-left: 17px;
	width: 165px;
	font-size: 85%;
}
#section #section_bottom_results {
	clear: both;
	width: 810px;
	height: 4px;
	background: url(../images/index3/section_bottom.png) left bottom no-repeat;
}

/* 初めての方　ご利用ガイド
---------------------------------------------*/
.text_question {
	color: #46c962;
	font-size: 120%;
	font-weight: bold;

}
.text_answer {
	line-height: 2;
	padding: 10px;
}
.text_highlight {
	color: #666666;
	font-size: 140%;
	font-weight: bold;
}
#schema_left {
	float: left;
	width: 352px;
	margin: 20px 0 20px 0px;
}
#schema_right {
	float: left;
	width: 352px;
	margin: 20px 0 20px 15px;
}


/* 透過フィルター
---------------------------------------------*/
.highlight:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}