@charset "shift_jis";

/*
Descriptio: IDジェット
Author: GROW
*/

/* ---------------------------
01.全般的な設定
02.ヘッダ
03.ナビ
04.コンテンツ
05.フッター
06.フォントサイズ
--------------------------- */





/* [ 01.全般的な設定 ] ---------------------------------- */
body{
	margin: 0;
	background-color: #FBDEAA;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	width: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height : 150% 
}


h1, h2, h3, p{
	padding:0;
	margin: 0;
}

ul{
	margin: 0;
	padding: 0px;
}


li{
	padding: 0px;
	margin: 0;
	list-style:none;
}


img{
	border:none;
	vertical-align: bottom;
}


p{
	text-align:justify;
	text-justify:inter-ideograph;
}

strong{
	font-weight:normal;
}

.clearfloat{
	clear: both;
}



/* h */
h1, h2{
	font-size:10px;
	font-weight:normal;
	color:#333333;
}


/* a */
a{
	font-style:normal;
	text-decoration: none;
}

a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #006699; }
a:active { color: #006699; }





/* ------------------------------------------------------ */





/* [ 02.ヘッダ ] ---------------------------------------- */
#header01{
	width: 908px;
	text-align: right;
}

/* ------------------------------------------------------ */





/* [ 03.ナビ ]------------------------------------------- */
#navi{
	width: 263px;
	float: left;
}

/* ------------------------------------------------------ */





/* [ 04.コンテンツ ]------------------------------------- */


#wrap {
	width: 1011px;
	float: left;
}


#content {
	margin-right:105px;
}

#maincontent {
	width: 908px;
	background-image: url(images/bg02.jpg);
	background-repeat: repeat-y;
}

#sidebar {
	float:left;
	margin-left:-105px;
	width:103px;
}

#movable {
	width:103px;
}

#rightcontent {
	width: 635px;
	float:left;
}
div#rightcontent p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin: 0px 5px 15px 5px;
}


#pan{
	height: 20px;
	color:#888888;
}
div#pan p{
	margin: 0px 5px 15px 5px;
}


#pagetop{
	text-align: right;
}


#news{
	display: inline; /* double margin bug fix */
	width: 625px;
	margin-right: 10px;
	float: left;
}

#news ul{
	width: 615px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style:none;
}

#news li{
	width: 605px;
	border-bottom: 1px dotted #666666;
	padding: 10px 0px 10px 0px;
}

#news span{
	color: #333333;
	font-weight: bold;
	background-color: #FFE8BF;
	padding: 4px;
}

.featurebox1{
	width: 395px;
	float:left;
}
.featurebox2{
	width: 230px;
	float:left;
}

.packagebox1{
	width: 205px;
	float:left;
}
.packagebox2{
	width: 420px;
	padding: 0px 0px 0px 5px;
	float:left;
}

.packagebox2 p.price{
	font-weight: bold;
	font-size: 18px;
	color: #F27931;
}

.packagebox2 h3{
	color: #F27931;
	padding: 0px 0px 5px 5px;
}

.introductionbox1{
	width: 375px;
	height: 80px;
	padding: 0px 0px 0px 5px;
	float:left;
}
.introductionbox2{
	width: 250px;
	height: 80px;
	float:left;
}

#sitemap{
	display: inline; /* double margin bug fix */
	width: 500px;
}
#sitemap ul{
	width: 500px;
	list-style:none;
	padding: 0px 0px 0px 10px;
}
#sitemap li{
	width: 500px;
	list-style-image: url(images/mark.gif);
	list-style-position: inside;
	border-bottom: 1px dotted #666666;
	padding: 10px 0px 10px 10px;
}

/* ------------------------------------------------------ */





/* [ 05.フッター ]--------------------------------------- */

#footer{
	width: 908px;
	height: 100px;
	padding: 16px 0px 0px 0px;
	background-image: url(images/footer_back.jpg);
	text-align: center;
}

#footer_text01{
	font-size:11px;
	font-weight:normal;
	color:#888888;
}


div#footer p{
	text-align: center;
}

#footer ul{
	margin: 0;
	text-align: center;
}

#footer ul li{
	display: inline-block;
	/display:inline;
	/zoom:1;
	margin: 0;
	list-style-tyle: none;

}

/* ------------------------------------------------------ */





/* [ 06.テキスト ]--------------------------------------- */

.tbl_txt12g{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.btxt{
	font-weight: bold;
}
/* ------------------------------------------------------ */