﻿/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, 
fieldset, input {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/
body{
	font: 100% 'Quattrocento',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", serif;
	/*background: #666666;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #534741;	
}
.twoColLiqRtHdr #container{ 
	width: 80%;
	width:980px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #CCCCCC;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 

/*----------------------- header -------------------------*/
.twoColLiqRtHdr #header{	 
	background: #fff; 
	padding: 0 10px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.twoColLiqRtHdr #header h1{
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColLiqRtHdr #header h1#h1_seo {
	font-size:1px;
	color:#ffffff;
}
.twoColLiqRtHdr #header img#header_logo{
	width:100px;
	height:auto;
	margin-top:-30px;
	float:left;
}
.twoColLiqRtHdr #header h1#h1_midashi {
	/*margin-left:120px;*/
	font-size:9px;
	margin-top:-40px;
	float:left;
}
.twoColLiqRtHdr #header #header_navi{
	font-size:12px;
	margin-left:850px;
	margin-top:-30px;
}
.twoColLiqRtHdr #header #header_navi li{
	
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon1 {
	list-style: url(img/icon_s1.gif);
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon2 {
	list-style: url(img/icon_s2.gif);
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon3 {
	list-style: url(img/icon_s3.gif);
}
/*navi*/
.twoColLiqRtHdr #navi {
	text-align: center;
	width:980px;
} 

/*----------------------------main contents--------------------------------*/
.twoColLiqRtHdr #mainContent{
	padding-top: 7%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.twoColLiqRtHdr #mainContent .main_h1{
	border-bottom:solid #534741 1px;
	font-size:21px;
	line-height:32px;
	padding-left:50px;
	padding-top: 20px;
}
.twoColLiqRtHdr #container #mainContent #buy_form {
	margin-left:5%;
}
.twoColLiqRtHdr #mainContent .main_h2{
	font-size:20px;
	margin:10px 20px;
	background-image:url(img/icon8.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	line-height:33px;
	padding-left:40px;
}
.twoColLiqRtHdr #mainContent .main_h3{
	margin:15px 0px 0px 20px;
	font-size:18px;
}
.twoColLiqRtHdr #mainContent p.main_p{
	margin:15px;
}
.twoColLiqRtHdr #mainContent p.main_p2{
	margin-left:20px;
}

/* ---------------------------footer---------------------------------------*/
.twoColLiqRtHdr #footer{ 
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}
.twoColLiqRtHdr #footer #footer_nv{
	margin-left:200px;
}
.twoColLiqRtHdr #footer #footer_nv .footer_navi{
	width:150px;
	font-size:9px;
	color: #00C;
	}
.twoColLiqRtHdr #footer p#footer_l{
	margin-top:-10px;
	padding: 10px 0;
	font-size:9px;
	float:left;
}
.twoColLiqRtHdr #footer p#footer_r{
	margin-left:75%;
	font-size:9px;
	}



/*---------------------------その他設定-------------------------------------*/
/* 再使用できる各種クラス */
.fltrt{
	 /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft{
	 /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat{
	 /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
