@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

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 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: 500;
}

body {
	line-height: 1.5;
	background: #f7f7f5;
	color: #222222;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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 #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align:-0.1em;
	border:1px solid #AFAFAF;
	padding:4px;
}

input.nob{
	border:none !important;
}


h1,h2,h3,h4{
		font-weight:normal;
}

#inner img,
#pagecontents img{
	text-align: center;
	width: 100%;
}


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

/*===============================================
全デバイス共通スタイル
===============================================*/
a{
	color:#000;
}

a:hover{
	color:#666;
}

header #logo a{
	display:block;
	background:url(../cmnimg/logo.png) no-repeat left top;
	width:150px;
	height:70px;
	text-indent:-9999px;
}

/* clerfix */
div{
    zoom: 1;
}

div:after,
section:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents{
	clear:both;
}



/*----------------------------------------------------
	intro
----------------------------------------------------*/
#intro{
	text-align: center;
}

/*----------------------------------------------------
	note/notice
----------------------------------------------------*/
.note{
	font-size:80%;
}

.notice{
	border: 5px solid #001a4d;
	text-align: center;
}


/*----------------------------------------------------
	details
----------------------------------------------------*/
.details{
	margin: 10px 0px 60px;
	background: url("../cmnimg/bg_wa01.png") repeat left top;
}


/*----------------------------------------------------
	bc
----------------------------------------------------*/
#bc li{
	float: left;
	padding-bottom: 15px;
	margin-right:5px;
}

#bc a{
	padding-right:5px;
	margin-right:5px;
	text-decoration: none;
}

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
.pagetop a{
	display:block;
	text-decoration:none;
	width: 100%;
	text-align: right;
	padding: 15px 0px;
	border-top: 1px dashed #CCC;
}

.pagetop a:hover{
	background: #EFEFEF;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer{
	background: #101d3d;
}

footer a{
	color: #FFF;
}

footer a:hover{
	color: #CCC;
}

#cr{
	text-align: center;
	color: #FFF;
	clear: both;
	padding-bottom: 20px;
}


/*----------------------------------------------------
	emphasize
----------------------------------------------------*/
.emph{
	font-weight: bold;
}

.red{
	color:#C00;
}



/*----------------------------------------------------
	arrow / cmn_btn
----------------------------------------------------*/
.cmn_btn{
 	text-align: right;
}
.cmn_btn a {
  padding: 13px 80px 13px 30px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #101d3d;
  background:#101d3d url("../cmnimg/arw_white.png") no-repeat 85% center;
  color: #FFF;
}

.cmn_btn a:hover{
  color: #091123;
  background: #1c3166 url("../cmnimg/arw.png") no-repeat 85% center;  
}



/*----------------------------------------------------
	anchor
----------------------------------------------------*/
#menu a{
	text-decoration: none;
}


/*----------------------------------------------------
	pageimg
----------------------------------------------------*/
#pageimg {
	width: 100%;
	text-align: center;
	margin:0 auto 10px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#pageimg img{
	width: 100%;
}


/*----------------------------------------------------
	pagenav
----------------------------------------------------*/
#pagenav ul{
	text-align: center;
}
#pagenav li{
	display:inline-block;
}

#pagenav li a{
	border: 1px solid #101d3d;
    background-color: #101d3d;
  color: #FFFFFF;
}

#pagenav li a:hover{
  color: #091123;
  background-color: #1c3166;
}


/*----------------------------------------------------
	news
----------------------------------------------------*/
dl#news{
	text-align: center;
}

dl#news td{
	font-weight: bold;
}

dl#news{
	border: 1px solid #CCCCCC;
	padding: 15px;
}













