@charset "shift_JIS";

/* ================================================ */
/* 全体設定−初期化     */

* {
	border: 0; 
	margin: 0;
	padding: 0;	
}

/* 全体設定          */

/* body              */

body {
	width: 750px;	
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 140%;
	color: #222;
	background-color: #f46332;	
}

/* 　　　リンク     */

a {
	display: inline;
	text-decoration: none;
	color: #333;
}

a:link {
	color: #333;
}

a:visited {
	color: #666;
}

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: 0;
	border-style: none;
}

/* ================================================ */
/* 　縦方向の位置   */

.vtop {
	vertical-align: top;
}

.vmid {
	vertical-align: middle;
}

.vbtm {
	vertical-align: bottom;
}

/* 　横方向の位置   */
.left {
	float: left;
}

.right {
	float: right;
}

.left-top {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.left-mid {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-btm {
	float: left;
	margin-right:10px;
	margin-top: 10px;
}

.right-top {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right-mid {
	float: right;
	margin-left: 10px;
	margin-top: 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: none
}

waku01 {
	border: 1px solid #999;
}

.waku02 {
	border: 2px solid #999;
}

/* ================================================ */
/* ページの整形     */

#container {
	width: 750px;
	margin: 0 auto;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #FFF;
}

/* ================================================ */
/* ヘッダー     */

#header {
	width: 750px;
	height: 80px;
	border-bottom: 1px solid #999;
	background: #eee url(terreal_hearder_1.gif) no-repeat;
}

/* サイト名     */

#header h1 {
	font-size: 14pt;
	font-weight: 500;
	padding: 20px 20px 5px;
	color: #cc8f33;
	text-align: center;
}

#header h2 {
	font-size: 14pt;
	font-weight: 500;
	font-style: italic;
	margin-top: 90px;
	padding: 5px 20px 5px;
	color: #cc8f33;
	text-align: right;
}

#header img {
	border-top: solid 4px #ccc;
	border-right: solid 4px #ccc;
	border-left: solid 4px #ccc;
	border-bottom: solid 4px #ccc;
}

/* ================================================ */
/* メニュー     */

#menu {
	width: 750px;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 5px solid #999;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 200%;
}

/*   メニューリスト     */

#menu ul {
	list-style: none;
	margin: 5px 20px 5px;
	padding: 0;
	text-align: right;
}

#menu li {
	margin: 0;
	padding: 10px 10px 10px;
	text-align: right;
	display: inline;
	list-style: none;
}

#menu a {
	display: inline;
	text-decoration: none;
	color: #333;
	padding: 10px 10px 10px;
	font-weight: 500;
}

#menu a:visited  {
	color: #444;
}

#menu a:hover {
	display: inline;
	color: #ccc;
	padding: 10px 10px 10px;
	background-color: transparent;
}

#menu p {
	font-size: 12px;
	text-align: left;
	margin: 5px 25px 0px;
	color: #333;
}

/* ================================================ */
/*    タイトル　　     */

#title {
	width: 750px;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
}

/* 見出し           */

#title h1 {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 20px 5px;
	padding: 0;
	color: #222;
}

/* ================================================ */
/*    メイン　　　     */

#main {
	width: 750px;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	margin: 0;
	padding: 0;
}

/* 見出し           */

#main h1 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	padding: 10px 10px 5px;
	color: #222;
	border-bottom: 1px solid #999;
}

#main h2 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	padding: 10px 10px 10px 5px;
	color: #222;
	border-top: 4px solid #999;
	border-bottom: 1px solid #999;
}
#main p {
	font-size: 12px;
	text-align: center;
	margin: 5px 5px 5px;
	color: #333;
}

#main img {
	text-align: center;
	margin: 0px 0px 0px;
}

/* ================================================ */
/* フッター     */

#footer {
	width: 750px;
	text-align: center;
	border-top: 5px solid #999;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 2px solid #999;
	clear: both;
}

/* 著作権     */

#footer address {
	margin: 0 5px 0;
	padding: 5px;
	font-size: 80%;
	color: #333;
}
