@charset "shift_jis";



body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	text-align: center;
	background: #e6dfd3 url(../images/bg.jpg) repeat-x center top;	/*背景色、背景画像の設定＆X軸(横軸)にリピート＆中央上部基準に並べる*/
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 15px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの文字色*/
}
a:hover {
	color: #7CBEBD;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 980px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 90px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 1px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 3px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/
	width: 1000px;
	height: 84px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 12px;		/*文字サイズ*/
	line-height: 20px;	/*行間*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #FFFFFF;			/*文字色*/
	position: absolute;
	right: 538px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 59px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
	width: 348px;
	height: 18px;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}
/*「カートにいれる」ボタン設定*/
#header #cart {
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー全体のブロック*/
ul#menu {
	line-height: 75px;
	height: 75px;

	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
/*メニュー１個あたりの設定*/
ul#menu li {
	float: left;

	padding-top: 1px;
}
ul#menu li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	width: 161px;		/*メニュー１個あたりの幅*/
	display: block;
}
ul#menu li a:hover {
	background: #A6C2FF url(images/menu_line.gif) no-repeat right center;
	color: #3E67F7;		/*マウスオン時の文字色*/
}	

/*コンテンツ（３カラムのブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background: url(../images/container_bg.jpg) repeat-y;	/*左右のブロックの枠画像の読み込み＆縦軸にリピート*/
}
/*２カラム使用時の設定*/
#c2 #contents {
	background: url(../images/container_bg_c2.jpg) repeat-y;
}

/*メイン、サブを囲むブロック
---------------------------------------------------------------------------*/
#contentsin {
	width: 980px;	/*ブロック幅*/
	float: left;	/*左側に回り込みさせる設定*/
}
/*２カラム使用時の設定*/
#c2 #contentsin {
	width: 100%;
	float: none;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*contentsinブロック内でメインコンテンツを右(right)に回り込み*/
	width: 750px;	/*コンテンツ幅*/
}
/*２カラム使用時の設定*/
#c2 #main {
	width: 780px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 16px;
	clear: both;
	width: 740px;
	color: #FFFFFF;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #2557F9;
	background-image: url(../images/main_titlebg.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
}
/*２カラム使用時の設定*/
#c2 #main h2 {
	width: 770px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*段落タグの左右の余白をなくす設定*/
#main p.img {
	padding-right: 0px;
	padding-left: 0px;
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*contentsinブロック内でサブコンテンツを左(left)に回り込み*/
	width: 200px;	/*コンテンツ最上部の横線の幅、線種、色*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*サブメニュー（「Sub Menu」とある両サイドブロックのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
ul.menu li {
	border-bottom: 1px solid #484848;	/*メニューごとの下線の幅、線種、色*/
}
ul.menu li.last {
	border-bottom: none;	/*メニュー下のラインを消す*/
}
ul.menu li a {
	text-decoration: none;
	display: block;
	width: 200px;
	background: #FFFFFF;	/*背景色*/
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
ul.menu li a:hover {
	
	background-color: white;
}

/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右側に回り込み*/
	width: 200px;	/*ブロック幅*/
	padding: 0px 5px;	/*左から、上下、左右への余白*/
	border-top: 5px solid #484848;	/*コンテンツ最上部の横線の幅、線種、色*/
}
/*２カラム使用時の設定*/
#c2 #side {
	display: none;
}

/*サブ、サイドコンテンツ（左右ブロック）共通
---------------------------------------------------------------------------*/
/*h3タグ設定*/
#sub h3,
#side h3 {
	clear: both;
	width: 200px;
	color: #FFF;	/*背景色*/
	text-align: center;		/*文字をセンタリング*/
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2557F9;
	line-height: 19px;
}
/*段落タグの余白設定*/
#sub p,
#side p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 200px;
	width: 738px;
	padding-left: 10px;
	background: #FFFFFF;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a2a2a2;
	border-right-color: #a2a2a2;
	border-bottom-color: #a2a2a2;
	border-left-color: #a2a2a2;
}
/*２カラム使用時の設定*/
#c2 #main .new {
	width: 768px;
}
#main .new dl {
	clear: left;
	width: 745px;
	border-bottom: 1px solid #cccccc;	/*各記事ごとの下線の幅、線種、色*/
	overflow: hidden;
}
/*２カラム使用時の設定*/
#c2 #main .new dl {
	width: 748px;
}
#main .new dt {
	font-weight: bold;	/*日付を太字にする設定。通常がいいならこの１行削除。*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 600px;
	padding-left: 30px;
}
/*２カラム使用時の設定*/
#c2 #main .new dd {
	width: 548px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	background: url(../images/footer_bg.jpg) no-repeat center top;	/*背景画像の読み込み*/
	padding-top: 15px;
}
/*２カラム使用時の設定*/
#c2 #footer {
	background: url(../images/footer_bg_c2.jpg) no-repeat center top;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}
/*下のフッター--------------------------------------------------------------------------------------------------*/

