@charset "utf-8";
/* CSS Document */

#body
{
width:800px;
margin:0 auto;
text-align:left;
}

#div_clear
{
clear:both;
}

#image
{
margin-bottom:10px;
}

#control_link
{
width:800px;
text-align:center;
padding:0 85px 0 85px;
}

#control_link #link_set
{
width:150px;
text-align:center;
background-color:#C1DFFF;
border:3px solid #61A6F1;
margin:0 5px 0 5px;
float:left;
}

#control_link #link_set A
{
font-size:16px;
color:#3366ff;
text-decoration:none;
font-weight:bold;
text-align:center;
}

#registform,#login_form
{
width:600px;
padding-left:100px;
}

#registform #title,
#login_form #title
{
font-size:16px;
font-weight:bold;
border-bottom:5px dotted #61A6F1;
color:#61A6F1;
margin:5px 0 5px 0;
}

#registform #input_set,
#login_form #input_set
{
margin-bottom:5px;
}

#registform #input_set #name,
#login_form #input_set #name
{
width:200px;
float:left;
font-size:14px;
font-weight:bold;
border-bottom:5px solid #61A6F1;
}

#registform #input_set #value,
#login_form #input_set #value
{
width:200px;
float:left;
}

#registform #input_set #value INPUT,
#registform #input_set #value textarea,
#login_form #input_set #value INPUT
{
margin-top:17px;
width:200px;
border:3px solid #61A6F1;
}

#registform #submit,
#login_form #submit
{
text-align:center;
}

#registform #submit INPUT,
#login_form #submit INPUT
{
width:200px;
text-align:center;
font-size:16px;
color:#3366ff;
font-weight:bold;
border:3px solid #61A6F1;
line-height:200%;
}

#site_set
{
	width:500px;
}

#site_set #site_name
{
	border-bottom:3px dotted #61A6F1;
	line-height:150%;
}

#site_set #site_name #owner_name
{
	padding-left:5px;
	display:inline;
	text-align:right;
}

#site_set #site_name A
{
	font-size:16px;
	color:#61A6F1;
	text-decoration:none;
}

#site_set #add_date,#site_set #owner_setting
{
	text-align:right;
}

#under
{
width:800px;
border-top:2px solid #61A6F1;
margin-top:10px;
font-size:12px;
line-height:150%;
text-align:center;
}

#under A
{
color:#000000;
}

#under IMG
{
margin-top:10px;
margin-left:325px;
display:block;
}