@charset "utf-8";
/* CSS Document */

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */


/* WinIE6用 以下の記述でIE6専用になる	*/
/* * html xxxxx {......}  */

/* WinIE7用 以下の記述でIE7専用になる	*/
/* *:first-child+html xxxxx {......}  */

/* 各タグの初期リセット ---------------------------------------------------------- */

* {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

div,span,h1,h2,h3,h4,p,ul,li,dl,dt,dd,ol,em,strong,table,th,tr,td,img,address,label,object,embed{
	border:0;
	border-collapse:inherit;
	font-weight:lighter;
	text-decoration:none;
	line-height:100%;
	list-style-type:none;
	text-indent:0px;
	font-size: 14px;
}

em{
	font-style:normal;
}

.fontsize90{ font-size:90% }
.fontsize80{
	font-size:80%;
	line-height: 1.5em;
}
.fontsize70{ font-size:70% }




/* COMMON------------------------------------------------------------------------ */
#body {
	width:920px;
	height:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:#FFF center top;
	text-align:center;
	font-size:75%;
	line-height:1.8em;
	color:#333;
}

.clearAll {
	clear:both;
}


/*フォームテキストエリアのサイズ指定---------------------------*/
textarea.contents{
	padding: 2px;
	width: 400px;

}
.input40 {
	width: 40px;
	padding: 2px;
}
.input100 {
	width: 100px;
	padding: 2px;
}
.input200 {
	width: 200px;
	padding: 2px;
}
.input300 {
	width: 300px;
	padding: 2px;
}
.input400 {
	width: 400px;
	padding: 2px;
}
/*インプットボタン*/
input.input_btn {
	padding:2px 10px;
}
input.input_2btn {/*横に二つ並ぶ場合*/
	margin:0 20px;
	padding:2px 10px;
}

div.right_btn {
	width:100%;
	text-align:center;
}

/* HEADER------------------------------------------------------------------------ */
#header {
	width:920px;
	height:auto;
	margin:5px 0px 1px 0px;
}

#header h1 {
	float:left;
	width:500px;
	height:1em;
	font-size:75%;
	color:#999;
}

#utility {
	float:right;
	width:310px;
	height:1em;
	text-align:right;
	font-size:75%;
	color:#CCC;
}

#header img {
	margin-top:5px;
}


/* MENU------------------------------------------------------------------------- */
#menu {
	width:920px;
	height:30px;
}

#menu li a {
	margin-left:1.4px;
	float:left;
	display:inline;
}


/* NAVI-------------------------------------------------------------------------- */
#navi {
	width:905px;
	height:11px;
	margin:3px 0px 2px 0px;
	padding:4px 0px 0px 15px;
	font-size:90%;
	font-weight:lighter;
	color:#8E1E22;
}


/* CONTENTS---------------------------------------------------------------------- */
#contents {
	width:920px;
	height:auto;
}

/* CONTENTS_TITLE---------------------------------------------------------------- */
#title {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/index/title_index.gif) no-repeat left;
}

#title h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
	}

#title .button{
	float:right;
	color:#0000FF;
	text-decoration:underline;
	padding-right: 20px;
	margin-top: -15px;
	}

/* CONTENTS_MAIN----------------------------------------------------------------- */
#main {
	float:right;
	width:650px;
	height:auto;
}

#main_01 {
	width:630px;
	height:auto;
	margin:10px;
	border:solid 1px #90552A;
}

#main_02 {
	width:630px;
	height:auto;
	margin:10px;
	border:solid 1px #333;
	padding-bottom:10px;
}

#main h2.sub_title {
	width:580px;
	height:23px;
	margin:2px 10px 0;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
	padding: 15px 0 0 30px;
	color: #333;
}

#main span {
	margin-left: 30px;
	padding-top: 15px;
	color:#333;
	height: auto;
	line-height: 2.4em;
	}

#main #main_02 ul li {
	width:600px;
	height:20px;
	margin:0px 10px;
	padding:10px 0px 0px 10px;
	border-bottom:dotted 1px #333;
	list-style-position:inside;
	list-style-type:square;
}


#main #main_02 ul li.styleNone {
	list-style-type:none;
}

#main_03 {
	width:630px;
	height:200px;
	margin:10px;
}

#main_03left {
	float:left;
	width:310px;
	height:200px;
	background:url(../img/index/bg_goods.gif) no-repeat;
}

#main_03right {
	float:right;
	width:310px;
	height:200px;
	background:url(../img/index/bg_goods.gif) no-repeat;
}

#main .title {
	margin:0px 25px;
	padding: 20px 0px 3px 0px;
	border-bottom:solid 1.5px #333;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#8E1E22;
}

.main03box {
	width:260px;
	height:130px;
	padding:7px 25px 10px 25px;
}

.main03box .leftphoto{
	float:left;
}

.main03box .righttext{
	float:right;
	width:65px;
	font-size:80%;
	line-height:1.2em;
}

.main03box .rightbutton{
	margin-top:5px;
	float: right;
}

.float10 {
	float:left;
	margin:0px 10px 0px 0px;
}

.main03button {
	float:right;
	position:relative;
	top:-20px;
	}

#main_04 {
	width:630px;
	height:auto;
	margin:5px 10px 10px;
	border:solid 1px #333;
	padding: 0 0 10px;
}

#main_04left {
	float:left;
	width:290px;
	height:auto;
	margin:5px 0;
	padding:0px 10px 0 15px;
	line-height:1.3em;
}

#main_04right {
	float:left;
	width:290px;
	height:auto;
	margin:5px 0;
	padding:0px 15px 0 10px;
	line-height:1.3em;
}

#main_04 .text {
	float:left;
	width:190px;
	height:auto;
	padding:5px;
	line-height:1.4em;
}

#main_04 .main04button {
	float:right;
	padding:10px 5px 0 0;
}



/* CONTENTS_SIDE-------------------------------------------------------------- */
#side {
	float:left;
	width:270px;
	height:auto;
	margin-bottom: 50px;
	font-size:75%
}

#side_01 {
	width:228px;
	height:auto;
	margin:10px 10px 0px 10px;
	padding:10px;
	border:solid 1px #333;
	text-align:center;
}

#side_02 {
	width:252px;
	height:81px;
	margin:10px 9px 5px 9px;
}

.side_03 {
	width:238px;
	height:auto;
	margin:0 10px 10px;
	padding:8px 5px;
	border:1px #333 solid;
}

.side_03 h2.sideH2 {
	margin:0;
	padding:8px 5px 6px 10px;
	background-color:#FCF3A7;
}

.side_03 h2.sideH2 a {
	color: #C00;
	font-weight: bold;
	text-decoration:none;
}

.side_03 h2.sideH2 a:hover {
	text-decoration:underline;
}

.side_03 p {
	font-size:95%;
	line-height:1.2em;
	padding: 10px 5px 0;
}

.side_03 p a {
	text-decoration:none;
}

.side_03 p a:hover {
	text-decoration:underline;
}

#side_04 {
	width:248px;
	height:auto;
	margin:10px;
	border:solid 1px #333;
}

#side_04 .button {
	width:231px;
	height:auto;
	margin:8px 8px 15px 8px;
}

#sideMenu {
	margin:10px 0 0 0;
	padding:5px;
	width:220px;
}

