@charset "Shift_JIS";
@import url("base.css");

/*-------------------------------------------------------------------------------------------------
//基本
-------------------------------------------------------------------------------------------------*/

	body,
	th,
	td{
		color:#5f5f5f; font-size:12px; line-height:150%;
		word-break:break-all;
	}
	body{
		background-color:#eeeeee;
		padding:0px; margin:0px;
		text-align:center;
	}
	a{
		color:#27578d; text-decoration:none;
	}
	a:hover{
		color:#27578d; text-decoration:underline;
	}
	img.icon{
		width:20px; height:20px;
		vertical-align:middle;
	}

/*-------------------------------------------------------------------------------------------------
//メイン
-------------------------------------------------------------------------------------------------*/

	#box{
		width:790px;
		background-color:#bdbdbd;
		margin:0px auto;
		text-align:center;
	}
	#container{
		width:780px;
		margin:0px auto;
	}
	#header{
		background-color:#eeeeee; background-image:url("/img/member_pc/bg_header.gif"); background-repeat:no-repeat;
	}
	#menu{
		background-color:#eeeeee; background-image:url("/img/member_pc/bg_menu.gif"); background-repeat:repeat-x;
		text-align:center;
	}
	#body{
		background-color:#ffffff;
		text-align:center;
	}
	#footer{
		height:37px;
		background-color:#eeeeee; background-image:url("/img/member_pc/bg_footer.gif"); background-repeat:no-repeat;
		padding:0px 5px;
	}

/*-------------------------------------------------------------------------------------------------
//ヘッダ
-------------------------------------------------------------------------------------------------*/

	h1{
		float:left;
	}
	#header .info{
		margin:16px 10px 0px 0px;
		text-align:right;
		float:right;
	}
	#header .menu{

	}
	#header .msg{
		color:#5f5f5f; font-size:12px; line-height:150%;
	}

/*-------------------------------------------------------------------------------------------------
//フッタ
-------------------------------------------------------------------------------------------------*/

	#footer .links{
		color:#575757; font-size:11px; line-height:150%;
		margin: 4px 0px 0px 10px;
		float:left;
	}
	#footer .links a{
		color:#575757; font-size:11px; line-height:150%;
	}
	#footer .links a:hover{
		color:#333333;
	}
	#footer .copyright{
		margin: 10px 10px 0px 0px;
		float:right;
	}

/*-------------------------------------------------------------------------------------------------
//フォーム
-------------------------------------------------------------------------------------------------*/

	.alert{
		background-color:#ffeeee;
		color:#cc0000;
		padding:5px 10px; margin:0px 0px 10px 0px;
		border-width:1px; border-style:solid; border-color:#cc0000;
	}
	.attention{
		color:#cc0000;
	}
	.require{
		color:#cc0000; font-size:11px; line-height:150%;
	}
	.restrict{
		font-size:11px; line-height:150%;
	}

	input.name,
	input.kana{
		width:180px
	}
	input.zip1{
		width:60px
	}
	input.zip2{
		width:80px
	}
	input.tel{
		width:150px
	}
	input.url,
	input.mail{
		width:250px
	}
	input.username,
	input.password{
		width:100px
	}
	input.author_username,
	input.author_password{
		width:150px
	}
	textarea.address,
	textarea.message{
		width:300px
	}
