@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

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

/* - clearfix - */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

body {
	margin: 0;
	padding:0;
	background-color: #fff;
	height: 1390px;
	font-size: 14px;
	line-height: 160%;
	color: #333;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
 * 汎用部品
 */

.mab5 {	margin-bottom:5px;	}
.mab10{	margin-bottom:10px; }
.mab15{	margin-bottom:15px; }
.mab20{	margin-bottom:20px; }
.mab25{	margin-bottom:25px; }
.mab30{	margin-bottom:30px; }
.mab40{	margin-bottom:40px; }
.mab50{	margin-bottom:50px; }
.mab55{	margin-bottom:55px; }
.mab60{	margin-bottom:60px; }
.mab70{	margin-bottom:70px; }
.mab80{	margin-bottom:80px; }
.mab85{	margin-bottom:85px; }
.mab90{	margin-bottom:90px; }
.mab100{	margin-bottom:100px; }

.mat20{	margin-top:20px; }
.mat30{	margin-top:30px; }
.mat60{	margin-top:60px; }
.mat70{	margin-top:70px; }

.center{
	text-align:center;
}

ul.indent li{
	line-height:150%;
	text-indent:-2.6em;
	padding-left:2.6em;
	font-size: 13px;
}
dl.indent-btm dt{
/*	text-indent:-1em;
    padding-left:1em;
    margin-left:10px;*/
	font-size: 13px;
}
dl.indent-btm dd{
	line-height:150%;
/*	text-indent:-1em;
    padding-left:1em;
    margin-left:10px;*/
	font-size: 13px;
}

/*
 * link
 */
a:link    { color: #2692ff; text-decoration: underline; }
a:visited { color: #2692ff; text-decoration: underline; }
a:hover   { color: #ccc; text-decoration: underline; cursor:pointer; }
a:active  { color: #ccc; text-decoration: underline; }


/*
 * ロールオーバー半透明
 */
a:hover img{
    opacity:0.75;
    -moz-opacity:0.75;
    filter:alpha(opacity = 75);
}