#sideMenu dl {
	margin:0;
	padding:0;
	border-top:1px #333 dotted;
}

#sideMenu dl dt {
	margin:0;
	padding:5px 0 3px 30px;
	background:url(../img/common/sideMenu_btn.gif) no-repeat 8px 5px;
	border-bottom:1px #333 dotted;
	font-size:98%;
	line-height:1.5em;
}

#sideMenu dl dt a {
	color:#000;
	text-decoration:none;
}

#sideMenu dl dt a:hover {
	color:#C00;
}

div.side_06 {
	width:248px;
	height:auto;
	margin:0 10px 10px;
	padding:0;
	border:solid 1px #333;
}

/* FOOTER------------------------------------------------------------------------ */
#footer {
	width:900px;
	height:30px;
	padding:5px 10px;
	color:#FFF;
	background-color:#8E1E22;
	margin-top: 30px;
}

#footer_left {
	float:left;
	width:580px;
	height:30px;
	font-size:70%;
	font-weight:lighter;
	line-height:1.5em;
}

#footer_right {
	float:right;
	width:250px;
	height:30px;
	text-align:right;
	font-size:70%;
	font-weight:lighter;
	line-height:1.5em;
}

#footer a:link {
	color:#FFFFFF;
}

#footer a:visited {
	color:#CC9966;
}
/* CONTENTS_TITLE  CUSTOM---------------------------------------------------------------- */
#title_matsumiya {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/about_matumiya/title_matumiya.gif) no-repeat left;
}

#title_matsumiya h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
	}

#title_matsumiya .button,
#title_futako .button,
#title_azabu .button,
#title_goods .button,
#title_buy .button,
#title_osusume .button,
#title_toi .button,
#title_company .button,
#title_sitemap .button,
#title_privacy .button,
#title_faq .button,
#title_link .button,
#title_TPO .button {
	float:right;
	color:#0000FF;
	text-decoration:underline;
	padding-right: 10px;
	margin-top: -15px;
}

#title_futako {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/futako/title_futako.gif) no-repeat left;
}

#title_futako h2{
	margin-left: 140px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_azabu {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/azabu/title_azabu.gif) no-repeat left;
}

#title_azabu h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_goods {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/goods/title_goods.gif) no-repeat left;
}

#title_goods h2{
	margin-left: 160px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_buy {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/buy/title_buy.gif) no-repeat left;
}

#title_buy h2{
	margin-left: 110px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_osusume {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/new/title_new.gif) no-repeat left;
}

#title_osusume h2{
	margin-left: 260px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_toi {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/contact/title_contact.gif) no-repeat left;
}

#title_toi h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_company {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/company/title_company.gif) no-repeat left;
}

#title_company h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_sitemap {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/sitemap/sitemap.gif) no-repeat left;
}

#title_sitemap h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_privacy {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/privacy/title_privacy.gif) no-repeat left;
}

#title_privacy h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_faq {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/faq/title_faq.gif) no-repeat left;
}

#title_faq h2{
	margin-left: 150px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_link {
	width:900px;
	height:30px;
	border-style:double none solid none;

	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/link/title_link.gif) no-repeat left;
}

#title_link h2{
	margin-left:100px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_TPO {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/TPO/title_TPO.gif) no-repeat left;
}

#title_TPO h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}


/* CONTENTS_MAIN  CUSTOM-matumiya------------------------------------------------------------------ */
#main_matumiya01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_matumiya01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

.main_matumiya02 {
	width:630px;
	height:240px;
	margin:0px 10px;
}

#main_matumiya02left {
	float:left;
	width:330px;
	height:145px;
	padding:90px 10px 5px 20px;
	background:url(../img/about_matumiya/title_onayami.gif) no-repeat;
	background-position:80px 45px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
}

#main_matumiya02right {
	float:right;
	width:250px;
	height:230px;
	padding:5px 20px 5px 0px;
}

#main_matumiaya03 {
	width:630px;
	height:250px;
	margin:0px 10px;
}

#main_matumiya03right {
	float:right;
	width:400px;
	height:160px;
	padding:85px 20px 5px 10px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
	background:url(../img/about_matumiya/title_sityaku.gif) no-repeat;
	background-position:100px 40px;
}

#main_matumiya03left {
	float:left;
	width:170px;
	height:230px;
	padding:10px 0px 10px 20px;
	text-align:center;
}

#main_matumiya04left {
	float:left;
	width:245px;
	height:135px;
	padding:100px 10px 5px 20px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
	background:url(../img/about_matumiya/title_oteire.gif) no-repeat;
	background-position:35px 55px;
}

#main_matumiya04right {
	float:right;
	height:225px;
	width:335px;
	padding:5px 20px 5px 0px;
}

#main_matumiaya05 {
	width:600px;
	height:inherit;
	margin:0px 10px;
	padding:0px 10px 0px 20px;
	color:#333333;
	line-height:1.3em;
}

#main_matumiya05left {
	float:left;
	width:290px;
	height:200px;
	padding:10px 5px 10px 30px;
	font-size:95%;
	vertical-align:bottom;
	text-align:left;
	color:#999999;
	line-height:1.6em;
	margin-bottom: 20px;
}

#main_matumiya05right {
	float:right;
	width:290px;
	height:200px;
	padding:10px 30px 10px 5px;
	font-size:95%;
	vertical-align:bottom;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}




/* CONTENTS_MAIN  CUSTOM-futako------------------------------------------------------------------ */
#main_futako01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_futako01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_futako02 {
	width:410px;
	height:280px;
	margin:10px 120px;
}

#main_futako03 {
	width:590px;
	height:340px;
	margin:5px 30px 20px 30px;
	background:url(../img/futako/futako_message.gif) no-repeat;
}

#main_futako03right {
	float:right;
	width:380px;
	height:300px;
	margin-top: 40px;
	font-size:95%;
	text-align:left;
	color:#666666;
	line-height:1.6em;
}

#main_futako03left {
	float:left;
	width:200px;
	height:300px;
	margin-top: 40px;
}

#main_futako04 {
	width:590px;
	height:350px;
	margin:10px 30px;
	background:url(../img/information.gif) no-repeat;
}

#main_futako04right {
	float:right;
	width:250px;
	height:250px;
	margin-top: 40px;
}

#main_futako04left {
	float:left;
	width:320px;
	height:250px;
	margin-top: 40px;
}

#main_futako04left .box {
	width:320px;
	height:50px;
}

#main_futako04left .ad01 {
	float:left;
	width:80px;
	height:14px;
	padding:5px;
	background:#E6DBAB;
	color:#993300;
	font-weight:bold;
}

#main_futako04left .ad02 {
	float:right;
	width:210px;
	height:auto;
	padding:5px;
	color:#333333;
	line-height:1.2em;
}





/* CONTENTS_MAIN  CUSTOM-azabu------------------------------------------------------------------ */
#main_azabu01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_azabu01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_azabu02 {
	width:410px;
	height:260px;
	margin:5px 120px 10px 120px;
}

#main_azabu03 {
	width:590px;
	height:340px;
	margin:5px 30px 20px 30px;
	background:url(../img/azabu/azabu_message.gif) no-repeat;
}

#main_azabu03right {
	float:right;
	width:380px;
	height:300px;
	margin-top: 40px;
	font-size:95%;
	text-align:left;
	color:#666666;
	line-height:1.6em;
}

