@charset "shift_JIS";

/* ================================================ */
/* 全体設定−初期化     */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* 全体設定          */

/* body              */


body {
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
	font-family: メイリオ,Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 150%;
	color: #222;
	background-color: #F46332;
	text-align: center;
}

/* 　　　リンク     */

a {
	display: inline;
	text-decoration: underline;
	color: #000;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #ccc;
	background-color: transparent;
}

/* 文字強調     */

em {
	font-weight: normal;
	color: #A33;
}
.right_text {
	text-align: right;
}

.left_text {
	text-align: left;
}

.center_text {
	text-align: center;
}

/* ================================================ */
/* 画像              */

img {
	border: 0px;
	border-style: none;
}

/* ================================================ */
/* 　縦方向の位置   */

.vtop {
	vertical-align: top;
}

.vmid {
	vertical-align: middle;
}

.vbtm {
	vertical-align: bottom;
}

/* 　横方向の位置   */

.left-top {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.left-btm {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.right-top {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right-btm {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

/* 　回り込みの解除   */

.clear {
	clear: both;
}

/* 　フォントサイズ   */

.p050 {
	font-size: 50%;
}

.p060 {
	font-size: 60%;
}

.p070 {
	font-size: 70%;
}

.p080 {
	font-size: 80%;
}

.p090 {
	font-size: 90%;
}

.p110 {
	font-size: 110%;
}

.p120 {
	font-size: 120%;
}

.p150 {
	font-size: 150%;
}

.p200 {
	font-size: 200%;
}

/*　　　　枠　　　　*/

.waku00 {
	border: 1px solid #000;
}

.waku02 {
	border: 2px solid #888;
}

/* 　　テーブル           */

table {
	width: 540px;
	margin: 0px auto 10px;
	border-spacing: 0;
	border: 1px solid #999;
	border-collapse: collapse;
}

th {
	width: 60px;
	height: 15px;
	border: 1px solid #999;
	background-color: #eee;
	margin: 0 auto;
}

tr {
	width: 60px;
	height: 15px;
	border: 1px solid #999;
	background-color: #eee;
	margin: 0 auto;
}

td {
	width: 60px;
	height: 15px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
	background-color: #fff;
	border-collapse: collapse;
	margin: 0 auto;
}

.foot-cell {
	height: 50px;
}

/* ================================================ */
/*      ヘッダー      */


#header {
	width: 744px;
	margin: 0 auto;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
	background-color: #eee;
}

#header h1 {
	font-size: 12pt;
	font-weight: 500;
	padding: 5px 20px 5px;
	color: #cc8f33;
	text-align: left;
}

#header h2 {
	font-size: 20pt;
	font-family: "ＭＳ Ｐ明朝", "平成明朝", serif;
	font-weight: 700;
	font-style: normal;
	padding: 10px 20px 5px;
	color: #f46332;
	text-decoration: underline;
	text-align: center;
	background-color: #eee;
}

/* ================================================ */
/* 　　タイトル     */

#title {
	width: 744px;
	margin: 0 auto;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 2px solid #999;
	background-color: #eee;
}

#title h1 {
	font-size: 12pt;
	font-weight: 500;
	padding: 5px 20px 5px;
	color: #222;
	text-align: center;
}

#title p {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	padding: 5px 20px 5px;
	color: #333;
	text-align: center;
}

/* ================================================ */
/* メニュー     */

#menu {
	width: 744px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 5px solid #999;
	padding: 0;
	line-height: 180%;
}

/*   メニューリスト     */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu li {
	margin: 0;
	padding: 10px 10px 10px;
	text-align: left;
	display: inline;
	list-style: none;
}

#menu a {
	display: inline;
	text-decoration: none;
	color: #333;
	padding: 0.25em 1em;
	font-weight: 400;
	text-align: left;
}

#menu a:visited {
	color: #333;
}

#menu a:hover {
	display: inline;
	color: #ccc;
	padding: 0.25em 1em;
	background-color: transparent;
}

/* ================================================ */
/*    テレアル　　     */

#terreal {
	width: 744px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 5px solid #999;
	background-color: #fff;
}

