@charset "utf-8";

/* CSS Document */

/*/// reset START /////////////////////////////////////////////////////////////////*/

html,body,
div,p,blockquote,
dl,dt,dd,ul,ol,li,
th,td,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,pre{ 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body{
	color: #666666;
	font-family:"qMmpS Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",		
		Osaka,
		"CI",
		"Meiryo",
		"lr oSVbN",
		"MS PGothic",
		Sans-Serif;
}

ul{
	list-style:none;
}

a{
	overflow: hidden;
	display: block;
	text-decoration: underline;
}

a:link{
	text-decoration: none;
	color: #003399;
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: #003399;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}

a:active{
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}

/*/// reset END /////////////////////////////////////////////////////////////////*/

#header{
	height: 92px;
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	line-height: 1.4em;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-indent: 10px;
}

span{
	font-size: small;
}

h2{
	font-size: large;
	font-weight: bold;
	color: #000000;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 15px;
}


h3{
	width: 550px;
	font-size: large;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}


#box{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#content-1{
	height: 570px;
	width: 900px;
}

#content-1-left{
	float: left;
	height: 477px;
	width: 338px;
	margin-bottom: 30px;
}

#content-1-right{
	float: right;
	width: 550px;
}

#content-1-right p{
	width: 320px;	
}

#content-1-right img{
	float: right;
}

#comment{
	width: 11em;
	margin-left: 9em;
}

#table{
	margin-top: 10px;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th{
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1.5em;
}

td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#footer{
	clear:both;
	width: 900px;
	margin-top: 10px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	line-height: 1.4em;
}

