@charset "shift_jis";

body {
	color: #ffffff;
	background-color: #ffffff;	/*背景色*/
	background-image: url(../images/bg_top.jpg);	/*背景画像の読み込み*/
/*	background-attachment: fixed;*/
	background-repeat: repeat-x;			/*背景画像をＸとＹ軸（横軸縦軸）にリピート*/
	background-position: top;			/*背景画像を上部に配置*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*左から、文字サイズ、行間(line-height)、フォントファミリーの指定*/
}
/*トップページ(body id="top")のみ、壁紙変更する設定*/
body#top {
	position: relative;
	top: 50px;

/*	background-image: url(../images/bg_top2.jpg);	/*背景画像の読み込み*/
/*	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
/*	background-position: top;			/*背景画像を上部に配置*/
}
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: #ffffff;
}
a:hover {
	color: #cd0000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---***/
#container {
/*	background-color: #000000;*/
	background-image: url(../images/bg_naka.jpg);	/*背景画像の読み込み*/
	border-style: solid;			/*枠*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 980px;	/*コンテナー幅*/
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---***/
#header {
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
/*	background-image: url(../images/header_bg.gif);	/*ヘッダー背景画像の読み込み*/
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 24px;	/*ヘッダーブロックに対して上から24pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	line-height: 20px;		/*行間*/
	font-weight: normal;	/*デフォルトで太字になるのを標準に。太字がいいならこの１行削除。*/
	color: #FFFFFF;			/*文字色*/
	position: absolute;
	top: 34px;		/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 10px;	/*ヘッダーブロックに対して右から10pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}

/*メインメニュー
---***/
ul#menu {
	background-image: url(../images/menu_bg.gif);	/*メニュー背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*画像の上部を配置*/
	height: 32px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	text-decoration: none;
	width: 100px;	/*メニュー１個あたりの幅*/
	line-height: 32px;
	height: 32px;
	display: block;
	text-align: center;
	border-right: 1px solid #343434;	/*メニューごとにある右側の境界線の設定*/
	overflow: hidden;
}
ul#menu li a:hover {
	background-image: url(../images/menu_bg.gif);	/*カーソルオーバー時のメニュー背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;				/*画像の下部を配置*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

/*トップのメイン画像
---***/
#mainimg {
	clear: left;
	width: 100%;
}

/*メインコンテンツ（左右のブロックを囲むボックス）
---***/
#contents {
	clear: left;
	width: 100%;
	padding-top: 40px;
}

/*メインコンテンツ
---***/
#main {
/*	background-image: url(../images/bg_naka.jpg);	/*背景画像の読み込み*/
/*	background-color: #000000;	/*背景色*/
	solid;width: 740px;	/*メインコンテンツ幅*/
	float: left;	/*メインコンテンツを左に配置*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	background-image: url(../images/title_bg1.gif);	/*h2背景画像*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	overflow: hidden;	/*ボックスから文字が飛び出た場合に非表示にする*/
	color: #FFFFFF;		/*文字色*/
	padding-left: 20px;
	padding-right: 10px;	
	margin-left: 50px;
	line-height: 40px;
	height: 40px;
	clear: both;
	width: 650px;
}
/*段落タグの余白設定*/
#main p {
	padding: 1em 50px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---***/
#sub {
/*	background-position: top;		/*画像の上部を配置*/
	height: 32px;


/*	background-image: url(../images/bg_naka.jpg);	/*背景画像の読み込み*/
	float: right;	/*サブコンテンツを右に配置*/
	
	width: 220px;	/*サブコンテンツ幅*/
}
/*h3タグ設定
---***/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	background-image: url(../images/title_bg_sub1.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;	/*背景画像をリピートしない*/
	overflow: hidden;
	color: #FFFFFF;		/*文字色*/
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 0px;
	line-height: 40px;
	height: 40px;
	clear: both;
	width: 220px;

/*	background-color: #3f3f3f;	/*背景色*/
/*	border: 3px double #414141;	/*枠線の幅、線種、色の設定*/

}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のサブメニュー
---***/
#sub ul.submenu li {
/*	margin: 10px;*/
/*	padding: 0px 10px;*/
/*	background-image: url(../images/bg_naka_naka.jpg);*/
	border-bottom: 1px solid #414141;	/*メニューごとの下線の幅、線種、色*/
	padding: 5px 10px;	/*左から、上、左右、下への余白*/
/*	width: 200px;*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display:inherit;
/*	padding: 5px ;	/*左から、上、左右、下への余白*/
}
#sub ul.submenu li a:hover {
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	background-color: #cd0000;	/*カーソルオーバー時の背景色*/
	width: 193px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---***/