#sita {
	clear: none;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;	/*背景画像の読み込み*/
	padding-top: 150px;
	background-image: url(../images/bg-sita.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 150px;
	width: 100%;
}
/*２カラム使用時の設定*/
#c2 #sita {
	background: url(../images/footer_bg_c2.jpg) no-repeat center top;
}
#sita a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}


/*box1(subとsideブロック内)
---------------------------------------------------------------------------*/
#sub .box1,
#side .box1 {
	border-bottom: 1px solid #a2a2a2;		/*下側の線の幅、線種、色*/
	background: #FFFFFF;	/*背景色*/
	padding: 5px;			/*ボックス内の余白*/
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.6;		/*行間*/
	width: 180px;			/*ボックス幅*/
	overflow: hidden;
}
#sub .box1 p,
#side .box1 p {
	padding: 0px;
}
#sub .box1 p.img,
#side .box1 p.img {
	float: left;	/*画像を左側に回り込みさせる設定*/
}
#sub .box1 p.img a img,
#side .box1 p.img a img {
	margin-right: 5px;	/*画像の右側にスペースをあける*/
	border: 1px solid #D3D3D3;	/*画像の枠線の幅、線種、色*/
}
#sub .box1 p.img a:hover img,
#side .box1 p.img a:hover img {
	border: 1px solid #333333;	/*マウスオン時の枠線の幅、線種、色*/
}
#sub .box1 strong,
#side .box1 strong {
	color: #5EAFB2;	/*ボックス内の太字(strong)設定の文字色*/
}
#sub .box1 strong a,
#side .box1 strong a {
	color: #5EAFB2;	/*ボックス内の太字(strong)にリンク設定をした際の文字色*/
}
#sub .box1 strong a:hover,
#side .box1 strong a:hover {
	color: #666666;	/*ボックス内の太字(strong)にリンク設定をした際のマウスオン時の文字色*/
}

/*box1(mainブロック内)
---------------------------------------------------------------------------*/
#main .box1 {
	background: #FFFFFF;	/*背景色*/
	padding: 5px;			/*ボックス内の余白*/
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.6;		/*行間*/
	width: 540px;			/*ボックス幅*/
	overflow: hidden;
	margin-bottom: 1em;
	border: 5px solid #484848;	/*枠線の幅、線種、色*/
}
/*２カラム使用時の設定*/
#c2 #main .box1 {
	width: 760px;		/*ボックス幅*/
}
#main .box1 p {
	padding: 0px;
}
#main .box1 p.img {
	float: left;	/*画像を左側に回り込みさせる設定*/
}
#main .box1 p.img img {
	margin-right: 5px;	/*画像の右側にスペースをあける*/
	border: 1px solid #D3D3D3;	/*画像の枠線の幅、線種、色*/
}
#main .box1 p.img a:hover img {
	border: 1px solid #333333;	/*マウスオン時の枠線の幅、線種、色*/
}
#main .box1 h3 {
	color: #5AADB1;		/*ボックス内のh3タグの文字色*/
	font-size: 120%;	/*文字間にすこしゆとりを出す設定。通常がいいならこの１行削除。*/
}
#main .box1 h3 a {
	color: #5AADB1;	/*ボックス内のh3タグにリンク設定をした際の文字色*/
}
#main .box1 h3 a:hover {
	color: #666666;	/*ボックス内のh3タグにリンク設定をした際のマウスオン時の文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.ta1 {
	border: 5px solid #484848;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 560px;		/*テーブル幅*/
	background: #FFF;	/*背景色*/
}
/*２カラム使用時の設定*/
#c2 .ta1 {
	width: 780px;		/*テーブル幅*/
}
.ta1 td, .ta1 th{
	border: 1px solid #a2a2a2;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内のtd幅(右側)*/
.ta1 td{
	width: 337px;
	padding: 10px;
	vertical-align: top;
}
/*２カラム使用時の設定*/
#c2 .ta1 td{
	width: 557px;
}
/*テーブル内のth(左側)*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #ebebeb;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #bfdfe0;	/*背景色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 350px;
	width: 980px;
	clear: left;
	margin-bottom: 15px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #FFFFFF;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #60AFB3;
}
.c {
	text-align: center;
}
.pr {
	font-size: 10px;
}
.box {
	background: #FFFFFF;
	border: 1px solid #a2a2a2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.osusume {
	background: #FFFFFF url(../images/icon_osusume.gif) no-repeat right bottom !important;
}
.soldout {
	background: #FFFFFF url(../images/icon_soldout.gif) no-repeat right bottom !important;
}

#sub .box1 {
	background: #FFF;	/*背景色*/
	padding: 5px;	/*枠線の幅、線種、色*/
	width: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#sita {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;	/*背景画像の読み込み*/
	padding-top: 150px;
	background-image: url(../images/bg-sita.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
/*２カラム使用時の設定*/
#c2 #sita {
	background: url(../images/footer_bg_c2.jpg) no-repeat center top;
}
#sita a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

#sita-setumei {
	float: none;	/*サブコンテンツを左(left)に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
}
#sita-setumei2 {
	float: none;	/*サブコンテンツを左(left)に回り込み*/
	width: 978px;	/*サブコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}
