@charset "utf-8";
* {
	padding:0;
	margin:0;
}
html {
	height:100%;	
}
body {
	background-image:url("../images/layout/body_back.gif"); 
	height:100%;
	text-decoration:none;
	color:#555f66;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
    min-width: 805px;
}
input {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	color:#555f66;
	letter-spacing:-1px;
}


h1 {
	font-size:18px;
	text-align:right;
	margin:20px 10px 0 0;
	color:#888888;
	padding:2px;
	height:20px;
}

h2 {
	font-size:22px;
	margin:5px 20px 0 30px;
	padding:5px 0;	
	color:#5555AA;
	border-bottom:2px solid #CCCCCC;
}
div.h2_shadow {
	margin:0 20px 50px 30px;
	background-image:url("../images/layout/shadow_s.jpg");
	background-repeat:repeat-x;
	height:10px;
}

h3 {
	font-size:16px;
	/*color:#7777AA;*/
	color:#708B8F;
	padding:5px 10px;
	margin:30px 20px 30px 40px;
	border-left:2px solid #708B8F;
	border-bottom:1px solid #EAEAEA;
	background-image:url("../images/layout/h3_back.jpg");
	background-repeat:repeat-x;
	background-position:left bottom;
}

#background {
	padding:0 0 5px 0;
}
#main_frame {
	width:800px;
	height:auto;
	margin:0px auto;
	padding:0 5px;
	background-color:#FFFFFF;
	background-image:url("../images/layout/main_side_shadow.jpg"); 
	background-repeat:repeat-y;
}
#nomenu_frame {
	border-top:1px solid #EEEEEE;
	background-image:url("../images/layout/shadow_l.jpg");
	background-repeat:repeat-x;
}
#header_frame {
	height:50px;
	border-top:1px solid #0000CC;
	background-repeat:repeat-x;
	background-image:url("../images/layout/shadow_l.jpg");
}
#header_frame div img.logo {
	display:block;
	float:left;
	margin:22px 0 0 20px;
}
#header_frame div.curry {
	float:right;
	font-weight:bolder;
	margin:10px 20px 0 0;
}
#header_frame div.curry a:link,
#header_frame div.curry a:visited {
	color:#cc0000;
}
#header_frame div.curry a:hover {
	color:#ff8800;
}
#header_frame ul {
	list-style-type:none;
	float:right;
	font-size:12px;
	margin:15px 20px 0 0;
}
#header_frame ul li {
	float:left;
	margin-right:10px;
	background-image:url("../images/icon/menu_list_icon.gif");		
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-left:10px;
}
#header_frame ul li a:link,
#header_frame ul li a:visited {	
	color:#AAAAAA;
	text-decoration:none;
}
#header_frame ul li a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#header_frame div img.line {
	display:block;
	clear:both;
	margin:0 0 0 20px;
}
#header_menu {
	list-style-type:none;
	font-size:12px;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#header_menu li {
	float:left;
	text-align:center;
	background-image:url("../images/layout/header_menu_back.jpg");
	background-repeat:repeat-x;
}
#header_menu li.current {
	background-image:url("../images/layout/header_menu_back_reverse.jpg");
}
#header_menu li.current div {
	color:#AA0000;;
	padding:7px 0;
	border:1px solid #888888;	
}
#header_menu li.current span {
	display:block;
	height:15px;
}

#header_menu li a {
	color:#888888;
	display:block;
	padding:7px 0;
	text-decoration:none;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #F0F0F0;
	cursor:pointer;
}
#header_menu li a span {
	display:block;
	height:15px;
	cursor:pointer;
}

#header_menu li a:hover {
	border:1px solid #CC0000;
	color:#CC0000;;
}
#pankuzu {
	font-size:12px;
	clear:left;
	padding:5px 0 7px 10px;
	border-bottom:1px solid #CCCCCC;
	background-image:url("../images/layout/shadow_s.jpg");
	background-repeat:repeat-x;
}
#pankuzu img {
	margin:0 10px;	
}
#pankuzu a:link{
	color:#555555;
	text-decoration:underline;
}
#pankuzu a:visited{
	color:#555555;
	text-decoration:underline;
}
#pankuzu a:hover{
	color:#CC0000;
	text-decoration:underline;
}

