@charset "shift_jis";

/* CSS INDEX -----------------------------------------------

01 Header
02 Topmain
03 Contents
04 Main
05 Lside
06 Twocol
07 Rside
08 Footer
09 h1 2 3

--------------------------------------------------------- */


/* =========================================================
	01 Header
========================================================= */
div#header {
width: 960px;
height: 275px;
background: #fff;
margin: 0 auto;
}



/* =========================================================
	02 Topmain
========================================================= */
div#topmain {
width: 960px;
height: 170px;
margin: 0 auto;
text-align: left;
}



/* =========================================================
	03 Contents
========================================================= */
div#contents {
width: 960px;
background-color: #ffffff;
margin: 0 auto;
text-align: left;
}



/* =========================================================
	04 Main
========================================================= */
div#main {
width: 720px;
float: right;
padding-right: 10px;
padding-left: 10px;
text-align: left;
}

div#rogo {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}



/* =========================================================
	05 Lside
========================================================= */
div#lside {
width: 200px;
float: left;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

div#lside h3 {
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 0;
	color: #000000;
	clear: both;
	padding-left: 10px;
}

div#lside h3 a:link {color:#000000; text-decoration:none;}

div#lside h3 a:visited {color: #000000; text-decoration:none;}

div#lside h3 a:hover {color: #990000; text-decoration:none;}

div#lside h3 a:active {color: #CC0000; text-decoration:none;}


div#lside h2 {
	border-bottom:2px solid #990000;
	font-weight: bold;
	}

div#lside p {
font-size: 75%;
color:#000000;
padding-left: 10px;
margin: 0px;
}




/* =========================================================
	08 Footer
========================================================= */
div#footer {
clear: both;
}


/* =========================================================
	09 h1 2 3 
========================================================= */
h1 {
width: 960px;
height: 170px;
margin: 0 auto;
text-align: left;
}

h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
	}


