/* サイト全体設定
 ---------------------------------------------------------------------- */

body 	{
	color:#000000;
	line-height: 140%;
	font-family: "Verdana", "Arial", sans-serif;
	background-color: #EB9384;
	background-attachment: fixed;
	background-image: url(img/bg01.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;		/*IE6 center*/	
	}

#container {
	margin: auto;
	width: 841px;
/*	
	border-width: 1px;
	border-style: solid;
	border-color: #4F4F4F;
*/
	background-color: #FFFFFF;
	text-align: left;		/*IE6 center*/
	}


/* リンク設定 
---------------------------------------------------------------------- */

a 	{
	color: #0000FF ;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {

/*マウスオーバーで色を変えたい場合*/	
/*
	color: red ;
*/
	}
	
a img {
	border:0;
	}


/* 見出し設定 
---------------------------------------------------------------------- */

h1,h2,h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul {
	text-indent: 5px;
	vertical-align: middle;
	}

li {
	list-style-type: none;
	}


/* サイトタイトル部分設定 
---------------------------------------------------------------------- */

#banner {
	height: 150px;
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#4F4F4F;
*/
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	}


/* タイトル部分設定その１ 
---------------------------------------------------------------------- */

#banner a {
	color: #7F2D1F;
	font-weight: bold;
	text-decoration: none; 
	}

#banner a:hover {
	color: red ;
	font-weight: bold;
	text-decoration: none; 
	}


/* サイトタイトル部分設定その２ 
---------------------------------------------------------------------- */
#banner h1 {
	padding-right: 70px;
	padding-left: 70px;
	font-size: 24px;
	line-height: normal;
	position: relative;
	top: 20px;
/* タイトルを中央にしたい場合　*/		
/*	
	text-align: center;
*/
/* タイトルを右寄せにしたい場合　*/		
/*
	text-align: right;
*/
	}
	
#banner p {
	margin-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	color: #FFFFFF;	
	font-size: 12px;
	font-weight: bold;
	}



/* コンテンツ部設定 
---------------------------------------------------------------------- */

#wrap {
	margin: 0px;
	padding: 0px;
	width: 841px;
	float: left;
	overflow: hidden;

	}



/* コンテンツ部設定 
---------------------------------------------------------------------- */

#center {
	margin: 0px;
	padding: 0px;
	width: 609px;
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;
	}


/* main設定 
---------------------------------------------------------------------- */

#main {
	margin: 0px 11px 0px 0px;
	padding: 0px;
	width: 600px;
	float: none;
	}


/* main設定
---------------------------------------------------------------------- */

#main p {
	margin-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 14px;
	color:#000000;
	}

#main h2 {
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 3px 15px;
	background-image: url(img/bg02.gif);
	background-position: center;	
	background-repeat: repeat-x;
	border: 1px solid #7F7F7F;
	font-weight: bold;
	font-size:14px;
	color:#000000;	
	}


#main h3 {
	margin-bottom: 5px;
	margin-top: 30px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	font-weight: bold;
	font-size: 14px;
	color:#000000;	
	}


/* リンクバー設定 
---------------------------------------------------------------------- */

#linkbar {
	height: 40px;
/*	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#4F4F4F;
*/
	background-color: #EFEFEF;
	text-align: center;
	font-size : 12px;
	}

#linkbar ul { margin:0; }
#linkbar ul li { display:inline; }


/* 左サイド部位置決め設定 
---------------------------------------------------------------------- */

#left 	{
	width: 232px;
	float: left;
	background-color: #ffffff;
	line-height: 140%;
	}
	
/* 右サイド部位置決め設定 
---------------------------------------------------------------------- */

#right 	{
	width: 0px;
	float: right;
	background-color: #ffffff;
	line-height: 140%;
	}



/* 左サイドメニュースタイル設定 
---------------------------------------------------------------------- */

#left h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	width:212px;
	height: 20px;
	background-color: #7F2D1F;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

#left h3 {
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color:#470F05;	
	}
	
#left p  {
	margin-bottom: 30px;	
	padding: 0px 3px 0px 3px;
	font-size: 12px;
	
	}	

#left ul {
	margin: 20px 0px 30px 0px;
	padding-left: 0px;
	}

#left li  {
	margin-bottom: 5px;
	padding: 0px 3px 0px 3px;	
	font-size: 12px;
	
	
	}


/* 右サイドメニュースタイル設定 
---------------------------------------------------------------------- */

#right h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	width:0px;
	height: 20px;
	background-color: #000000;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

#right h3 {
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}

#right p  {
	margin-bottom: 30px;	
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}

#right ul {
	margin: 20px 0px 30px 0px;
	padding-left: 0px;
	}

#right li  {
	margin-bottom: 30px;
	font-size: 12px;
	padding: 0px 3px 0px 3px;	
}


/* サイドメニュー領域設定 
---------------------------------------------------------------------- */

.sidebar {
	padding: 0px 8px;
	}


/* サイド枠部分設定 
---------------------------------------------------------------------- */

#left .wrap-side,#right .wrap-side  {
	width:212px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;	
	background-color: #FFFFFF;
	border: 1px solid #7F2D1F;
	}


	
/*フッタリンク設定 
---------------------------------------------------------------------- */

#footerlink {
	padding: 3px;
	clear: both;
	display: block;
/*	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#4F4F4F;
*/
	background-color: #EFEFEF;
	text-align: center;
	color: #000000;
	font-size: 10px;

	}

#footerlink ul { margin:0; }
#footerlink ul li { display:inline; }


/* フッター部設定 
---------------------------------------------------------------------- */

#footer {

	margin: 0px;
	padding: 3px;
	clear: both;
	height: 40px;
	display: block;
	background-color: #7F2D1F;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	font-size: 10px;
	}

#footer a {
	font-size: 10px;
	}
	
	
	
	
/* 文字サイズ設定 
---------------------------------------------------------------------- */

.font10 { font-size: 10px!important; }
.font12 { font-size: 12px!important; }
.font14 { font-size: 14px!important; }
.font16 { font-size: 16px!important; }
.font24 { font-size: 24px!important; }


/* テーブル設定 
---------------------------------------------------------------------- */

table.tbl {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 336px;
	border-collapse: collapse;
	font-size: 12px;
	}

.tbl td{
	padding: 5px;
	width: 167px;
	border: 1px solid #7F7F7F;
	}


/* 画像の位置設定 
---------------------------------------------------------------------- */
.img-left{
	float: left;
	margin: 0px 10px 20px 0px;
	}
	
.img-right{
	float: right;
	margin: 0px 0px 20px 10px;
	}	
	