#main .new {
	overflow: auto;
	height: 170px;			/*ボックスの高さ*/
	width: 650px;
/*	padding-left: 50px;*/
	margin-top:30px;
	margin-bottom: 30px;
	margin-left: 50px;
/*　	margin-right: 50px;*/
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	background-image: url(../images/bg_naka_naka.jpg);
}
#main .new dl {
	clear: left;
/*	width: 650px;*/
	border-bottom: 1px solid #414141;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	padding-left:15px;
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 80px;
}
#main .new dd {
	padding-left:50px;
	float: left;
	width: 300px;
}
#main .new dd img {
	vertical-align: middle;
}
/*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}*/

/*フッター
---***/
#footer {
	width: 100%;
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
	clear: both;
	text-align: center;
	line-height: 80px;
	height: 80px;
/*	background-image: url(../images/footer_bg.gif);	/*フッター背景画像*/
	background-repeat: no-repeat;
	color:#333333
}

#footer a {
	color:#333333;
	text-decoration: none;
}

/*テーブルＡ１
---***/
.taa{
	width: 653px;
	margin: 30px 50px;
	background-image: url(../images/bg_naka_naka.jpg);
	background-repeat: repeat;
/*	color: #ffffff;*/
}
.taa td{
	width: auto;
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;	
	text-align: center;	/*センタリング*/
}
.taa th{
	width: auto;
}
.taa tr{
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	padding-bottom:30px;
	line-height: 2;
}
/*.taa td{
/*	padding: 30;	/*テーブル内の余白*/
/*	color: #ffffff;*/
/*	text-align: center;	/*センタリング*/
/* 	background-color: #242424;
}
/*テーブル１行目に入った見出し部分*/
/*.taa th{
/*	width: 505px;
	text-align: center;
/*	padding: 2px;*/
/*	color: #fffffff;			/*文字色*/
/*	background-color: #242424;	/*背景色*/
/*	background-image: url(../images/title_bg2.gif)
	background-repeat: repeat-x;
	background-position: top;
}*/
/*テーブル内のh3タグ設定*/
.taa h3 {
	margin-bottom: 0.5em;
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 2px solid #ffffff;
}
/*テーブルＢ
---***/
.tab {
	width: 653px;
	margin: 30px 50px;
	background-image: url(../images/bg_naka_naka.jpg);
	background-repeat: repeat;
/*	color: #ffffff;*/
}
/*テーブル内の右側*/
.tab td{
	width: 325px;
	padding: 20px;				/*テーブル内の余白*/
/*	border: 2px solid #ffffff;*/

	margin-top: 30px;
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
/*	line-height: 2;	*/
/*	text-align: center;	/*センタリング*/
/*	vertical-align: top; */
}
.tab tr{
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
/*	padding-bottom:30px;*/
/*	line-height: 2px;*/
}
/*テーブル内の段落タグの余白*/
.tab p{
	padding: 30px;/*: !important;*/
}
/*テーブル内の左側の見出し部分*/
.tab th{
/*	width: 325px;				/*幅*/
/*	padding: 10px;				/*テーブル内の余白*/
/*	text-align: center;			/*文字をセンタリング*/
/*	border: 2px solid #ffffff;*/
}
/*テーブル内のh3タグ設定*/
.tab h3{
	margin-bottom: 0.5em;
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px solid #ffffff;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.tab th.tablemidashi{
	width: auto;
	text-align: left;
	background-image: url(../images/bg_naka_naka.jpg);	/*背景色*/
	color: #FFFFFF;	/*文字色*/
	background-image: url(../images/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.tab td.tablemidashi{
	width: auto;
	text-align: left;
	background-image: url(../images/bg_naka_naka.jpg);	/*背景色*/
	color: #ffffff;		/*文字色*/
	background-image: url(../images/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*テーブルＣ
---***/

.tac{
	width: 653px;
	padding: 30px;
	margin: 30px 50px;
	color: #ffffff;	
	line-height: 2;
	border-spacing: 0;
	font-size: 12px;

 	background-image: url(../images/bg_naka_naka.jpg);
	background-repeat: repeat;
}
.tac td{
	border: 2px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	padding: 3px 5px;
}
/*blog リンク
---***/
#blog {
	text-align: left;
}
#blog a {
	width: auto;
	font-size: 100%;
	text-decoration: none;
	background-color: #000000;	/*背景色*/
	color: #FF0000;		/*文字色*/
}

/*BASEショップ　リンク
---***/
#net {
	text-align: left;
}
#net a {
	width: auto;
	font-size: 100%;
	text-decoration: none;
/*	background-color: #000000;	/*背景色*/
	color: #FF0000;		/*文字色*/
}

/*その他
---***/
.look {
	background-color: #222222;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FF0000;
}

