@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: top;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ol, ul {
    list-style: none;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*– common ––––––––*/

body {
	background: url(../images/bg.jpg) repeat-x;
}

#header {
	margin: 0 auto;
	padding: 19px 0 21px;
	width: 930px;
}

#footer {
	margin: 50px auto 0;
	padding: 23px 0;
	text-align: center;
	border-top: solid 1px #001c58;
}

#article {
	margin: 0 auto;
	width: 930px;
}

/*– main ––––––––*/

h2 {
	padding: 40px 0 30px;
	text-align: center;
}
h3 {
	margin: 1px auto 0;
	padding: 27px 0 26px;
	text-align: center;
	background: #001c58;
}
h3 + p {
	margin: 30px auto 0;
}
dl.ac-detail {
	margin: 0 auto;
	width: 556px;
}
dl.ac-detail dt {
	float: left;
	width: 110px;
}
dl.ac-detail dd {
	margin: 0 0 0 110px;
}
dl.ac-detail dt,
dl.ac-detail dd {
	padding: 12px 0 0;
}
dl.ac-detail dd p {
	margin-top: 11px;
}
dl.ac-detail dd p:first-child {
	margin-top: 0;
}

/*– btn ––––––––*/

ul.ac {
	margin: 60px auto 0;
	text-align: center;
	font-size: 0;
}
ul.ac li {
	margin: 0 7px;
	display: inline-block;
}
ul.ac li.ac01 a {
	display: block;
	width: 187px;
	height: 64px;
	background: url(../images/btn_ac01.png) no-repeat;
	text-indent: -9999px;
}
ul.ac li.ac01 a:hover {
	background: url(../images/btn_ac01.png) no-repeat;
	background-position: 0 -64px;
	text-indent: -9999px;
}
ul.ac li.ac02 a {
	display: block;
	width: 187px;
	height: 64px;
	background: url(../images/btn_ac02.png) no-repeat;
	text-indent: -9999px;
}
ul.ac li.ac02 a:hover {
	background: url(../images/btn_ac02.png) no-repeat;
	background-position: 0 -64px;
	text-indent: -9999px;
}
ul.ac li.ac03 a {
	display: block;
	width: 187px;
	height: 64px;
	background: url(../images/btn_ac03.png) no-repeat;
	text-indent: -9999px;
}
ul.ac li.ac03 a:hover {
	background: url(../images/btn_ac03.png) no-repeat;
	background-position: 0 -64px;
	text-indent: -9999px;
}
.entry a {
	display: block;
	margin: 60px auto 0;
	width: 407px;
	height: 93px;
	background: url(../images/btn_entry.png) no-repeat;
	text-indent: -9999px;
}
.entry a:hover {
	background: url(../images/btn_entry.png) no-repeat;
	background-position: 0 -93px;
	text-indent: -9999px;
}

/*– bnr ––––––––*/

ul.bnr {
	margin: 56px auto 0;
	text-align: center;
	font-size: 0;
}
ul.bnr li {
	display: inline-block;
	margin: 0 10px;
}

/*– add ––––––––*/
.subText01{
	margin:50px 0 0 0;
}
.subText02{
	text-align:center;
	margin:20px 0 0 0;
}
.pan{
	margin:30px 0 0 85px;
	font-size:18px;
	color:#052874;
}
.pan ul{
	overflow:hidden;
}
.pan ul li{
	float:left;
	margin-right:12px;
}
.pan ul li a{
	color:#000000;
	text-decoration:none;
}
.pan ul li a:hover{
	text-decoration: underline;
}

.mgt60{
	margin-top:60px !important;
}









