@charset "UTF-8";

/* -------------------------------
RESET CSS
---------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
	list-style:none;
}	
	
#wrapperALL {
	width:960px;
	height:100%; /*960px*/
	margin:0 auto;
	overflow:hidden;	
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	border-top:2px solid #505050; 
}


/* -------------------------------
header
---------------------------------*/
#header {
	width:960px; /*960px*/
	height:107px;
	border-bottom:20px solid #202020;
	padding-bottom:5px;

}

#header h1 {
	float:left;
	width:200px; /*142px*/
}

#header h1 img {
	width:200px; /*142px*/
}


#header p {
	float:left;
	font-size:14px;
	padding:50px 0px 0px 70px;
}

/* -------------------------------
maincontents table
---------------------------------*/
#maincontents {
	width:720px;
	margin:0 auto;
}

#maincontents h2 {
	font-size:150%;
	margin:20px 0px 20px;
}

#maincontents table {
	width:720px;
	border:1px solid #ccc;
	margin-bottom:20px;
}

#maincontents table th {
	width:200px;
	border:1px solid #ccc;
	padding:20px 0px 20px 20px;
	
	vertical-align:middle;
}


#maincontents table td {
	width:550px;
	padding:20px 0px 20px 20px;
	border:1px solid #ccc;
}

#maincontents ul {
	margin:20px 0px 20px;
}

#maincontents ul li {
	list-style-type:disc;
	font-size:12px;
	margin:15px;
}

/* -------------------------------
footer
---------------------------------*/
#footer {
	clear:both;
	width:960px;
	height:100%;
	overflow:hidden;	
}

#footer #footnavi {
	background-color:#202020;
	width:960px;
	height:100%;
	overflow:hidden;	
}

#footer #footnavi .naviBox {
	width:184px;
	height:200px;
	padding-left:55px;
	margin:30px 0px 30px;
	float:left;
	border-right:1px solid #999;
}

#footer #footnavi .naviBoxlast {
	width:185px;
	height:200px;
	padding-left:55px;
	margin:30px 0px 30px;
	float:left;
}

#footer #footnavi .naviBox ul li,
#footer #footnavi .naviBoxlast ul li {
	font-size:12px;
	line-height:25px;
}

#footer #footnavi .naviBox ul li a:link,
#footer #footnavi .naviBoxlast ul li a:link,
#footer #footnavi .naviBox ul li a:visited,
#footer #footnavi .naviBoxlast ul li a:visited {
	text-decoration:none;
	color:#FFF;	
}

#footer #footnavi .naviBox ul li a:hover,
#footer #footnavi .naviBoxlast ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

#footer #footnavi #credit {
	clear:both;
	text-align:center;
	margin:15px;
	font-size:11px;
}

#footer #footnavi #credit a:link,
#footer #footnavi #credit a:visited {
	text-decoration:none;
	color:#FFF;	
}

#footer #copy {
	width:960px;
	height:35px;
	background-color:#005db1;
	font-size:11px;
	line-height:35px;
	text-align:center;
	color:#FFF;
}

