*{
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img{
	border-style:none;
	}
img a {
	border-style:none;
	}
body {
		font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","HiraMinProN-W3",serif;

/*	font-family:Arial, Helvetica, sans-serif;*/
	text-align: center;
	padding:0;
	margin: 0;
	background-color: #FFF;
	color:#585858;
}
#wrapper {
	text-align: left;
	margin: 0 auto 0;
	padding: 20px 10px 0;
	width: 940px;
}
header{
	margin-top:10px;
}
nav{

	margin-top:20px;
	float:left;
	text-align:center;
	width:220px;
	}
aside{
	}
article{
	margin-top:20px;
	width:700px;
	margin-left:250px;
	}
section{
	}

footer{
		text-align:center;
	clear:both;
	margin-top:20px;
}

li{
	list-style:none;
}
.hr-001{
	clear:both;
	background:#888;
	width:940px;
	height:2px;
	margin-top:10px;
	margin-bottom:4px;
		}
.hr-002{
	clear:both;
	background:#888;
	width:940px;
	height:2px;
	margin-top:70px;
	margin-bottom:4px;
		}

/* header section*/
header img{
	margin-left:20px;
	}

/* nav section */

nav li a{
	font-size:24px;
	text-decoration:none;
    display: block;
    text-shadow: 0px 0px 2px #FFF;
    color: #585858;
	margin-bottom:8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
nav:hover li a{
    text-shadow: 0px 0px 3px #000;
    color: transparent;
}
nav li a:hover{
    text-shadow: 0px 0px 0px #000;
}
span.border {
	margin: 16px auto 12px;
	display: block;
	text-align: center;
	width: 14%;
	height: 2px;
	background: #787878;
	border-radius: 1px;
}

nav li.two-line a{
	line-height: 1.0;
	padding: 0;
	margin: 0;
}
nav li.two-line{
	line-height: 0;
	padding: 0;
	margin: 0;
}
nav li a>.font-sml {
	line-height: 1.0;
	font-size: 64%;
	position: relative;
	top: -12px;
	left: 0;
	margin:-18px;
	padding:0px;
}


/* article section*/
.profile {
	float:left;
	width:320px;
	}
.profile-002{
	clear:both;
	margin-top:20px;
	}
.profile-002 h2{
	margin-top:3px;
}
article h1{
	font-size:18px;
	margin-bottom:3px;
}
article h2{
	font-size:16px;
	margin-bottom:3px;
	}
article p{

	font-size:14px;
	}
	
	
	
table{
	border-collapse:collapse;
}
th{
	text-align:left;
}
td{
	border-style:none;
	padding:8px;
	
}
textarea{
	margin-top:8px;
	margin-bottom:8px;
	color:#585858;
	opacity:0.6;
	font-size:18px;
	width:680px;
	height:300px;
	resize:none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    border: solid 2px rgba(0,0,0,0.6);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

}
#form input{
		margin-top:8px;
	margin-bottom:8px;
	color:#585858;
	opacity:0.6;
	height:28px;
	font-size:18px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    border: solid 2px rgba(0,0,0,0.6);
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
article p{
	text-align:left;
}
article h3{
	margin:10px 0 1em;
}
#button{
	margin-left:110px;}
#button input{
background-color: #FFF;
	letter-spacing:0.6em;
	padding-left:5px;
	margin-left:50px;
	width:135px;
	height:30px;
	border:none;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","HiraMinProN-W3",serif;
	font-size:22px;
	color:#585858;
	background-color:inherit;
	cursor:pointer;
	cursor:-moz-pointer;
	cursor:-o-pointer;
	cursor:-webkit-pointer;
}
#sub input{
	float:left;
	border-bottom:solid 2px #50AEF6;
}
#res input{
	float:left;
	border-bottom:solid 2px #FC7D6F;
}
#sub input:hover{
	opacity:0.6;
	color:#26A5F6;
}
#res input:hover{
	opacity:0.8;
	color:#F65154;
}