@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

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;
}


table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
        text-decoration: none;		/*リンクの文字色*/
}

a:hover {
	color: #cc0000;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/banner.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 129px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 941px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #ff0000;
	color: #fff;
        background-position: center center;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 14px;		/*h1タグの文字サイズ*/
	line-height: 22px;
        color: #ffffff;
        text-align: left;
	position: absolute;
	right: 20px;	/*ヘッダーに対して右から0pxの位置に配置*/
	top: 55px;	/*ヘッダーに対して下から0pxの位置に配置*/
}


/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 10px;
}

#main h2 {
	font-size: 100%;
	color: #000000;
	border-bottom: 1px solid #ff0000;		/*h2タグの下線*/
	background-image: url(images/h2bg.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #ff0000;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
}


#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #ffffff;/*背景色*/
	border: 1px solid #ff0000;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
        float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;	/*h3タグの文字色*/
	background-color: #FFFFFF;/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #ff0000;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#side img {padding: 5px 0px 5px 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 30px;
	font-size: 100%;
        color: #fff;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 25px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;
}


/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
        height: 30px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 941px;
        background-color: #666666;
        text-align: center;
	color: #fff;
        clear: both;
	width: 100%;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {                                       /*トップページ商品*/
	width: 708px;
        line-height: 1.3;
}

.ta1, .ta1 td, .ta1 th{
	border: 0.5px solid #003e96;
}

.ta1 td, .ta1 th{
	padding: 1px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #cc9966;	/*左側thタグの背景色*/
	width: 110px;				/*左側thタグの幅*/
	text-align: center;
}

.ta1 td{
         text-align: center;
}

