@charset "utf-8";



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■１．初期設定リセット
タグに設定されている初期値を解除

※この設定は任意
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

table {
	boreder:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	display: inline;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height:150%;
}


h1 {/*seo用に使用すること,seoのフォントサイズは固定にする*/
	margin:0px;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#bbb;
}

h2 {/*ヘッダー用に使用すること*/
}
h3 {
	font-size:12px;
	font-weight:normal;
}
h4 {
	font-size:12px;
	font-weight:normal;
}

a,
a:link,
a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#ff0000;
	text-decoration:underline;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapper {
	margin:0px auto;
	background:url(../common_img/upper_bkg.jpg) repeat-x left top;
}
#wrapper-top {
	background:url(../images/upper_bkg.jpg) repeat-x left top;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●seo
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#page_top {
	width:803px;
	margin:0 auto;
	padding:3px 0;
	border-top:3px solid #D42323;
	border-bottom:1px dotted #ddd;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	width:840px;
	margin:0 auto;
	padding-bottom:7px;
}
#header .left {
	float:left;
	width:295px;
}
#header .right {
	float:right;
	width:545px;
}
#header .left #logo {
	width:241px;
	margin-left:23px;
	margin-top:14px;
}
#header .right .cart {
	margin-left:395px;
	margin-top: 11px;
	margin-bottom:23px;
}
#header #hnavi {
}
#header ul {
	width:545px;
	display:block;
}
#header li {
	float:left;
	display:inline;
}
#header li img {
	vertical-align:top;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnavi {
	width:840px;
	margin:0 auto;
	padding-bottom:15px;
}
#gnavi .left {
	float:left;
	width:113px;
	padding-top: 11px;
	padding-left:22px;
}
#gnavi .right {
	float:right;
	width:705px;
	padding-top:22px;
}
#gnavi .right ul li {
	float:left;
}
#gnavi li img,
#gnavi li a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}
#gnavi .right #gnavi_top {
	width: 670px;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #D4D4D4;
}
#gnavi .right #gnavi_bottom {
	width:522px;
	margin:5px 0 0 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:840px;
	margin:0 auto;
}
#container {
	background:url(../common_img/bkg_main.jpg) repeat-x left top;
}
.divline {
	width:840px;
	margin:0 auto;
	padding-top:6px;
	padding-bottom:10px;
	background:url(../common_img/divline.gif) repeat-y 204px top;
}
/*＝＝＝＝＝.＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#leftside {/*左カラム*/
	float:left;
	width:204px;
}

#rightside {/*右カラム*/
	float:right;
	width:636px;
}

/*＝＝＝
トップページ用
＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#leftmenu {
	width:204px;
}

#leftmenu li img,
#leftmenu li a img {/*画像の隙間をなくす為に必須*/

}
#leftside #leftmenu .leftside-1 {
	width: 170px;
	padding-left: 25px;
}

#leftside #leftmenu .leftside-2 {
	width:161px;
	margin-left:43px;
}
#leftside #leftmenu .leftside-2 li {
}

#leftside #leftmenu .leftside-2 a{
	display:block;
	width:141px;
	height:30px;
	padding-left:20px;
	background:url(../common_img/menu_23_off2.gif) no-repeat;
	line-height:30px;
	text-decoration:none;
}

#leftside #leftmenu .leftside-2 a:hover{
background:url(../common_img/menu_on.jpg) no-repeat;
}

#leftside #leftmenu .leftside-3 {
	width: 170px;
	margin-top: 18px;
	padding-left:24px;
}

#leftside #leftmenu .leftside-3 li {
	margin-bottom: 8px;
}

#leftside #leftmenu #leftmenu-company {
	width: 81px;
	height: 39px;
	background-image: url(../common_img/menu_22.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	padding:142px 0 0 90px; 
}
#leftside #leftmenu #leftmenu-company a{
	display:block;
	width:71px;
	background:url(../common_img/menu_23_off.gif) no-repeat;
	height:22px;
}

#leftside #leftmenu #leftmenu-company a:hover{
background:url(../common_img/menu_23_on.gif) no-repeat;
}
#leftside #leftmenu #leftmenu-company .cm {
	text-indent:-999px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●フッターリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer-link {
	width: 600px;
	margin-left:11px;
	background:url(../common_img/fnavi_middle.gif) repeat-y left top;
}
#footer-link table {
	width: 580px;
	margin:0 auto;
}
#footer-link table th {
	width:100px;
	padding:3px 7px 7px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	color:#666;
}
#footer-link td {
	padding:3px 2px 7px;
	font-size: 10px;
}
#footer-link td a {
	text-decoration: none;
}
#footer-link table .line {
	border-bottom:1px dotted #d8d8d8;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page-up {
	padding:10px 30px;
	text-align:right;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	clear:both;
	vertical-align:top;
	background: url(../common_img/footer.jpg) repeat-x;
}
#footer #bottom {
	width: 820px;
	margin:0 auto;
	padding-top: 2px;
	padding-left: 20px;
	font-size: 10px;
	color: #CCCCCC;
}
#footer #copyright {
	margin-bottom:10px;
	color:#666;
	font-size: 12px;
}

#footer table {
	width:820px;
}

#footer table td {
	padding:3px 6px;
	line-height:1em;
}

#footer table th {
	padding:3px 0px;
}

#footer table td a,
#footer table td a:link,
#footer table td a:visited {
	color:#666666;
	font-size:10px;
}

#footer table td a:hover,
#footer table td a:active {
	color:#cc0000;
	font-size:10px;
	
	text-decoration:underline;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-９．オールインターネットバナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#ai {/*オールインターネットのテキストリンク*/
	clear:both;
	padding:0px 10px;
	text-align:right;
}

#ai a,
#ai a:link,
#ai a:visited {/*オールインターネットのテキストリンクのフォントサイズは固定にする*/
	color:#666666;
	font-size:10px;
}

#ai a:hover,
#ai a:active {/*オールインターネットのテキストリンクのフォントサイズは固定にする*/
	color:#cc0000;
	font-size:10px;
	
	text-decoration:underline;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定

　※ここでの設定名・値は任意
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#ff0000;
	font-weight:bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
}
.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.prepare {
	padding:100px 0 200px;
	text-align:center;
}