#main_azabu03left {
	float:left;
	width:200px;
	height:300px;
	margin-top: 40px;
}

#main_azabu04 {
	width:590px;
	height:350px;
	margin:10px 30px;
	background:url(../img/information.gif) no-repeat;
}

#main_azabu04right {
	float:right;
	width:250px;
	height:250px;
	margin-top: 40px;
}

#main_azabu04left {
	float:left;
	width:320px;
	height:250px;
	margin-top: 40px;
}

#main_azabu04left .box {
	width:320px;
	height:50px;
}

#main_azabu04left .ad01 {
	float:left;
	width:80px;
	height:14px;
	padding:5px;
	background:#E6DBAB;
	color:#993300;
	font-weight:bold;
}

#main_azabu04left .ad02 {
	float:right;
	width:210px;
	height:auto;
	padding:5px;
	color:#333333;
	line-height:1.2em;
}




/* CONTENTS_MAIN  CUSTOM-goods------------------------------------------------------------------ */
#main_goods01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_goods01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_goods02 {
	width:630px;
	height:270px;
	margin:10px;
}

#main_goods02left {
	float:left;
	width:375px;
	height:270px;
	padding:0px 10px 0px 20px;
}

#main_goods02right {
	float:right;
	width:205px;
	height:235px;
	padding:35px 20px 0px 0px;
	background:url(../img/goods/goostitle_aloha.gif) no-repeat;
	font-size:95%;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}

#main_goods03 {
	width:630px;
	height:270px;
	margin:10px;
}

#main_goods03left {
	float:left;
	width:375px;
	height:270px;
	padding:0px 10px 0px 20px;
}

#main_goods03right {
	float:right;
	width:205px;
	height:235px;
	padding:35px 20px 0px 0px;
	background:url(../img/goods/goostitle_bag.gif) no-repeat;
	font-size:95%;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}

#main_goods04 {
	width:630px;
	height:100px;
	margin:10px;
}




/* CONTENTS_MAIN  CUSTOM-buy------------------------------------------------------------------ */
#main_buy01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_buy01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_buy02 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_goods.gif) no-repeat;
}

#main_buy02 .box {
	float:left;
	width:176px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
}

#main_buy02 .box img {
	margin-bottom:5px;
	padding:0;
}

#main_buy02 .box span {
	margin:0;
	padding:0;
	font-size:95%;
	color:#666666;
	line-height:1.3em;
}

#main_buy02 .box span a {
	text-decoration:none;
}

#main_buy02 .box span a:hover {
	color:#C00;
}

#main_buy02 .text {
	line-height:1.5em;
}

#main_buy02 .text a {
	color:#F00;
	text-decoration:none;
}

#main_buy02 .text a:hover {
	color:#F00;
	text-decoration:underline;
}

#main_buy02 #goodsText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy02 dl.buyList {
	width:580px;
	height:auto;
	margin:0;
	padding:0 10px 5px 10px;
	clear: both;
}

#main_buy02 dl.buyList dt.goodsTitle {
	margin:0;
	padding:8px 0 6px 25px;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
}

#main_buy02 dl.buyList dd.goodsList {
	margin:0;
	padding:5px 10px;
}

#main_buy02 dl.buyList dd.goodsList ul {
	margin:0;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage {
	margin:10px 0 0 0;
	padding:0;
	clear: both;
	height: 220px;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage img {
	float:left;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl {
	float:right;
	width: 370px;
	margin:0 0 0 10px;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl dt {
	width: 360px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#C00;
	font-size: 110%;
	font-weight: bold;
	background:#F5CDE4;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl dd {
	margin:0;
	padding:5px 10px 0;
	font-size: 95%;
	line-height: 1.3em;
}

#main_buy02 dl.buyList dd.goodsList ul.buyNg {
	margin:5px 0 0 0;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul.buyNg li {
	width: 550px;
	margin:0 0 8px;
	padding:6px 0 4px 8px;
	font-size:95%;
	color:#C00;
	background:#F5E2EC;
	list-style:square;
	list-style-position:inside;
}

#main_buy03 {
	width:580px;
	height:auto;
	margin:10px 20px;
	padding:40px 10px 0px 10px;
	background:url(../img/buy/buy_nagare.gif) no-repeat;
}

#main_buy03 .text {
	line-height:1.5em;
}



#main_buy03 .box01 {
	width:590px;
	height:auto;
	margin:10px 0px 5px 0px;
}

#main_buy03 .box02 {
	width:590px;
	height:225px;
	margin:10px 0px 20px 0px;
	background:url(../img/buy/img_buycontact.jpg) no-repeat top right;
	background-position:center;
}

#main_buy04 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/img_buycontact.jpg) no-repeat top right;
}

#main_buy04 img.contactComent {
	margin:0;
	padding:10px 0 0 0;
}

#main_buy05 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_nagare.gif) no-repeat;
}

#main_buy05 #howtoText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy05 dl.howtoList {
	width:580px;
	height:auto;
	margin:0;
	padding:0 10px 5px 10px;
}

#main_buy05 dl.howtoList dt.howtoTitle {
	margin:0;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto {
	margin:10px 0 0 0;
	padding:5px 10px;
}

#main_buy05 dl.howtoList dd.howto ul {
	margin:0;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage {
	margin:0;
	padding:0;
	clear: both;
	height: 160px;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage img {
	float:left;
	margin:0;
	padding:0;
	border:1px #CCC solid;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl {
	float:right;
	width: 415px;
	margin:0 0 0 10px;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dt.howtoShop {
	width: 405px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#009;
	font-size: 110%;
	font-weight: bold;
	background:#D9FFFF;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dd {
	margin:0;
	padding:5px 10px 0;
	font-size: 95%;
	line-height: 1.3em;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dt.howtoVisit {
	width: 405px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#603;
	font-size: 110%;
	font-weight: bold;
	background:#F1D0FF;
}

#main_buy06 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_attention.gif) no-repeat;
}

#main_buy06 #attentionText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy06 ul {
	margin:0;
	padding:5px 10px;
}

#main_buy06 ul li {
	width: 570px;
	margin:0 0 8px;
	padding:8px 0 6px 10px;
	color:#C00;
	background:#F5E2EC;
	list-style:none;
	font-size: 98%;
}



/* CONTENTS_MAIN  CUSTOM-osusume------------------------------------------------------------------ */
#main_osusume01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_osusume01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_osusume02 {
	width:560px;
	margin:10px 20px;
	height: 280px;
	padding:0px 25px 0px 25px;
}

#main_osusume02 .box01 {
	float:left;
	width:300px;
	height:270px;
}

#main_osusume02 .box02 {
	float:right;
	width:250px;
	height:270px;
	color:#666666;
	line-height:1.5em;
}

#main_osusume03 {
	width:560px;
	margin:10px 20px;
	height: 310px;
	padding:0px 25px 0px 25px;
}

#main_osusume03 .box01 {
	float:left;
	width:300px;
	height:300px;
}

#main_osusume03 .box02 {
	float:right;
	width:250px;
	height:300px;
	color:#666666;
	line-height:1.5em;
}




