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

html,body {
	margin: 0; padding:0;
	width:100%; height: 100%;
}

body{
	font-size: 16px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
 * 汎用部品
 */

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


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

.center{ text-align:center; }
.bold{ font-weight: bold; }
.w100p{ width:100%;}
.w90p{ width:90%;}
.w80p{ width:80%;}

/*
ul.indent li{
	line-height:150%;
	text-indent:-2.6em;
    padding-left:2.6em;
}

dl.indent-btm dd{
	line-height:150%;
	text-indent:-1em;
    padding-left:1em;
    margin-left:10px;
}
*/



/*
 * link
 */
a:link    { color: #35230c; text-decoration: none; }
a:visited { color: #35230c; text-decoration: none; }
a:hover   { color: #ba0c2f; text-decoration: none; }
a:active  { color: #ba0c2f; text-decoration: none; }



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

img{ vertical-align: bottom; }