/* substyle.css   サブテンプレート構造共通 */

* {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
body {
		width: 1000px;
		margin: 0 auto;
	}
	
/* -----両サイド----- */
#said_r { width: 1000px;
	background-image: url("../images/side_r_03.gif");
	background-position: right top;
	background-repeat: repeat-y;
	}
	
#said_l { width: 1000px;
	background-image: url("../images/side_l_01.gif");
	background-position: left top;
	background-repeat: repeat-y;
	}
	
/* -----ヘッダー部分------ */
#wrapper { margin-left: 20px;
	}
	
#header { width: 960px;
	height: 60px;
	background-color: #eaefff;
	}
	
#header_nav {
	position: relative;
	left: 740px;
	top: -33px;
	width: 230px;
	height: 20px;
	float: left;

}

#header ul{
	margin-bottom: -33px;
}
#header li { float: left;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	padding-left: 5px;
	list-style-type: none;
	}
	
#header a {text-decoration: none;
	color: #663399;
	}

/* -----メインメニュー部分------ */
#nav {
	clear: both;
	width: 960px;
	height:40px;
	position: relative;
	top: -5px;
}

#nav li {
	list-style-type: none;
	float: left;
}

/* -----パンくずナビ部分------ */
#line {
	margin-bottom: 5px;
	width: 960px;
	height: 22px;
	clear: left;
	border-bottom: 5px double #eaefff;
}

#line p{						/*----段落---*/
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding-top: 4px;
	margin-left: 20px;
}

/* -------メイン外枠--------- */	
#mainbox { clear: both;
	width: 960px;
	}
	
/* -------メニュー右側-------- */
#nav_sub { float: left;
	width: 264px;
	}
#nav_sub li { padding-bottom: 10px;
	list-style-type: none;
	}
#moji_size { width: 260px;}
.size01 { float: left; width: 67px; height: 70px;}
.size02 { float: left; width: 90px; padding-top: 26px; padding-left: 1px;}
.size03 { float: left; width: 69px;}

/* -----メインコンテンツ（内容部分）-------*/
#contents {
	width: 696px;
	float: left;
	color: #112222;
}

/* -------- footer部分 ---------- */
#footer { clear: both;
	width: 960px;
	/*height: 50px;*/
	background-color: #d6e0ff;
	}
	
#footer p { text-align: right;
	color: #666699;
	font-size: 75%;
	}
	
#footer address {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	color: #666699;
	text-align: right;
	padding-top: 20px;
	}

/* --------その他-----------*/
img { border: none;}

/*-------段落〜リターン-------*/
.re_top {
	font-size: 0.9em;
	width: 100%;
	text-align: right;
	margin: 10px 0px 10px 0px;
	clear: both;
}