/* CONTENTS_MAIN  CUSTOM-toi------------------------------------------------------------------ */
#main_toi01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_toi01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_toi02 {
	width:590px;
	height:auto;
	margin:0px 30px 0px 30px;
  padding:20px 0px 20px 0px;
}

#main_toi02 p.text {
  line-height:1.5em;
	text-align:left;
}

#main_toi02 table{
	margin:0;
	padding:3px;
	border: 1px #D0D0D0 solid;
}
 
#main_toi02 table tr {
	margin:0;
	padding:5px;
	border-bottom:1px #D0D0D0 dotted;
}

#main_toi02 table th {
	width:160px;
	margin:0;
	padding:5px;
	background-color: #FEF8DA;
}

#main_toi02 table td {
	width:392px;
	margin:0;
	padding:5px 10px 5px 8px;
	border-bottom:1px #D0D0D0 dotted;
}




/* CONTENTS_MAIN  CUSTOM-company------------------------------------------------------------------ */
#main_company01 {
	width:620px;
	height:20px;
	color:#FFFFFF;
	background-color:#993333;
	vertical-align: middle;
	margin:10px 10px;
	padding: 6px 0px 0px 10px;
}

#main_company02 {
	width:650px;
	height:300px;
	margin-top:15px;
	font-size:90%;
}

table .company {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
}

.company th
.company td {
  padding: 4px 6px;
}

.company th {
	padding:12px 0 10px 10px;
	text-align: left;
	white-space: nowrap;
	background-color: #FEF8DA;
}

.company td {
	padding:12px 0 10px 10px;
	text-align: left;
	white-space: nowrap;
	line-height: 1.3em;
	background-color: #F3F3F3;
}

#main_company03 {
	float:left;
	width:440px;
	height:280px;
	margin-top:20px;
	padding:0px 105px;
	color:#666666;
}




/* CONTENTS_MAIN  CUSTOM-sitemap------------------------------------------------------------------ */
#main_sitemap01 {
	width:620px;
	height:20px;
	color:#FFFFFF;
	background-color:#993333;
	vertical-align: middle;
	margin:10px 10px;
	padding: 6px 0px 0px 10px;
}

#main_sitemap02 {
	width:610px;
	height:300px;
	margin-top:15px;
	padding:20px;
}

ul.sitemap li {
	text-align:left;
	line-height:2em;
	list-style-position:inside;
	list-style:url(../img/sitemap/button.gif);
}


/* CONTENTS_MAIN  CUSTOM-privacy------------------------------------------------------------------ */
#main_privacy {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_privacy dl {
	margin:0;
	padding:0;
}

#main_privacy dl dd {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#D4D4D4;
}

#main_privacy dl dt {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}



/* CONTENTS_MAIN  CUSTOM-faq------------------------------------------------------------------ */
#main_faq {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_faq dl {
	margin:0;
	padding:0;
}

#main_faq dl dd {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#FCC;
	color: #800000;
}

#main_faq dl dt {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}

#main_faq p#faqtext {
	margin:0;
	padding:0;
	font-size:95%;
	line-height:1.3em;
}

/* CONTENTS_MAIN  CUSTOM-link------------------------------------------------------------------ */
#main_link01 {

	width:610px;
	height:auto;
	margin-top:15px;
	padding:0 20px;
}

p.linktitle {
	margin:0 0 10px;
	padding:8px 0 7px 8px;
	font-weight:bold;
	background-color:#FCF3D6;
	color:#804000;
}

ul.linklist li {
	margin:0;
	padding:5px 0;
	border-top:1px #CCC dotted;
}

ul.linklist li dl {
	margin:0;
	padding:5px;
	border-bottom:1px #CCC dotted;
}

ul.linklist li dl dt {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	width: 220px;
}

ul.linklist li dl dd {
	float:right;
	margin:0;
	padding:0;
	line-height:1.5em;
	text-align: left;
	width: 370px;
}

ul.linklist li dl dd p {
	margin:0;
	padding:0;
	font-size:95%;
	line-height:1.3em;
}

#main_ablutLink {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_ablutLink ul {
	margin:0;
	padding:0;
}

#main_ablutLink li.listTitle {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#DDD;
	color: #333;
}

#main_ablutLink li.listText {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}

#main_ablutLink li.cap {
	margin:0;
	padding:0;
}

#main_ablutLink li.cap dl {
	margin:0;
	padding:0;
}

#main_ablutLink li.cap dl dt {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	background-color:#FCC;
	color: #800000;
	font-size:95%;
}

#main_ablutLink li.cap dl dd {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}


/* CONTENTS_MAIN  CUSTOM-TPO------------------------------------------------------------------ */
#main_TPO {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_TPO p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_TPObox {
	width:560px;
	height:auto;
	margin:0 10px;
	padding:15px 25px 20px;
	border-bottom:1px #666 dotted;
}

#main_TPObox .TPoboxLeft {
	float:left;
	width:240px;
	margin:0 15px 0 0;
	padding:0;
}

#main_TPObox .TPoboxRight {
	float:right;
	width:300px;
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size: 95%;
}



/* CONTENTS_MAIN  CUSTOM-media------------------------------------------------------------------ */
#main_media {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_media p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_mediaBox {
	width:600px;
	height:auto;
	margin:0 10px 20px;
	padding:15px 5px 20px;
}

#main_mediaBox dl {
	margin:0 0 20px;
	padding:0;
}

#main_mediaBox dl dt {
	margin:0 0 15px;
	padding:8px 0 7px 10px;
	color:#C00;
	font-weight:bold;
	background-color:#F5CDE4;
}

#main_mediaBox dl dd {
	margin:0;
	padding:0 10px;
	font-size:95%;
	line-height:1.5em;
}

#main_mediaBox dl dd.mbLeft {
	float:left;
	width:250px;
	margin:0 15px 0 0;
	padding:0 0 0 10px;
	font-size:95%;
	line-height:1.5em;
}

#main_mediaBox dl dd.mbRight {
	float:right;
	width:290px;
	margin:0;
	padding:0 10px 0 0;
	line-height:1.5em;
	font-size: 95%;
}



/* 20110523追加　------------------------------------------------------------------ */
p.textBox {
	width:580px;
	height:auto;
	margin:0 10px 10px;
	padding:10px 15px 0 10px;
	line-height: 1.5em;
}

#main h2.h2title {
	width:580px;
	height:auto;
	margin:0 10px 0;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
	padding:9px 0 6px 30px;
	color: #333;
}



/* 20111226追加　------------------------------------------------------------------ */
p.bannerBox {
	margin:0 10px;
	padding:0;
}
@charset "utf-8";
/* CSS Document */

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */


/* WinIE6用 以下の記述でIE6専用になる	*/
/* * html xxxxx {......}  */

/* WinIE7用 以下の記述でIE7専用になる	*/
/* *:first-child+html xxxxx {......}  */

/* 各タグの初期リセット ---------------------------------------------------------- */

* {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

div,span,h1,h2,h3,h4,p,ul,li,dl,dt,dd,ol,em,strong,table,th,tr,td,img,address,label,object,embed{
	border:0;
	border-collapse:inherit;
	font-weight:lighter;
	text-decoration:none;
	line-height:100%;
	list-style-type:none;
	text-indent:0px;
	font-size: 14px;
}

em{
	font-style:normal;
}

.fontsize90{ font-size:90% }
.fontsize80{
	font-size:80%;
	line-height: 1.5em;
}
.fontsize70{ font-size:70% }




/* COMMON------------------------------------------------------------------------ */
#body {
	width:920px;
	height:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:#FFF center top;
	text-align:center;
	font-size:75%;
	line-height:1.8em;
	color:#333;
}

