@charset "shift_jis";

/* R2 column set 
*/


body { text-align:center;}

#wrap {	width:900px; text-align:left; margin:0 auto; }
#inner { margin:0 10px; }
#largeWrap { float:left; width:880px; }
#mainWrap {	float:left; width:620px; }
#sideAlphaWrap { float:right; width:250px; }
#sideBetaWrap { width: 880px; }

.clear { clear:both; }
.clear hr {	display:none; }





/* base */

body {
	font-family:"MS PGothic", "Osaka", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	color: #666;
	background-color: #FFF;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, ul, li {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type:none;
}

#page {
	background-position:right bottom;
	text-align: left;
	width: 926px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: repeat;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	background-image: url(../images/page.gif);
	padding-top: 8px;
}

/* header */

#header {
	position: relative;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.jpg);
}

#header h1 {
	position: absolute;
	color: #008c00;
	font-size: 28px;
	font-weight: normal;
	top: 40px;
	left: 57px;
}

#header a:hover {
	color: #05F;
}

#header a {
	color: #008c00;
	text-decoration: none;
}

#header p {
	color: #000;
	top: 112px;
	left: 59px;
	font-size: 1.0em;
	line-height:16px;
	position: absolute;
}

/* navi */

#navi {
	font-size: 0.9em;
	background-image: url(../images/navi_bg.jpg);
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
}

#navi img {
}

#navi li {
	color: #666;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#navi a {
	color: #770544;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 35px;
	display: inline;
}

#navi a:hover {
	color: #05F;
}

/* menu */

#side_menu .mask {
	position: absolute;
	top: 0px;
	left: -1px;
}

#sideAlphaWrap h3 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 78px;
	height: 60px;
	background-image: url(../images/menu_title.jpg);
	background-repeat: no-repeat;
	width: 250px;
	margin-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	padding-top: 0em;
	background-color: #FFF;
	background-position: bottom left;
}
#side_menu ul {
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	width: 248px;
}
#side_menu ul li {
	text-decoration: none;
	margin: 0px;
}
#side_menu ul li a {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 221px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(../images/menu_li.gif);
	background-position: 5px center;
}

#side_menu ul li a:link { color: #555555; }
#side_menu ul li a:visited { color: #555555; }
#side_menu ul li a:hover { color: #000000; }
#side_menu ul li a:active { color: #000000; }

#side_menu ul li a:hover {
	text-decoration: none;
	background-position: 5px center;
	background-color: #F5F5F5;
}

#side_menu {
	background-color: #FFF;
	position: relative;
	height: auto;
}

.menu_bottom {
	background-image: url(../images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
	margin-bottom: 10px;
}

/* main */

#main {
	float: right;
	width: 620px;
}

#main h2 {
	width: 590px;
	margin-left: -11px;
	padding-left: 30px;
	font-weight:bold;
	font-size: 1.3em;
	color: #333333;
	line-height: 84px;
	height: 60px;
	background-image: url(../images/article_h2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: bottom left;
}

#article {
	width: 588px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	line-height:1.7em;
}

#article .mask {
	position: absolute;
	top: 0px;
	left: -1px;
}

#article .article_bottom {
	position: relative;
	top: 0px;
	left: -11px;
}

#top_button img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* footer */

#top_button {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 860px;
}



#footer {
	text-align: center;
	clear: both;
	width: 900px;
	background-image: url(../images/footer_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_up {
	background-image: url(../images/footer_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_free {
	float: left;
	height: 260px;
	width: 260px;
	background-image: url(../images/bg.gif);
	padding: 5px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer_box {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 570px;
}
#footer_box h3 {
	height: 20px;
	text-align: left;
	text-indent: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	line-height: 20px;
	font-size: 1.2em;
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-left-color: #090;
}
#footer_box ul {
	float: none;
	width: 570px;
	padding-left: 15px;
	padding-top: 15px;
}
#footer_box a {
}
#footer_box a:hover {
	color: #05F;
}
#footer_box ul li {
	float: left;
	font-weight: normal;
	margin-bottom: 3px;
	text-align: left;
	width: 235px;
	height: 30px;
	background-image: url(../images/footer_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-right: 20px;
	padding-left: 15px;
	line-height: 15px;
	font-size: 0.9em;
	margin-left: 3px;
}
#copyright {
	text-align: right;
	margin: 0px;
	font-size: 0.9em;
	clear: both;
}
#copyright p {
	padding-right: 30px;
}
#copyright a {
	text-decoration: none;
}
.free_space {
	padding: 0px;
	height: auto;
	width: 98%;
}

