@charset "Shift_JIS";

/* ◆BASE DESIGN◆ */



/* ------------------------------

▼デフォルトCSSをリセット
▼フォントの指定
▼リンク色の指定
▼マスターページ
▼(コンテントに)絶対配置のイラスト

------------------------------ */




/*▼ デフォルトCSSをリセット */

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

h1,h2,h3,h4,h5,h6,p{font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color:#2F4361;
	}

li{list-style:none;}

img{border: none;}

img.alpha50{
	opacity: 0.5; /* IE以外透過設定 */
	filter: alpha(opacity=50); /* IE用透過設定 */
	}


.clear{clear:both; border:none;}



/* ▼ フォントの指定 */

p{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.8em;
	}

.red{color:red;}			/* 赤色 */
.ora{color:orange;}			/* オレンジ */
.whi{color:white;}			/* 白色 */
.gre{color:#aaaaaa;}			/* グレイ */
.green{color:green;}			/* 緑色 */

.font9{font-size:9px;}


.fline{text-decoration:line-through;}			/* 打ち消し線 */

/* ▼ リンク色の指定 */

a:link{color:black;text-decoration:underline;}
a:visited{color:#666666;text-decoration:none;}
a:hover{color:#FF6633;text-decoration:underline;}



/* ▼ マスターページ */

body{
	text-align:center;
	background:url(../oth/bas_img/fruitia_bg.jpg) fixed center center;
	}

#container{
	margin: 0px auto;
	width:780px;
	text-align:left;
	position:relative;
	}

#header{
	margin:0px;
	width:780px;
	height:60px;
	background:url(../oth/bas_img/topback.gif) repeat-x left;
	}

#content{
	margin:0px;
	padding:17px 24px 0px 24px;
	border-top:solid 2px #FFFFFF;
	border-bottom:solid 2px #FFFFFF;
	background:url(../oth/bas_img/moyo.gif);
	}

#fnavi{
	height:30px;
	line-height:2em;
	clear:both;
	}

#fnavi p{
	font-size:11px;
	text-align:center;
	}

#footer{
	margin: 0px auto;
	width:780px;
	height:30px;
	}

#footer img{
	margin:8px auto auto 7px;
	float:left;
	}

#footer img.f_r{
	margin-top:7px;
	margin-right:7px;
	float:right;
	}



/*▼ (コンテントに)絶対配置のイラスト */

img#must_ill{
	position:absolute;
	top:0%;
	right:0%;
	margin:0px -21px 0px auto;
	}
