@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, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

p, sub, sup{
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************
　Body
**********************************************/
body {
	width: 100%;
	color:#333;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

   line-height:1.6;
   letter-spacing:1px;
   font-size:12px;
   border-top:3px solid #4169e1;
   background:#fff;
}

/**********************************************
　Link
**********************************************/
a {
	color:blue;
   text-decoration:underline;
}

a:hover {
   color:#C94C00;
}

a:active {
	color: #C94C00;
}

/**********************************************
　Grobal
**********************************************/
img {
   border:0;
   vertical-align:bottom;
}

/**********************************************
　Header
**********************************************/
#header_outer {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:0;
   background:#cce5ff url("../images/bg_cont.jpg")top repeat;
	overflow:hidden;
   border:0px solid red;
}

#header {
   position:relative;
   max-width:900px;
   margin:0 auto;
	padding:0;
   background:#fff;
	overflow:hidden;
   border:0px solid brown;
}

/*********************
　Header Image
**********************/
#header img.top_logo{
	float:left;
	width:60px;
   margin:0 30px 10px 10px;
}


/*********************
　Header Logo
**********************/
#header .logo{
	float:left;
	width:50%;
   margin:15px 9% 5px 2%;
   border:0px solid brown;
}

#header .logo h1{
   line-height:1.3;
   margin:0;
   padding:0;
   border:0px solid red;
}

#header .logo h1 a{
   font-size:22px;
   font-weight:bold;
   color:#000;
   text-decoration:none;
}

#header .logo h1 a:hover{
   color:#C94C00;
}

#header .logo p{
   line-height:1.0;
   margin:3px 0 5px 0;
   padding:0;
   font-size:14px;
	text-align:left;
   border:0px solid red;
}

/*********************
　Header Infomation
**********************/
#header .info{
	float:left;
	width:35%;
   margin:15px 2% 5px 2%;
   border:0px solid brown;
}

#header .info p{
   font-size:13px;
	line-height:1.3;
   margin:0 0 8px 0;
   padding:0;
   border:0px solid red;
}

#header .info strong{
   font-size:16px;
}

/**********************************************
　Menu
**********************************************/
#menu {
   width:100%;
   margin:0;
   background:#cce5ff url("../images/bg_cont.jpg")top repeat;
   border:0px solid #888888;
}

#menu ul {
   max-width:900px;
   margin:0 auto;
	padding:0;
	z-index:10;
}

#menu ul li {
	position: relative;
   float:left;
   text-align:center;
   list-style-type:none;
   background:#fff;
}

#menu ul li a {
   display:block;
	min-width:98.5px;
	padding:10px 15px;
	margin:0;
   font-size:15px;
	line-height:1;
   background:#fff;
	color:#333;
   text-decoration:none;
   border:0px solid #888888;
	border-radius:5px;
}

#menu ul li a:hover, #menu ul li.active a {
   background:#a8d3ff;
	font-weight:bold;
	color:#333;
}

#menu ul li a span {
	font-size:12px;
}

/**********************************************
　Down Menu
**********************************************/
#menu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#menu li ul li{
	overflow: hidden;
	width: 120%;
	height: 0;
	color: #fff;
	transition: .2s;
}

/*********************
　PC only
**********************/
@media only screen and (min-width:800px){	

#menu li ul li a{
	padding: 10px 10px;
	line-height:1;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#menu li:hover ul li{
	overflow: visible;
	height: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#menu li:hover ul li:first-child{
	border-top: 0;
}

#menu li:hover ul li:last-child{
}

}

/**********************************************
　Title
**********************************************/
#title_outer {
	clear:both;
	width:100%;
   margin:0 auto;
	padding:0;
	overflow : hidden;
   background:#cce5ff url("../images/bg_cont.jpg")top repeat;
   border:0px solid blue;
}

#title_home {
   max-width:900px;
   margin:0 auto;
   border:0px solid blue;
}

#title_home img{
   width:100%;
}

