@charset "utf-8";

/*-----------------------------------------
 Reset Style
-----------------------------------------*/

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, 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: baseline;
	background: transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

em {
	font-style:normal;
}

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;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
	font-size:0;
	line-height: 0;
	vertical-align: bottom;
}

a img {
	border: none;
}

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

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*-----------------------------------------
 General Style
-----------------------------------------*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* link */
a:link,
a:visited,
a:active {
	color: #37A1A2;
	text-decoration: underline;
}
a:hover {
	color: #37A1A2;
	text-decoration: none;
}


/*-----------------------------------------
 Body
-----------------------------------------*/
body {
	background: #FFF;
	width: 100%;
	color: #333;
	text-align: center;
	font-size: 100%;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width:880px;
	background-image:url(../img/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position:top;
}
#wrap_bg {
	background-image:url(../img/common/body_foot_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
#wrap {
	width:880px;
	margin:0 auto;
	box-shadow: 0px 0px 5px #ccc;
}

/*-----------------------------------------
 Header
-----------------------------------------*/
#headArea {
	width: 880px;
	text-align:left;
	height:103px;
	background-image:url(../img/common/head/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#headArea .headRogo {
	margin:23px 0 0 35px;
	float: left;
	position:relative;
}

#headArea .headInfo {
	margin:20px 0 0;
	float: right;
	width:290px;
}
#headArea .headInfo dt {
	float: left;
}
#headArea .headInfo dd {
	font-size:11px;
	margin-left:40px;
}
#headArea .headInfo dd em {
	font-size:20px;
	font-weight:bold;
	color:#37A0A1;
	display:block;
	margin:4px 0 0;
}

/*-----------------------------------------
 Contents Area
-----------------------------------------*/
#contentArea {
	clear: both;
	line-height:1.4;
	font-size:84%;
	width: 880px;
	min-height:400px;
	padding:0;
	background-color:#fff;
	text-align:left;
}
#contentArea .inner {
	clear: both;
	padding:0 35px 20px;
}
#contentArea .crumb {
	clear: both;
	padding:10px 0;
	font-size:88%;
}

/*-----------------------------------------
 Footer
-----------------------------------------*/
#footer {
	clear: both;
	line-height: 1.4;
	font-size: 84%;
	text-align: left;
	width: 880px;
	background-color:#FFFFFF;
	height:118px;
}

small {
	clear:both;
	width:100%;
	text-align:center;
	padding:10px 5px;
	display:block;
	font-size:12px;
	color:#9999ff;
	line-height:1.8;
}

.foot_nav {
	color:#fff;
	background-image: url(../img/common/foot/foot_link_bg.gif);
	background-repeat:repeat;
	padding:6px 20px 5px;
	margin-bottom:5px;
}
.foot_nav li {
    padding:0 1em;
    font-size: 13px;
	display:inline;
	border-right:1px solid #fff;
}
.foot_nav li a {
	color:#fff;
	text-decoration:none;
}
.foot_nav li a:hover {
	text-decoration: underline;
}
