/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "Verdana", "ＭＳ Pゴシック", "Osaka‐等幅";
	line-height: 150%;
	background-color: #FAEEAB;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link    {color: #336699; text-decoration: none;}
a:visited {color: #336699; text-decoration: none;}
a:active  {color: #336699; text-decoration: none;}
a:hover   {color: #003366; text-decoration: underline;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	background-color:#ffffff;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
background-color:#ffffff;
height:100px;
background:url(http://img07.shop-pro.jp/PA01031/474/etc/bg_header.gif);
background-repeat: repeat-x;
}
.logo{
	float:left;
}

.headermenu{
	float:right;
	background-color:#ffffff;
	margin:60px 5px 0 0;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
	background-color:#ffffff;

}
.menu{
	margin-left:10px;
	background-color:#ffffff;
}
.menu_search{
	background-color:#FFA500;
	padding:2px 5px 2px 5px;
	margin:0px;
}
.menu_search_kakomi{
	background-color:#ffffff;
	padding:0;
	margin:0px;
}

/*　画面右側の幅　*/
.mainphoto {
	float: left;
	width: 600px;
	background-color:#ffffff;
}
.main {
	float: left;
	width: 600px;
	background-color:#ffffff;

}
.main a:link    {color: #FF6600; text-decoration: none;}
.main a:visited {color: #ff6600; text-decoration: none;}
.main a:active  {color: #FF6600; text-decoration: none;}
.main a:hover   {color: #ff0000; text-decoration: underline;}

.maincontents{
	width:570px;
	background-color:#ffffff;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:15px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
 text-align:center;
 background-color:#ffffff;
 border-top:2px #336699 solid;
 padding-top:5px;
 margin-top:5px;
}

h1{
	border-left:5px #0099FF solid;
	border-right:5px #0099FF solid;
	font-size:18px;
	color:#003366;
	font-weight:bold;
	padding:10px 0 10px 10px;
}
h2{
	background-color:#0099FF;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	padding:3px 0 3px 10px;
}
h3{
	background-color:#ffffff;
	font-size:16px;
	color:#003366;
	font-weight:bold;
	padding:0 0 1px 0;
	border-bottom:2px #0099FF solid;
	margin-bottom:8px;
margin-top:10px;
}

.m{
	font-size:14px;
	line-height:150%;
}
.s{
	font-size:10px;
	line-height:140%;
}
.newstext{
	border-bottom:1px #cccccc dotted;
	padding:2px 0 2px 0;
}
.kekka{
	background-color:#FFF0C1;
	padding:10px;
}
.example{
	background-color:#ffffff;
	padding:10px;
	border:1px #cccccc solid;
	color:#787878;
}
table{
border: 1px solid #666666;
empty-cells: show;
border-collapse: collapse;
}
th{
border: 1px solid #666666;
padding:5px;
border-collapse: collapse;
background-color:#FFF0C1;
}
td{
border: 1px solid #666666;
padding:5px;
border-collapse: collapse;
}
.about_img_l{
padding-right:10px;
}
.about_img_r{
padding-left:10px;
}