@charset "shift_jis";

/* -----------------------------------
	ページデザイン用ファイル
	
----------------------------------- */



/* ======================================================================
 *	ページ全体の指定 / *、html、body
 * ====================================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(../img/background.gif);
	background-position: left top;
	background-repeat: repeat-xy;
	background-color: #99cc66;	/* ここいじれば背景の色変えれます */
}

a img {
	border: none;
}

a:hover {
	color: #009900;
}




/* ======================================================================
 *	section
 * ====================================================================== */

section {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-height: 100%;
}



/* ======================================================================
 *	ヘッダー
 * ====================================================================== */

header {
	width: 800px;
	height: 100%;
	clear: both;
	padding: 20px 0 0 0;
	color: #666666;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: 70% 0%;
}

header h1 {
	width: 460px;
	float: left;
	margin: 0 20px;
	font-size: small;
	font-weight: normal;
}

header h1 img {
	margin: 5px 0;
}

#hNavi {
	width: 260px;
	float: left;
	margin: 0 20px;
	text-align: right;
	font-size: small;
}

#hNavi li {
	list-style-type: none;
	display: inline;
}

#hNavi a {
	color: #666666;
}

#hNavi a:hover {
	color: #009900;
}

header img {
	clear: both;
}


/* ======================================================================
 *	container (メイン部分)
 * ====================================================================== */

#container {
	width: 800px;
	height: auto;
	clear: both;
	margin: 10px auto;
}


/* ======================================================================
 *	左メニュー
 * ====================================================================== */


#menu {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 20px;
}

#menu ol{
	width: 200px;
	margin: 0;
	list-style-type: none;
}

#menu li {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.menu li a { 
	width: 100%;
	padding: 25px 0;
	display: block;	
	background-image: url("../img/menu.gif");
	background-repeat: no-repeat; 
	background-position: center left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	background-position: center right;
	color: #000000;
}




/* ======================================================================
 *	メインコンテンツ
 * ====================================================================== */

#main {
	float: left;
	width: 500px;
	margin: 20px 20px;
}

h2 {
	margin: 0 0 10px 0;
}

h3 {
	margin: 0 0 10px 0;
}

#container p {
	margin: 0 0 40px 0;
	line-height: 125%;
}


#container ul {
	margin: 0 0 40px 20px;
	line-height: 125%;
}

#container ol {
	margin: 0 0 40px 20px;
	line-height: 125%;
}

#container ol li {
	margin: 7px 0;
}

#container a[target="_blank"] {
	padding-right: 15px;
	background: url(../img/outlink.gif) no-repeat center right;
}


#upTop {
	clear: both;
	width: 760px;
	margin: 0 20px;
	text-align: right;
}


/* ======================================================================
 *	フッター
 * ====================================================================== */

footer {
	clear: both;
	width: 800px;
	padding: 15px 0;
	text-align: center;
	background-image: url(../img/background.gif);
	background-position: left top;
	background-repeat: repeat-xy;
	background-color: #336633;	/* ここいじれば背景の色変えれます */
}


#fNavi {
	margin: 10px 0;
}

#fNavi li {
	padding: 0 3px;
	display: inline;
}

#fNavi li a {
	color: #ffffff;
}

footer p {
	margin: 15px 0 10px 0;
	color: #ffffff;
}

