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

/* リセット
============================================ */
*{
	margin: 0;
	padding: 0;
}

/* HTMLタグ
============================================*/
img { border: none; }

a { text-decoration: none; }

/* 全体 
============================================ */
body{
	position:relative;
	background:#ffff00;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
/* 構造 
============================================ */
#container{
	width:640px;
	margin:20px auto 20px;
}
	
#contents{
	background:#FFF url(../images/.jpg) no-repeat;
	padding:20px;
	margin-bottom:0px;
	/*box-shadow: 0px 0px 5px #888888;
-moz-box-shadow: 0px 0px 5px #888888;
-webkit-box-shadow: 0px 0px 5px #888888;
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#888888,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6)";
filter: progid:DXImageTransform.Microsoft.Glow(color=#888888,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6);
	*/}
	
#menu{
	margin:14px 0px 0px;
	width:346px;
	}
	
#menu li{
	list-style:none;
	}
	
#left{
	margin:5px 0px 5px;
	float:left;
	}

#right{
	margin:5px 0px 5px;
	float:right;
	}
	
#main2{
	width:480px;
	margin:0 auto 80px;
	}
	
#main2 li{
	list-style:none;
	}
	
#float-l{
	float:left;
	margin:10px auto 0px;
}

#float-r{
	float:right;
	font-size: 8px;
	line-height:12px;
	font-style: normal;
	margin:10px auto 0px;
	}
	
	
#cyusyaku{
	margin-top:10px;
	width:346px;
	}
	
#cyusyaku2{
	color:#FFC;
	}
	
	
	
/* 記事
============================================ */
h2 {
	margin:20px 0 5px;
	color: #001444;
	font-size: 125%;
}

h3{
	margin:0px 0 5px;
	color: #001444;
	font-size: 125%;
	}

p {
	margin-bottom: 20px;
}

form table {
	width: 600px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

form table tr {
	border-bottom: 1px solid #ccc;
}

form table th,
form table td {
	padding: 5px;
}

form table td ul li {
	list-style: none;
}

form table th {
	text-align: left;
}

form table td {
}

p.submit {
	text-align:center;
}

.must {
	font-weight: bold;
	color: #c00;
}
	

	
	
	

/* フッター
============================================ */
address#footer {
	margin-top:60px;
	text-align: center;
	font-size: 70%;
	font-style: normal;
}


/* フォーム
============================================ */
input.text,
textarea {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 100%;
	font-family: sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
}

input#female {
	margin-left: 3em;
}

input.text:focus,
textarea:focus {
	background-color:#FFC;
	border-color: #666;
}

label:hover {
	color: #c00;
	cursor: pointer;
}