/**********************************************
　Contents
**********************************************/
#contents_outer {
	width:100%;
   margin:0 auto;
	overflow : hidden;
   background:#cce5ff url("../images/bg_cont.jpg")top repeat;
}

#contents {
   max-width:900px;
   margin:0 auto;
   padding:0;
   background:#fff;
	overflow : hidden;
   border:0px solid green;
}

#contents img{
	width:100%;
}

/**********************************************
　Main
**********************************************/
#main {
   float:left;
   position:relative;
	overflow:hidden;
   width:100%;
	margin:0;
   padding:20px 0 0 0;
   border:0px solid green;
}

#main h2 {
   font-size:15px;
   font-weight:bold;
   padding:3px 10px;
   background: #cce5ff;
   border-bottom:2px solid #4169e1;
   border-right:2px solid #4169e1;
}

#main h3 {
	padding:0 0 0 10px;
   font-size:15px;
	font-weight:bold;
	border-left:5px solid #9b0000;
}

#main h4 {
	padding:0;
   font-size:15px;
	font-weight:bold;
}

#main p {
   font-size:14px;
	line-height:160%;
   padding:0;
}

#main p.submit {
   font-size:14px;
	line-height:160%;
   margin:0 4% 25px 5%;
   padding:0;
}

#main p.right {
	float:right;
   font-size:14px;
	line-height:160%;
   margin:0px 4% 15px 20px;
   padding:0;
}

#main p.red {
   font-size:14px;
	font-weight:bold;
	color:red;
	line-height:160%;
   margin:0 2% 15px 2%;
   padding:0;
}

#main strong{
	font-weight:bold;
}

#main span{
	font-weight:normal;
   font-size:13px;
	color:#000;
}

#main hr {
   margin:0px 2% 30px 2%;
   padding:0;
}

/*********************
　Main Box
**********************/
#main .l_auto{
	float:left;
	width:auto;
   margin:0 2% 10px 2%;
   border:0px solid green;
}

#main .full{
	width:90%;
   margin:0 5% 10px 5%;
   border:1px solid #ddd;
}

/*********************
　Main List
**********************/
#main ul {
   margin:0 0 20px 10px;
   padding:0;
	font-size:14px;
	border:0px solid #ddd;
}

#main li {
   padding-left:20px;
	margin-bottom:5px;
   line-height:1.6;
   list-style:none;
   background:url("../images/arrow.gif") 0 6px no-repeat;
}

#main ul li ul li a{
   padding-left:12px;
	font-weight:normal;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

/**********************************************
　Footer
**********************************************/
#footer_outer {
   background:#4169e1;
   border-bottom:3px solid #000080;
}

#footer {
   max-width:900px;
   margin:0 auto;
	overflow:hidden;
	color:#fff;
}

#footer img{
	float:left;
}

/*********************
　Footer Logo
**********************/
#footer .logo{
	float:left;
   margin:20px 4%;
   border:0px solid brown;
}

#footer .logo a{
   font-size:18px;
   color:#fff;
   text-decoration:none;
   border:0px solid red;
}

#footer .logo a:hover{
   color:#000;
}

#footer .logo h2{
   font-size:12px;
   border:0px solid red;
}

#footer .logo p{
   font-size:12px;
	text-align:left;
	line-height:120%;
	margin:0 0 10px 0;
   border:0px solid red;
}

/*********************
　Footer Copyright
**********************/
#footer .copyright{
	float:left;
   font-size:11px;
   margin:25px 4%;
   padding:0;
   border:0px solid red;
}

#footer .copyright a{
   color:#fff;
   text-decoration:none;
   border:0px solid red;
}

#footer .copyright a:hover{
   color:#000;
}


/**********************************************
　Return
**********************************************/
div.return{
   clear:both;
	margin:0 3% 0 0;
   padding:10px 3% 30px 0;
   text-align:right;
}

div.return a{
	text-decoration:none;
   padding-left:12px;
   font-size:12px;
   background:url("../images/bg_top.gif") 0 6px no-repeat;
}

/**********************************************
　Clear both
**********************************************/
div.clear{
   clear:both;
   text-align:right;
}