.clearAll {
	clear:both;
}


/*フォームテキストエリアのサイズ指定---------------------------*/
textarea.contents{
	padding: 2px;
	width: 400px;

}
.input40 {
	width: 40px;
	padding: 2px;
}
.input100 {
	width: 100px;
	padding: 2px;
}
.input200 {
	width: 200px;
	padding: 2px;
}
.input300 {
	width: 300px;
	padding: 2px;
}
.input400 {
	width: 400px;
	padding: 2px;
}
/*インプットボタン*/
input.input_btn {
	padding:2px 10px;
}
input.input_2btn {/*横に二つ並ぶ場合*/
	margin:0 20px;
	padding:2px 10px;
}

div.right_btn {
	width:100%;
	text-align:center;
}

/* HEADER------------------------------------------------------------------------ */
#header {
	width:920px;
	height:auto;
	margin:5px 0px 1px 0px;
}

#header h1 {
	float:left;
	width:500px;
	height:1em;
	font-size:75%;
	color:#999;
}

#utility {
	float:right;
	width:310px;
	height:1em;
	text-align:right;
	font-size:75%;
	color:#CCC;
}

#header img {
	margin-top:5px;
}


/* MENU------------------------------------------------------------------------- */
#menu {
	width:920px;
	height:30px;
}

#menu li a {
	margin-left:1.4px;
	float:left;
	display:inline;
}


/* NAVI-------------------------------------------------------------------------- */
#navi {
	width:905px;
	height:11px;
	margin:3px 0px 2px 0px;
	padding:4px 0px 0px 15px;
	font-size:90%;
	font-weight:lighter;
	color:#8E1E22;
}


/* CONTENTS---------------------------------------------------------------------- */
#contents {
	width:920px;
	height:auto;
}

/* CONTENTS_TITLE---------------------------------------------------------------- */
#title {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/index/title_index.gif) no-repeat left;
}

#title h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
	}

#title .button{
	float:right;
	color:#0000FF;
	text-decoration:underline;
	padding-right: 20px;
	margin-top: -15px;
	}

/* CONTENTS_MAIN----------------------------------------------------------------- */
#main {
	float:right;
	width:650px;
	height:auto;
}

#main_01 {
	width:630px;
	height:auto;
	margin:10px;
	border:solid 1px #90552A;
}

#main_02 {
	width:630px;
	height:auto;
	margin:10px;
	border:solid 1px #333;
	padding-bottom:10px;
}

#main h2.sub_title {
	width:580px;
	height:23px;
	margin:2px 10px 0;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
	padding: 15px 0 0 30px;
	color: #333;
}

#main span {
	margin-left: 30px;
	padding-top: 15px;
	color:#333;
	height: auto;
	line-height: 2.4em;
	}

#main #main_02 ul li {
	width:600px;
	height:20px;
	margin:0px 10px;
	padding:10px 0px 0px 10px;
	border-bottom:dotted 1px #333;
	list-style-position:inside;
	list-style-type:square;
}


#main #main_02 ul li.styleNone {
	list-style-type:none;
}

#main_03 {
	width:630px;
	height:200px;
	margin:10px;
}

#main_03left {
	float:left;
	width:310px;
	height:200px;
	background:url(../img/index/bg_goods.gif) no-repeat;
}

#main_03right {
	float:right;
	width:310px;
	height:200px;
	background:url(../img/index/bg_goods.gif) no-repeat;
}

#main .title {
	margin:0px 25px;
	padding: 20px 0px 3px 0px;
	border-bottom:solid 1.5px #333;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#8E1E22;
}

.main03box {
	width:260px;
	height:130px;
	padding:7px 25px 10px 25px;
}

.main03box .leftphoto{
	float:left;
}

.main03box .righttext{
	float:right;
	width:65px;
	font-size:80%;
	line-height:1.2em;
}

.main03box .rightbutton{
	margin-top:5px;
	float: right;
}

.float10 {
	float:left;
	margin:0px 10px 0px 0px;
}

.main03button {
	float:right;
	position:relative;
	top:-20px;
	}

#main_04 {
	width:630px;
	height:auto;
	margin:5px 10px 10px;
	border:solid 1px #333;
	padding: 0 0 10px;
}

#main_04left {
	float:left;
	width:290px;
	height:auto;
	margin:5px 0;
	padding:0px 10px 0 15px;
	line-height:1.3em;
}

#main_04right {
	float:left;
	width:290px;
	height:auto;
	margin:5px 0;
	padding:0px 15px 0 10px;
	line-height:1.3em;
}

#main_04 .text {
	float:left;
	width:190px;
	height:auto;
	padding:5px;
	line-height:1.4em;
}

#main_04 .main04button {
	float:right;
	padding:10px 5px 0 0;
}



/* CONTENTS_SIDE-------------------------------------------------------------- */
#side {
	float:left;
	width:270px;
	height:auto;
	margin-bottom: 50px;
	font-size:75%
}

#side_01 {
	width:228px;
	height:auto;
	margin:10px 10px 0px 10px;
	padding:10px;
	border:solid 1px #333;
	text-align:center;
}

#side_02 {
	width:252px;
	height:81px;
	margin:10px 9px 5px 9px;
}

.side_03 {
	width:238px;
	height:auto;
	margin:0 10px 10px;
	padding:8px 5px;
	border:1px #333 solid;
}

.side_03 h2.sideH2 {
	margin:0;
	padding:8px 5px 6px 10px;
	background-color:#FCF3A7;
}

.side_03 h2.sideH2 a {
	color: #C00;
	font-weight: bold;
	text-decoration:none;
}

.side_03 h2.sideH2 a:hover {
	text-decoration:underline;
}

.side_03 p {
	font-size:95%;
	line-height:1.2em;
	padding: 10px 5px 0;
}

.side_03 p a {
	text-decoration:none;
}

.side_03 p a:hover {
	text-decoration:underline;
}

#side_04 {
	width:248px;
	height:auto;
	margin:10px;
	border:solid 1px #333;
}

#side_04 .button {
	width:231px;
	height:auto;
	margin:8px 8px 15px 8px;
}

#sideMenu {
	margin:10px 0 0 0;
	padding:5px;
	width:220px;
}

#sideMenu dl {
	margin:0;
	padding:0;
	border-top:1px #333 dotted;
}

#sideMenu dl dt {
	margin:0;
	padding:5px 0 3px 30px;
	background:url(../img/common/sideMenu_btn.gif) no-repeat 8px 5px;
	border-bottom:1px #333 dotted;
	font-size:98%;
	line-height:1.5em;
}

#sideMenu dl dt a {
	color:#000;
	text-decoration:none;
}

#sideMenu dl dt a:hover {
	color:#C00;
}

div.side_06 {
	width:248px;
	height:auto;
	margin:0 10px 10px;
	padding:0;
	border:solid 1px #333;
}

/* FOOTER------------------------------------------------------------------------ */
#footer {
	width:900px;
	height:30px;
	padding:5px 10px;
	color:#FFF;
	background-color:#8E1E22;
	margin-top: 30px;
}

