@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	background-color:#000031;
	width:100%;
	height:100%;
	font-size:13px;
	line-height:1.3;
}

li {
	list-style-type:none;
}

/*---------------------------------------------------------
#wapper
-----------------------------------------------------*/
#wapper {
	background-color:#000031;
	background-image:url(../images/bk.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:930px;
	height:100%;
	margin:0 auto;
}

/*---------------------------------------------------------
#side_menu
-----------------------------------------------------*/
#side_menu {
	background-color:#000031;
	width:240px;
	height:100%;
	min-height:100%;
	float:left;
}

#side_menu p.page_name {
	color:#FFF;
	font-size:20px;
	padding-left:20px;
	font-weight:bold;
}

#side_menu ul {
	width:220px;
	margin-top:170px;
	margin-left:20px;
}

#side_menu ul li {
	width:210px;
	background-color:#ffffff;
	height:20px;
	list-style-type:none;
	margin-bottom:10px;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
}

#side_menu ul li a:hover {
	color:#cccccc;
}

body > #side_menu {
	height:auto;
}

/*---------------------------------------------------------
#top_page TOPページのみのID
-----------------------------------------------------*/

#top_page{
	background-color:#000031;
	width:640px;
	padding:25px 25px 25px;
	
	float:right;
	color:#ffffff;
}


#footer_index {
	clear:both;
	width:905px;
	height:auto;
	background-color:#000031;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#footer_index address {
	text-decoration:none;
	color:#666;
	font-size:11px;
	font-style:normal;
}


/*---------------------------------------------------------
#main
-----------------------------------------------------*/
#main {
	width:640px;
	padding:25px 25px 25px;
	height:auto;
	float:right;
	background-color:#ffffff;
}

/*---------------------------------------------------------
#footer
-----------------------------------------------------*/
#footer {
	clear:both;
	width:905px;
	height:auto;
	background-color:#fff;
	background-image:url(../images/bk.gif);
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#footer address {
	text-decoration:none;
	color:#666;
	font-size:11px;
	font-style:normal;
}

/*---------------------------------------------------------
a
-----------------------------------------------------*/
a {
	text-decoration:none;
	border-style:none;
	color:#333;
}

a:hover {
	text-decoration:none;
	border-style:none;
	color:#CCC;
}
