@charset "UTF-8";

/************************************************************
  
 - Title: CorporationIndex
  
 - Author: Nanzawa
 - Version: 1.0
 - Last modify: 2009.03.17
  
************************************************************/

/* =========================================================
 Comments
========================================================= */
#index_ps {
	width:100%;
}

#index_ps div.title {
	width:370px;
	height:30px;
	margin-top:0px;
	margin-bottom:10px;
	background:url(images/title_bg_ps_red.jpg) center left no-repeat;
}


/* 個人の方トップページ
--------------------------------------------------------- */

#index_ps h4 {
 color:#c00;
 padding:5px;
 background:#FFE2E2;
 margin-bottom:5px;
}

#index_ps div.main_box {
	width:750px;
	margin:0 0 0 0;
}

#index_ps div.main_box .main_title {
	text-align:center;
	font-size:16px;
	color:#FF0000;
	width:750px;
	margin:10px 0 5px 0;
	font-weight:bold;
}

#index_ps div.main_box .main_text {
	width:730px;
	margin:0 10px 10px 10px;
	line-height:1.5;
	letter-spacing:1px;
}


div.product_box {
	width:750px;
	margin:10px 0 0 0;
}

div.product_left {
	float:left;
	width:370px;
	margin:0 10px 0 0;
}

div.product_right {
	float:left;
	width:350px;
	margin:0 0 0 5px;
}

.cart_btn {
 margin-top:10px;
}

div.product_left div.product_title {
	color:#CC0000;
	margin: 5px 0 5px 10px;
	padding-left: 0px;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

hr.product {
	width:750px;
	margin-left:0px;
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #bbbcff; /* 線色 */
	height: 1px; /* 高さ */
}


#index_ps div.product_btn {
	left:clear;
	width:350px;
	margin:10px 0 0 0;
	text-align:center;
}



#index_ps div.product_text {
	float:left;
	width:360px;
	margin:0 0 0 10px;
	line-height:1.5;
	letter-spacing:1px;
}



table.price_box{
	border-collapse:separate;
	width:350px;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
}

table.price_box td.left{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	color: #333333;
	line-height:1.8;
	letter-spacing:1px;
	width:50px;
	text-align:left;
}


table.price_box td.right{
	text-align:left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	color: #333333;
	line-height:1.8;
	width:300px;
	letter-spacing:1px;
}


/* お買い物ガイド
--------------------------------------------------------- */

#index_ps div.guide_box {
	width:750px;
	margin:0 0 0 0;
}

#index_ps div.title_box_red {
	width:750px;
	height:40px;
	margin-top:0px;
	background:url(images/title_personal_bg_red.jpg) center left no-repeat;
}


#index_ps div.product_guide {
	width:740px;
	margin:10px 0 0 10px;
}

#index_ps div.sub_title {
	color:#000000;
	margin: 5px 0 5px 10px;
	padding-left: 20px;
	font-weight:normal;
	background:url(images/icon_blue.jpg) center left no-repeat;
}

#index_ps div.guide_text {
	width:710px;
	margin:5px 0 0 20px;
	line-height:1.7;
}

/* 特定商取引に基づく表記
--------------------------------------------------------- */
#law_box {
	clear: both;
	width:535px;
	margin-top:10px;
	margin-left:5px;
	line-height:1.7;
}

table.tbl_law {
	border-collapse:separate;
	width:95%;
	margin-top:10px;
	margin-left:10px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
}
table.tbl_law th{
	text-align:left;
	vertical-align:top;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	width:130px;
	color: #333333;
	border-bottom:1px dashed #bcbcff;
}

table.tbl_law td{
	padding-bottom: 4px;
	padding-top: 4px;
	color: #333333;
	line-height:1.8;
	letter-spacing:1px;
	border-bottom:1px dashed #bcbcff;
}


	table.tbl_law td a {color:#0000FF; font-weight:normal; text-decoration:underline;}
	table.tbl_law td a:hover {color:#FF0000; text-decoration:underline;}