#footer_left {
	float:left;
	width:580px;
	height:30px;
	font-size:70%;
	font-weight:lighter;
	line-height:1.5em;
}

#footer_right {
	float:right;
	width:250px;
	height:30px;
	text-align:right;
	font-size:70%;
	font-weight:lighter;
	line-height:1.5em;
}

#footer a:link {
	color:#FFFFFF;
}

#footer a:visited {
	color:#CC9966;
}
/* CONTENTS_TITLE  CUSTOM---------------------------------------------------------------- */
#title_matsumiya {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/about_matumiya/title_matumiya.gif) no-repeat left;
}

#title_matsumiya h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
	}

#title_matsumiya .button,
#title_futako .button,
#title_azabu .button,
#title_goods .button,
#title_buy .button,
#title_osusume .button,
#title_toi .button,
#title_company .button,
#title_sitemap .button,
#title_privacy .button,
#title_faq .button,
#title_link .button,
#title_TPO .button {
	float:right;
	color:#0000FF;
	text-decoration:underline;
	padding-right: 10px;
	margin-top: -15px;
}

#title_futako {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/futako/title_futako.gif) no-repeat left;
}

#title_futako h2{
	margin-left: 140px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_azabu {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/azabu/title_azabu.gif) no-repeat left;
}

#title_azabu h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_goods {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/goods/title_goods.gif) no-repeat left;
}

#title_goods h2{
	margin-left: 160px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_buy {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/buy/title_buy.gif) no-repeat left;
}

#title_buy h2{
	margin-left: 110px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_osusume {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/new/title_new.gif) no-repeat left;
}

#title_osusume h2{
	margin-left: 260px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_toi {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/contact/title_contact.gif) no-repeat left;
}

#title_toi h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_company {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/company/title_company.gif) no-repeat left;
}

#title_company h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_sitemap {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/sitemap/sitemap.gif) no-repeat left;
}

#title_sitemap h2{
	margin-left: 130px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_privacy {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/privacy/title_privacy.gif) no-repeat left;
}

#title_privacy h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_faq {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/faq/title_faq.gif) no-repeat left;
}

#title_faq h2{
	margin-left: 150px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_link {
	width:900px;
	height:30px;
	border-style:double none solid none;

	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/link/title_link.gif) no-repeat left;
}

#title_link h2{
	margin-left:100px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}

#title_TPO {
	width:900px;
	height:30px;
	border-style:double none solid none;
	border-color:#333;
	border-width:5px 0px 1px 0px;
	margin: 0px 10px;
	position:relative;
	background:url(../img/TPO/title_TPO.gif) no-repeat left;
}

#title_TPO h2{
	margin-left: 170px;
	padding-top: 10px;
	font-size:90%;
	color:#90552A;
}


/* CONTENTS_MAIN  CUSTOM-matumiya------------------------------------------------------------------ */
#main_matumiya01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_matumiya01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

.main_matumiya02 {
	width:630px;
	height:240px;
	margin:0px 10px;
}

#main_matumiya02left {
	float:left;
	width:330px;
	height:145px;
	padding:90px 10px 5px 20px;
	background:url(../img/about_matumiya/title_onayami.gif) no-repeat;
	background-position:80px 45px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
}

#main_matumiya02right {
	float:right;
	width:250px;
	height:230px;
	padding:5px 20px 5px 0px;
}

#main_matumiaya03 {
	width:630px;
	height:250px;
	margin:0px 10px;
}

#main_matumiya03right {
	float:right;
	width:400px;
	height:160px;
	padding:85px 20px 5px 10px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
	background:url(../img/about_matumiya/title_sityaku.gif) no-repeat;
	background-position:100px 40px;
}

#main_matumiya03left {
	float:left;
	width:170px;
	height:230px;
	padding:10px 0px 10px 20px;
	text-align:center;
}

#main_matumiya04left {
	float:left;
	width:245px;
	height:135px;
	padding:100px 10px 5px 20px;
	font-size:95%;
	text-align:center;
	color:#999999;
	line-height:1.6em;
	background:url(../img/about_matumiya/title_oteire.gif) no-repeat;
	background-position:35px 55px;
}

#main_matumiya04right {
	float:right;
	height:225px;
	width:335px;
	padding:5px 20px 5px 0px;
}

#main_matumiaya05 {
	width:600px;
	height:inherit;
	margin:0px 10px;
	padding:0px 10px 0px 20px;
	color:#333333;
	line-height:1.3em;
}

#main_matumiya05left {
	float:left;
	width:290px;
	height:200px;
	padding:10px 5px 10px 30px;
	font-size:95%;
	vertical-align:bottom;
	text-align:left;
	color:#999999;
	line-height:1.6em;
	margin-bottom: 20px;
}

#main_matumiya05right {
	float:right;
	width:290px;
	height:200px;
	padding:10px 30px 10px 5px;
	font-size:95%;
	vertical-align:bottom;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}




/* CONTENTS_MAIN  CUSTOM-futako------------------------------------------------------------------ */
#main_futako01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_futako01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_futako02 {
	width:410px;
	height:280px;
	margin:10px 120px;
}

#main_futako03 {
	width:590px;
	height:340px;
	margin:5px 30px 20px 30px;
	background:url(../img/futako/futako_message.gif) no-repeat;
}

#main_futako03right {
	float:right;
	width:380px;
	height:300px;
	margin-top: 40px;
	font-size:95%;
	text-align:left;
	color:#666666;
	line-height:1.6em;
}

#main_futako03left {
	float:left;
	width:200px;
	height:300px;
	margin-top: 40px;
}

#main_futako04 {
	width:590px;
	height:350px;
	margin:10px 30px;
	background:url(../img/information.gif) no-repeat;
}

#main_futako04right {
	float:right;
	width:250px;
	height:250px;
	margin-top: 40px;
}

#main_futako04left {
	float:left;
	width:320px;
	height:250px;
	margin-top: 40px;
}

#main_futako04left .box {
	width:320px;
	height:50px;
}

#main_futako04left .ad01 {
	float:left;
	width:80px;
	height:14px;
	padding:5px;
	background:#E6DBAB;
	color:#993300;
	font-weight:bold;
}

#main_futako04left .ad02 {
	float:right;
	width:210px;
	height:auto;
	padding:5px;
	color:#333333;
	line-height:1.2em;
}





/* CONTENTS_MAIN  CUSTOM-azabu------------------------------------------------------------------ */
#main_azabu01 {
	width:630px;
	height:auto;
	margin:0px 10px;
}

#main_azabu01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_azabu02 {
	width:410px;
	height:260px;
	margin:5px 120px 10px 120px;
}

#main_azabu03 {
	width:590px;
	height:340px;
	margin:5px 30px 20px 30px;
	background:url(../img/azabu/azabu_message.gif) no-repeat;
}

#main_azabu03right {
	float:right;
	width:380px;
	height:300px;
	margin-top: 40px;
	font-size:95%;
	text-align:left;
	color:#666666;
	line-height:1.6em;
}

#main_azabu03left {
	float:left;
	width:200px;
	height:300px;
	margin-top: 40px;
}

#main_azabu04 {
	width:590px;
	height:350px;
	margin:10px 30px;
	background:url(../img/information.gif) no-repeat;
}

