@charset "UTF-8";
/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
}
body{
	background-image:url(../images/cloth01.jpg);
}


img {
	border: none;
}


hr {
	color:#009;
	margin-bottom:20px;
}

strong {
	color:#906;
}

em {
	background-color:#CCF;
}

a {
	color:#633;
}

a:visited {
	color:#363;
}

a:hover {
	color:#C69;
}

h1 {
	font-size: 12px;
	color: #666;
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

body {
	font-size: small;
	text-align: center;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	text-align:left;
}
#navi{
	width:850px;
	height:40px;
}

	

#header {
	width: 850px;
	height: 160px;
	position: relative;
}

#right_box {
	width:850px;
	margin-bottom: 0px;
	margin: 0 auto;
	
}

#footer {
	width: 850px;
	margin: 0 auto;
	clear:both;

}


/* ---------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------- */

#footer_menu {
	text-align: center;
	margin-bottom: 10px;
}
/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */

#navi ul li {
	float: left;
}

/* ---------------------------------------------------- */
/* ホーム */
/* ---------------------------------------------------- */
#right_box2{
	background-image:url(../images/main.png);
	width:850px;
	height:770px;
	
}

.main{
	width:850px;
	height:510px;
	margin:0;
}


.sekou{
	width:410px;
	height:260px;
	float:left;
	
}
.whats{
	width:440px;
	height:260px;
	float:right;
	text-align:left;
	background-image:
	}
table{
	text-align:left;
	
}

.moji{
	font-size:16px;
}




/* ---------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------- */

#header ul li {
	text-indent: 20px;
	background: url(../images/icon_red.jpg) no-repeat left center;
	float: left;
	margin-left: 20px;
	display: inline;
}

#header_left {
	float: left;
}

#header ul {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	display: inline;
}

#header_btn {
	clear: both;
	position: absolute;
	top: 50px;
	left: 650px;
}
	
/* ---------------------------------------------------- */
/* 個別ページコンテンツ共通設定 */
/* ---------------------------------------------------- */

#top_menu li a {
	display: block;
	width: 200px;
	padding: 5px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color: #000;
	text-indent: 10px;
}

#top_menu li a:hover {
	background-color: #333;
	color: #FFF;
}#info_box p {
	font-size: 12px;
	text-decoration: blink;
}