#left_frame {
	border-top:1px solid #EEEEEE;
	float:left;
	width:169px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
#right_frame {
	float:right;
	width:630px;
	padding-bottom:0;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #CCCCCC;
	background-image:url("../images/layout/shadow_l.jpg");
	background-repeat:repeat-x;
}
#nomenu_frame {
	width:800px;
}
#right_frame a:link{
	color:#555555;
}
#right_frame a:visited{
	color:#555555;
}
#right_frame a:hover{
	color:#CC0000;
}

#prev_next_navi {
	font-size:14px;
	margin:80px 0 0 30px;
}
#prev_navi {
	float:left;
	width:48%;
	text-align:left;
	border:1px solid #FFFFFF;
}

#next_navi {
	float:left;
	width:48%;
	text-align:right;
	border:1px solid #FFFFFF;
}
#prev_next_navi a {
	text-decoration:none;
}
#prev_next_navi a:hover {
	text-decoration:underline;
}

#totop {
	margin:70px 0 0 0;
}
#totop div{
	font-size:12px;
	text-align:right;
	margin:0 0 0 440px;
	padding:3px 0 1px 0;
	background-color:#B0BBBF;
	font-weight:bolder;
}
#totop div.nomenu {
	margin:0 0 0 610px;
}

#footer_frame {
	clear:both;
	height:25px;
	text-align:center;
	font-size:12px;
	padding:12px 0 0 0;
	background-repeat:repeat-x;
	background-image:url("../images/layout/shadow_s.jpg");
	border-top:1px solid #CCCCCC;
}
#bottom_frame {
	width:810px;
	margin:0 auto;
	height:5px;
	background-repeat:no-repeat;
	background-image:url("../images/layout/main_bottom_shadow.jpg");
}


#side_menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#side_menu li {
	padding:7px 0 7px 12px;
	margin:0 5px 0 10px;
	background-image:url("../images/icon/menu_list_icon.gif");
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom:1px solid #DDDDDD;
	font-size:12px;
}
#side_menu li.virtual {
	color:#708B8F;
	background-image:url("../images/layout/h3_back.jpg");
	background-repeat:repeat-x;
	margin:0;
}
#side_menu li a:link{
1	color:#555555;
	text-decoration:none;
}
#side_menu li a:visited{
	color:#555555;
	text-decoration:none;
}
#side_menu li a:hover{
	color:#CC0000;
	text-decoration:underline;
}

#admin_menu {
	list-style-type:none;
	background-color:#EDE6E0;
}
#admin_menu li {
	width:266px;
	float:left;
	text-align:center;
	background-image:url("../images/layout/header_menu_back.gif");
	background-repeat:repeat-x;
}
#admin_menu li.current {
	background-image:url("../images/layout/header_menu_back_reverse.gif");
	background-repeat:repeat-x;
}
#admin_menu li.current div {
	color:#AA0000;;
	padding:7px 0;
	border:1px solid #888888;	
}
#admin_menu li.current span {
	display:block;
	height:15px;
}

#admin_menu li a {
	color:#AA0000;
	display:block;
	padding:7px 0;
	text-decoration:none;
	border:1px solid #888888;
	cursor:pointer;
}
#admin_menu li a span {
	display:block;
	height:15px;
	cursor:pointer;
}

#admin_menu li a:hover {
	border:1px solid #FF8000;
	color:#FF8000;;
}

.ads_link_long {
	margin:20px 0 10px 50px;
}

.ads_link_short {
	margin:20px 0 10px 40px;
}
.ads_side {
	margin:20px 0 0 5px;	
}
.ads_footer {
	margin:50px 0 20px 70px;	
}

.clear {
	clear:both;
}