#main_azabu04right {
	float:right;
	width:250px;
	height:250px;
	margin-top: 40px;
}

#main_azabu04left {
	float:left;
	width:320px;
	height:250px;
	margin-top: 40px;
}

#main_azabu04left .box {
	width:320px;
	height:50px;
}

#main_azabu04left .ad01 {
	float:left;
	width:80px;
	height:14px;
	padding:5px;
	background:#E6DBAB;
	color:#993300;
	font-weight:bold;
}

#main_azabu04left .ad02 {
	float:right;
	width:210px;
	height:auto;
	padding:5px;
	color:#333333;
	line-height:1.2em;
}




/* CONTENTS_MAIN  CUSTOM-goods------------------------------------------------------------------ */
#main_goods01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_goods01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_goods02 {
	width:630px;
	height:270px;
	margin:10px;
}

#main_goods02left {
	float:left;
	width:375px;
	height:270px;
	padding:0px 10px 0px 20px;
}

#main_goods02right {
	float:right;
	width:205px;
	height:235px;
	padding:35px 20px 0px 0px;
	background:url(../img/goods/goostitle_aloha.gif) no-repeat;
	font-size:95%;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}

#main_goods03 {
	width:630px;
	height:270px;
	margin:10px;
}

#main_goods03left {
	float:left;
	width:375px;
	height:270px;
	padding:0px 10px 0px 20px;
}

#main_goods03right {
	float:right;
	width:205px;
	height:235px;
	padding:35px 20px 0px 0px;
	background:url(../img/goods/goostitle_bag.gif) no-repeat;
	font-size:95%;
	text-align:left;
	color:#999999;
	line-height:1.6em;
}

#main_goods04 {
	width:630px;
	height:100px;
	margin:10px;
}




/* CONTENTS_MAIN  CUSTOM-buy------------------------------------------------------------------ */
#main_buy01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_buy01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_buy02 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_goods.gif) no-repeat;
}

#main_buy02 .box {
	float:left;
	width:176px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
}

#main_buy02 .box img {
	margin-bottom:5px;
	padding:0;
}

#main_buy02 .box span {
	margin:0;
	padding:0;
	font-size:95%;
	color:#666666;
	line-height:1.3em;
}

#main_buy02 .box span a {
	text-decoration:none;
}

#main_buy02 .box span a:hover {
	color:#C00;
}

#main_buy02 .text {
	line-height:1.5em;
}

#main_buy02 .text a {
	color:#F00;
	text-decoration:none;
}

#main_buy02 .text a:hover {
	color:#F00;
	text-decoration:underline;
}

#main_buy02 #goodsText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy02 dl.buyList {
	width:580px;
	height:auto;
	margin:0;
	padding:0 10px 5px 10px;
	clear: both;
}

#main_buy02 dl.buyList dt.goodsTitle {
	margin:0;
	padding:8px 0 6px 25px;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
}

#main_buy02 dl.buyList dd.goodsList {
	margin:0;
	padding:5px 10px;
}

#main_buy02 dl.buyList dd.goodsList ul {
	margin:0;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage {
	margin:10px 0 0 0;
	padding:0;
	clear: both;
	height: 220px;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage img {
	float:left;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl {
	float:right;
	width: 370px;
	margin:0 0 0 10px;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl dt {
	width: 360px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#C00;
	font-size: 110%;
	font-weight: bold;
	background:#F5CDE4;
}

#main_buy02 dl.buyList dd.goodsList ul li.goodsImage dl dd {
	margin:0;
	padding:5px 10px 0;
	font-size: 95%;
	line-height: 1.3em;
}

#main_buy02 dl.buyList dd.goodsList ul.buyNg {
	margin:5px 0 0 0;
	padding:0;
}

#main_buy02 dl.buyList dd.goodsList ul.buyNg li {
	width: 550px;
	margin:0 0 8px;
	padding:6px 0 4px 8px;
	font-size:95%;
	color:#C00;
	background:#F5E2EC;
	list-style:square;
	list-style-position:inside;
}

#main_buy03 {
	width:580px;
	height:auto;
	margin:10px 20px;
	padding:40px 10px 0px 10px;
	background:url(../img/buy/buy_nagare.gif) no-repeat;
}

#main_buy03 .text {
	line-height:1.5em;
}



#main_buy03 .box01 {
	width:590px;
	height:auto;
	margin:10px 0px 5px 0px;
}

#main_buy03 .box02 {
	width:590px;
	height:225px;
	margin:10px 0px 20px 0px;
	background:url(../img/buy/img_buycontact.jpg) no-repeat top right;
	background-position:center;
}

#main_buy04 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/img_buycontact.jpg) no-repeat top right;
}

#main_buy04 img.contactComent {
	margin:0;
	padding:10px 0 0 0;
}

#main_buy05 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_nagare.gif) no-repeat;
}

#main_buy05 #howtoText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy05 dl.howtoList {
	width:580px;
	height:auto;
	margin:0;
	padding:0 10px 5px 10px;
}

#main_buy05 dl.howtoList dt.howtoTitle {
	margin:0;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto {
	margin:10px 0 0 0;
	padding:5px 10px;
}

#main_buy05 dl.howtoList dd.howto ul {
	margin:0;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage {
	margin:0;
	padding:0;
	clear: both;
	height: 160px;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage img {
	float:left;
	margin:0;
	padding:0;
	border:1px #CCC solid;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl {
	float:right;
	width: 415px;
	margin:0 0 0 10px;
	padding:0;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dt.howtoShop {
	width: 405px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#009;
	font-size: 110%;
	font-weight: bold;
	background:#D9FFFF;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dd {
	margin:0;
	padding:5px 10px 0;
	font-size: 95%;
	line-height: 1.3em;
}

#main_buy05 dl.howtoList dd.howto ul li.howtoImage dl dt.howtoVisit {
	width: 405px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#603;
	font-size: 110%;
	font-weight: bold;
	background:#F1D0FF;
}

#main_buy06 {
	width:600px;
	height:auto;
	margin:10px 20px;
	padding:0;
	background:url(../img/buy/buy_attention.gif) no-repeat;
}

#main_buy06 #attentionText {
	width:580px;
	height:auto;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.5em;
}

#main_buy06 ul {
	margin:0;
	padding:5px 10px;
}

#main_buy06 ul li {
	width: 570px;
	margin:0 0 8px;
	padding:8px 0 6px 10px;
	color:#C00;
	background:#F5E2EC;
	list-style:none;
	font-size: 98%;
}



/* CONTENTS_MAIN  CUSTOM-osusume------------------------------------------------------------------ */
#main_osusume01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_osusume01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_osusume02 {
	width:560px;
	margin:10px 20px;
	height: 280px;
	padding:0px 25px 0px 25px;
}

#main_osusume02 .box01 {
	float:left;
	width:300px;
	height:270px;
}

#main_osusume02 .box02 {
	float:right;
	width:250px;
	height:270px;
	color:#666666;
	line-height:1.5em;
}

#main_osusume03 {
	width:560px;
	margin:10px 20px;
	height: 310px;
	padding:0px 25px 0px 25px;
}

#main_osusume03 .box01 {
	float:left;
	width:300px;
	height:300px;
}

#main_osusume03 .box02 {
	float:right;
	width:250px;
	height:300px;
	color:#666666;
	line-height:1.5em;
}




