@charset "utf-8";



/* =Reset default browser CSS.

Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */





ol, ul {list-style: none;}

table.table {border-collapse: separate;border-spacing: 0;}

caption, th, td {font-weight: normal;text-align: left;}

blockquote:before, blockquote:after,q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

a img{border: 0;}

figure{margin:0}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}





/* for body */
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}

/* for table */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}
span.stile {
	color: #ff0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* PC—p

------------------------------------------------------------*/

@media only screen and (min-width: 960px){

	#header,#wrapper,.inner{

	width:960px;
		padding:0;

	margin:0 auto;

	}


	

	#wrapper{padding-bottom:20px;}



nav#mainNav{

	clear:both;

	overflow:hidden;

	position:relative;

	}



	
nav#mainNav .inner{

	width:932px;

	padding:0 14px;

	}




	nav#mainNav ul li{

	float: left;

	position: relative;

	}





	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}




	nav#mainNav ul li a{

	display: block;

	text-align: center;

	_float:left;

	font-size:13px;

	width:154px;

	height:45px;

	padding-top:9px;

	color:#333;

	border-left:1px dotted #ebebeb;

	}




	nav#mainNav ul li a span,nav#mainNav ul li a strong{

	display:block;

	}



