/*枠系統*/
body { /* 下地 */
	color : white;
	background-color : #00ffcc;
	background-image : url(back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.main { /* 本文・右側枠 */
	float:right;
	color : black;
	background-color : white;
	text-decoration : none;
	padding: 10px;
	border-right: 30px solid #99ff99;
	width:530px;
	min-height: 400px;
	font-size: 14px;
	
}
/*includeファイル記述分*/
#outline { /* 外枠 */
	text-align:left;
	margin:0 auto;
	background-color : #99ff99;
	width: 750px;
}
#header { /* 上部 */
	color : white;
}
#footer { /* 下部 */
	text-align:center;
	clear: both;
}
address { /* 著作権表示 */
	font-style : normal;
	font-size: 14px;
	clear:both;
	color:#0066FF;
}
/* サイドバー */
#side{ /* サイドバー（メイン） */
	padding:0 0 0 0;
	width:125px;
 	font-size: 14px;
	margin: 0 0 0 20px;
	top: 140px;
}
#side a{ /* リンク部分 */
	color:black;
	text-decoration:none;
	display:block;
}
#side > ul { /* １階層目下地 */
	top: 0;
	right: 10px;
}
#side li { /* １階層目本体 */
	color: black;
	background-color:#66ccff;
	width:9em;
	padding-left:0.5em;
	list-style-type: none;
	margin: 0.5em 0 0.5em 0;
}
#side li > ul { /* ２階層目下地 */
	background-color:#e07070;
	padding-left:0.5em;
	padding-bottom:0.5em;
	width:8.5em;
	margin-left: 0;
	padding-top: 0.5ex;
}
#side li ul li { /* ２階層目本体 */
	width:8em;
	background-color:#e07070;
	border-bottom:solid black;
	border-bottom-width:1px;
}
.menu{ /* サイドバー（サブ） */
	padding:10px 0 0 0;
	width:125px;
 	font-size: 14px;
	margin: 0 0 0 20px;
}
.menu a{ /* リンク部分 */
	color:black;
	text-decoration:none;
	display:block;
}
.menu > ul { /* １階層目下地 */
	top: 0;
	right: 10px;
}
.menu li { /* １階層目本体 */
	color: black;
	background-color:#66ccff;
	width:9em;
	padding-left:0.5em;
	list-style-type: none;
	margin: 0.5em 0 0.5em 0;
}
.menu li > ul { /* ２階層目下地 */
	background-color:#e07070;
	padding-left:0.5em;
	padding-bottom:0.5em;
	width:8.5em;
	margin-left: 0;
}
.menu li ul li { /* ２階層目本体 */
	width:8em;
	background-color:#e07070;
	border-bottom:solid black;
	border-bottom-width:1px;
}

/*主要素*/
h1 { /* 見出しレベル１ */
	color : white;
	background-color : #1ba983;
	text-align : center;
	padding: 1px 0;
}
h2 { /* 見出しレベル２ */
	background-image : url(h2.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 2px;
}
h3 { /* 見出しレベル３ */
	background-image : url(h3.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 1px;
}
h4 { /* 見出しレベル４ */
	font-weight: bold;
	color: #00DB47;	
	padding-right: 5px;
	margin: 0;
}
.exp { /* 説明なんかで少し小さくしたいとき≠弱め */
	font-size: 100%;
}
a{ /* リンクの下線を常に表示させない */
	text-decoration:none;
}
a:hover { /* リンクにマウスが乗った時に下線を表示 */
	text-decoration : underline;
}
img { /* 画像の枠を表示させない */
	border:none;
}
p { /*段落について*/
   line-height: 130%;
}
