@charset "shift_jis";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-size: 80%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
}
dt {
	background-image: url(../img/qa/q.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #0099FF;
	font-weight: bold;
}
#qa  dd {
	margin-bottom: 15px;
	background-image: url(../img/qa/a.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	background-position: 0px -5px;
}
#contents_right {
	float: right;
	width: 251px;
	margin-left: 9px;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer   a {
	text-decoration: none;
	color: #999;
}


p {
	padding: 0px;
	margin: 0px;
}

.thrColFixHdr #container {
	width: 860px;  /* 最大幅である 900px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.dotte01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	margin-top: 15px;
}
.dotte {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.thrColFixHdr #header {
	width: 860px;
	padding-right: 0px;
	padding-bottom: 0;
	background-image: url(../img/common/header.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.thrColFixHdr #header h1 {
	font-size: xx-small;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 30px;
	float: left;
	width: 900px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.thrColFixHdr #mainContent h2 {
	background-image: url(../img/common/midashi.gif);
	background-repeat: no-repeat;
	padding-bottom: 10;
	font-size: medium;
	font-weight: bold;
	height: 25px;
	margin-bottom: 15px;
	color: #333333;
	margin-top: 0px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00FF99;
}
.thrColFixHdr #mainContent h3 {
	background-image: url(../img/common/h3_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 10;
	font-size: small;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #0066FF;
}


.thrColFixHdr #footer {
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 40px;
	font-weight: normal;
	height: 30px;
	width: 860px;
	text-align: center;
	color: #999;
	float: left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- brandlist */

#brandList dl {
	width: 630px;
	height:16px;
	margin: 20px 0 0 20px;
	padding:0;
}
#brandList {
	margin-bottom: 15px;
	height: 50px;
}


#brandList dl dt{
float: left;
margin:0;
padding:0 10px 0 0;
}

#brandList dl dd{
float: left;
margin: 0;
padding:7px 5px 0 5px;
}

#brandList dl a{
font-weight:bold;
}

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

#brandList li{
	font-size: 10px;
	font-weight:normal;
	float: left;
	width:250px;
	background: url(images/brand-list.gif) center left no-repeat;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-left: 15px;
}

#brandList a{
font-weight:normal;
color:#666666;
text-decoration:none;
}

#brandList a:hover{
color:#FF6600;
text-decoration:underline;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 860px;
	padding: 0px;
}
#g_navi ul {
	margin: 0px;
	padding: 0px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:48px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow: hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	width:117px;
	background-image: url(../img/common/navi01.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi02 a {
	width:171px;
	background-image: url(../img/common/navi02.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi03 a {
	width:178px;
	background-image: url(../img/common/navi03.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi04 a {
	width:117px;
	background-image: url(../img/common/navi04.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi05 a {
	width:132px;
	background-image: url(../img/common/navi05.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi06 a {
	width:144px;
	background-image: url(../img/common/navi06.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi07 a {
	width:94px;
	background-image: url(../img/common/navi07.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi08 a {
	width:118px;
	background-image: url(../img/common/navi08.gif);
	background-repeat: no-repeat;
}


/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(../img/common/navi01b.gif) no-repeat;
}
#g_navi li.g_navi02 a:hover {
	background:url(../img/common/navi02b.gif) no-repeat;
}
#g_navi li.g_navi03 a:hover {
	background:url(../img/common/navi03b.gif) no-repeat;
}
#g_navi li.g_navi04 a:hover {
	background:url(../img/common/navi04b.gif) no-repeat;
}
#g_navi li.g_navi05 a:hover {
	background:url(../img/common/navi05b.gif) no-repeat;
}
#g_navi li.g_navi06 a:hover {
	background:url(../img/common/navi06b.gif) no-repeat;
}
#g_navi li.g_navi07 a:hover {
	background-image: url(../img/common/navi07b.gif);
	background-repeat: no-repeat;
}
.padding_10px {
	padding: 10px;
}
.padding_u10px {
	padding-bottom: 10px;
}
.padding_v10px {
	padding-bottom: 10px;
	padding-top: 10px;
}
.margin_v10px {
	margin-top: 10px;
	margin-bottom: 10px;
}
.padding_v30 {
	padding-top: 15px;
	padding-left: 15px;
}

.padding_w10px {
	padding-right: 10px;
	padding-left: 10px;
}
.padding_w20px {
	padding-right: 20px;
	padding-left: 20px;
}
.padding_w30px {
	padding-right: 30px;
	padding-left: 30px;
}
.padding_r20px {
	padding-right: 20px;
	padding-bottom: 20px;
}
.padding_top30px {
	padding-top: 30px;
}
.padding_all30px {
	padding: 30px;
}
.padding_w30px_u30px {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.defalt_textbox {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
.index_textbox01 {
	background-image: url(../img/index/index_bg01.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 500px;
	padding-top: 150px;
	padding-right: 160px;
	margin-top: 0px;
}
.thrColFixHdr #mainContent ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	background-image: url(../img/common/yazirusdhi02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 5px;
	padding-left: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent h4 {
	background-image: url(../img/common/yajirushi.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5;
	font-size: small;
	font-weight: bold;
	height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	color: #0099FF;
	margin-left: -10px;
}
.bland_list {
	font-size: x-small;
	line-height: 2em;
	padding-top: 10px;
}
.bland_list li {
	border-bottom-style: none;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.topics {
	background-image: url(../img/index/title_topics.gif);
	background-repeat: no-repeat;
	height: 82px;
	width: 470px;
	padding-top: 40px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar_index {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 310px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin-right: 0px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0px;
}
#title {
	width: 900px;
	margin-top: 20px;
}
.thrColFixHdr #mainContent_index {
	margin: 0px;
	width: 860px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#index_main {
	background-image: url(../img/index/main.jpg);
	height: 179px;
	width: 880px;
	text-align: right;
	padding-top: 150px;
	padding-right: 20px;
}
#g_navi li.g_navi08 a:hover {
	background-image: url(../img/common/navi08b.gif);
	background-repeat: no-repeat;
}
.padding_u20 {
	padding-bottom: 20px;
}
#mainContent_index li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-type: square;
	margin-bottom: 5px;
}
#mainContent_index ul {
	padding-right: 20px;
	line-height: 2em;
}
h2 {
	font-size: small;
	font-weight: bold;
	background-image: url(../img/common/h2_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #E3E1CE;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996;
	font-size: small;
	font-weight: bold;
	color: #484330;
}
.paddomg_left20px {
	padding-left: 20px;
}
.index_column01 {
	background-image: url(../img/index/colmun01.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 248px;
	padding-top: 250px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-bottom: 10px;
}
.index_column02 {
	background-image: url(../img/index/colmun02.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 243px;
	padding-top: 250px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-bottom: 10px;
}
.index_column03 {
	background-image: url(../img/index/colmun03.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 243px;
	padding-top: 250px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-bottom: 10px;
}
.column_box01 {
	padding: 15px;
	float: left;
	height: 248px;
	width: 248px;
	border: 1px solid #CCC;
	margin-left: 5px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.x-small {
	font-size: x-small;
}
h4 {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009F00;
	color: #693;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main_image {
	background-image: url(../img/index/index_main.jpg);
	background-repeat: no-repeat;
	height: 282px;
	width: 260px;
	padding-top: 20px;
	padding-left: 600px;
}