#terreal h1,h2 {
	clear: both;
	font-size: 12pt;
	font-weight: 500;
	padding: 0px 10px 5px;
	color: #333;
	text-align: left;
	background-color: #fff;
}

#terreal a {
	font-weight: 400;
	font-size: 10pt;
	color: #333;
	text-decoration: underline;
}

#terreal a:link {
	color: #333;
}

#terreal a:visited {
	color: #333;
}

#terreal a:hover {
	color: #ccc;
	background-color: transparent;
}

#terreal p {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	padding: 0px 10px 10px;
	line-height : 1.2;
	color: #333;
	text-align : left;
}

#terreal img {
	margin: 10px 0px 10px;
	border: solid 2px #fff;
}

/* ================================================ */
/*    ラペール　　     */

#lapeyre {
	width: 744px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 5px solid #999;	
	background-color: #fff;
}

#lapeyre h1,h2 {
	clear: both;
	font-size: 10pt;
	font-weight: 600;
	padding: 0px 10px 5px;
	color: #333;
	text-align: left;
	text-decoration: underline;
	background-color: #fff;
}

#lapeyre a {
	font-weight: 600;
	font-size: 10pt;
	color: #333;
	text-decoration: underline;
}

#lapeyre a:link {
	color: #333;
}

#lapeyre a:visited {
	color: #333;
}

#lapeyre a:hover {
	color: #ccc;
	background-color: transparent;
}

#lapeyre p {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	padding: 0px 20px 10px;
	color: #333;
	text-align: left;
}

#lapeyre img {
	margin: 10px 0px 10px;
	border: solid 2px #fff;
}

/* ================================================ */
/* 　　サブグループ     */
#sub_group {
	clear: both;
	width: 744px;
	height: 160px;
	margin: 0 auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background-color: #fff;
}

/*    セニデコ　　     */

#senideco {
	width: 368px;
	height: 160px;
	padding: 0;
	border-left: 3px solid #fff;
	background-color: #fff;
	float: left;
}

#senideco h1,h2 {
	font-size: 10pt;
	font-weight: 600;
	padding: 10px 10px 5px;
	color: #333;
	text-align: left;
	text-decoration: underline;
	background-color: #fff;
}

#senideco a {
	font-weight: 600;
	font-size: 10pt;
	color: #333;
	text-align: left;
	text-decoration: underline;
}

#senideco a:link {
	color: #333;
}

#senideco a:visited {
	color: #333;
}

#senideco a:hover {
	color: #ccc;
	background-color: transparent;
}

#senideco p {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	padding: 10px 5px 10px 5px;
	color: #333;
	text-align: left;
	line-height: 160%;
}

#senideco img {
	margin: 10px 10px 10px 0px;
	border: solid 1px #fff;
}

/* 　スタッコラースト　    */

#stucco {
	width: 364px;
	height: 160px;
	padding: 0;
	margin: 0 auto;
	border-left: 4px solid #999;
	border-right: 3px solid #fff;
	background-color: #fff;
	float: right;
}

#stucco h1,h2 {
	font-size: 10pt;
	font-weight: 600;
	padding: 10px 10px 5px;
	color: #333;
	text-align: center;
	text-decoration: underline;
	background-color: #fff;
  line-height : 1.5;
}

#stucco a {
	font-weight: 600;
	font-size: 10pt;
	color: #333;
	text-decoration: underline;
}

#stucco a:link {
	color: #333;
}

#stucco a:visited {
	color: #333;
}

#stucco a:hover {
	color: #ccc;
	background-color: transparent;
}

#stucco p {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	padding: 5px 5px 10px 5px;
	color: #333;
	text-align: left;
	line-height: 160%;
}

#stucco img {
	margin: 10px 10px 10px 0px;
	border: solid 1px #fff;
}


/* ================================================ */
/* フッター     */

#footer {
	clear: both;
	width: 744px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	border-top: 5px solid #999;
	background-color: #fff;
}

/* 著作権     */

#footer address {
	margin: 0 5px 0;
	padding: 5px;
	font-size: 80%;
	color: #333;
}#main {
	text-align: left;
	border-collapse: separate;
	table-layout: auto;
	empty-cells: show;
}