/* CONTENTS_MAIN  CUSTOM-toi------------------------------------------------------------------ */
#main_toi01 {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_toi01 p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_toi02 {
	width:590px;
	height:auto;
	margin:0px 30px 0px 30px;
  padding:20px 0px 20px 0px;
}

#main_toi02 p.text {
  line-height:1.5em;
	text-align:left;
}

#main_toi02 table{
	margin:0;
	padding:3px;
	border: 1px #D0D0D0 solid;
}
 
#main_toi02 table tr {
	margin:0;
	padding:5px;
	border-bottom:1px #D0D0D0 dotted;
}

#main_toi02 table th {
	width:160px;
	margin:0;
	padding:5px;
	background-color: #FEF8DA;
}

#main_toi02 table td {
	width:392px;
	margin:0;
	padding:5px 10px 5px 8px;
	border-bottom:1px #D0D0D0 dotted;
}




/* CONTENTS_MAIN  CUSTOM-company------------------------------------------------------------------ */
#main_company01 {
	width:620px;
	height:20px;
	color:#FFFFFF;
	background-color:#993333;
	vertical-align: middle;
	margin:10px 10px;
	padding: 6px 0px 0px 10px;
}

#main_company02 {
	width:650px;
	height:300px;
	margin-top:15px;
	font-size:90%;
}

table .company {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
}

.company th
.company td {
  padding: 4px 6px;
}

.company th {
	padding:12px 0 10px 10px;
	text-align: left;
	white-space: nowrap;
	background-color: #FEF8DA;
}

.company td {
	padding:12px 0 10px 10px;
	text-align: left;
	white-space: nowrap;
	line-height: 1.3em;
	background-color: #F3F3F3;
}

#main_company03 {
	float:left;
	width:440px;
	height:280px;
	margin-top:20px;
	padding:0px 105px;
	color:#666666;
}




/* CONTENTS_MAIN  CUSTOM-sitemap------------------------------------------------------------------ */
#main_sitemap01 {
	width:620px;
	height:20px;
	color:#FFFFFF;
	background-color:#993333;
	vertical-align: middle;
	margin:10px 10px;
	padding: 6px 0px 0px 10px;
}

#main_sitemap02 {
	width:610px;
	height:300px;
	margin-top:15px;
	padding:20px;
}

ul.sitemap li {
	text-align:left;
	line-height:2em;
	list-style-position:inside;
	list-style:url(../img/sitemap/button.gif);
}


/* CONTENTS_MAIN  CUSTOM-privacy------------------------------------------------------------------ */
#main_privacy {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_privacy dl {
	margin:0;
	padding:0;
}

#main_privacy dl dd {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#D4D4D4;
}

#main_privacy dl dt {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}



/* CONTENTS_MAIN  CUSTOM-faq------------------------------------------------------------------ */
#main_faq {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_faq dl {
	margin:0;
	padding:0;
}

#main_faq dl dd {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#FCC;
	color: #800000;
}

#main_faq dl dt {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}

#main_faq p#faqtext {
	margin:0;
	padding:0;
	font-size:95%;
	line-height:1.3em;
}

/* CONTENTS_MAIN  CUSTOM-link------------------------------------------------------------------ */
#main_link01 {

	width:610px;
	height:auto;
	margin-top:15px;
	padding:0 20px;
}

p.linktitle {
	margin:0 0 10px;
	padding:8px 0 7px 8px;
	font-weight:bold;
	background-color:#FCF3D6;
	color:#804000;
}

ul.linklist li {
	margin:0;
	padding:5px 0;
	border-top:1px #CCC dotted;
}

ul.linklist li dl {
	margin:0;
	padding:5px;
	border-bottom:1px #CCC dotted;
}

ul.linklist li dl dt {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	width: 220px;
}

ul.linklist li dl dd {
	float:right;
	margin:0;
	padding:0;
	line-height:1.5em;
	text-align: left;
	width: 370px;
}

ul.linklist li dl dd p {
	margin:0;
	padding:0;
	font-size:95%;
	line-height:1.3em;
}

#main_ablutLink {
	width:570px;
	height:auto;
	margin:10px 20px 10px 30px;
	padding:0 10px;
}

#main_ablutLink ul {
	margin:0;
	padding:0;
}

#main_ablutLink li.listTitle {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	font-weight:bold;
	background-color:#DDD;
	color: #333;
}

#main_ablutLink li.listText {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}

#main_ablutLink li.cap {
	margin:0;
	padding:0;
}

#main_ablutLink li.cap dl {
	margin:0;
	padding:0;
}

#main_ablutLink li.cap dl dt {
	margin:0 0 10px;
	padding:6px 0 5px 8px;
	background-color:#FCC;
	color: #800000;
	font-size:95%;
}

#main_ablutLink li.cap dl dd {
	margin:0;
	padding:0 5px 15px;
	font-size:95%;
	line-height:1.3em;
}


/* CONTENTS_MAIN  CUSTOM-TPO------------------------------------------------------------------ */
#main_TPO {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_TPO p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_TPObox {
	width:560px;
	height:auto;
	margin:0 10px;
	padding:15px 25px 20px;
	border-bottom:1px #666 dotted;
}

#main_TPObox .TPoboxLeft {
	float:left;
	width:240px;
	margin:0 15px 0 0;
	padding:0;
}

#main_TPObox .TPoboxRight {
	float:right;
	width:300px;
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size: 95%;
}



/* CONTENTS_MAIN  CUSTOM-media------------------------------------------------------------------ */
#main_media {
	width:630px;
	height:auto;
	margin:10px 10px 0px 10px;
}

#main_media p.text {
	width:590px;
	height:auto;
	margin:5px 20px 0px 20px;
	line-height:1.5em;
}

#main_mediaBox {
	width:600px;
	height:auto;
	margin:0 10px 20px;
	padding:15px 5px 20px;
}

#main_mediaBox dl {
	margin:0 0 20px;
	padding:0;
}

#main_mediaBox dl dt {
	margin:0 0 15px;
	padding:8px 0 7px 10px;
	color:#C00;
	font-weight:bold;
	background-color:#F5CDE4;
}

#main_mediaBox dl dd {
	margin:0;
	padding:0 10px;
	font-size:95%;
	line-height:1.5em;
}

#main_mediaBox dl dd.mbLeft {
	float:left;
	width:250px;
	margin:0 15px 0 0;
	padding:0 0 0 10px;
	font-size:95%;
	line-height:1.5em;
}

#main_mediaBox dl dd.mbRight {
	float:right;
	width:290px;
	margin:0;
	padding:0 10px 0 0;
	line-height:1.5em;
	font-size: 95%;
}



/* 20110523追加　------------------------------------------------------------------ */
p.textBox {
	width:580px;
	height:auto;
	margin:0 10px 10px;
	padding:10px 15px 0 10px;
	line-height: 1.5em;
}

#main h2.h2title {
	width:580px;
	height:auto;
	margin:0 10px 0;
	border-bottom:dotted 1px #333;
	background:url(../img/title_sub.gif) no-repeat left;
	padding:9px 0 6px 30px;
	color: #333;
}



/* 20111226追加　------------------------------------------------------------------ */
p#bannerBox {
	margin:0 10px;
	padding:0;
}

