@charset "UTF-8";

/* =========================================================
RESET
========================================================= */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
margin: 0;
padding: 0;
}

address,caption,cite,code,dfn,em,th,var{
font-style: normal;
font-weight: normal;
}

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

img {
border-style: none;
vertical-align:top;
line-height:1;
}

img a {
border-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption,th {
font-weight: normal;
text-align: left;
}

li {
list-style: none;
}

fieldset,img {
border: 0;
}

input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
border: none;
}

table {
font-size: inherit;
font: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* =========================================================
BACE
========================================================= */
body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.imgOver input:hover,
.imgOver a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* CLEARFIX
----------------------------------------------------------*/
.clrFix {zoom:1;}
.clrFix:after {
	content: "";
	display: block;
	clear: both;
}

.clr { clear: both; }


/* MARGIN SET
----------------------------------------------------------*/
.marb_0 { margin-bottom: 0 !important; }
.marb_05 { margin-bottom: 5px !important; }
.marb_10 { margin-bottom: 10px !important; }
.marb_15 { margin-bottom: 15px !important; }
.marb_20 { margin-bottom: 20px !important; }
.marb_25 { margin-bottom: 25px !important; }
.marb_30 { margin-bottom: 30px !important; }
.marb_35 { margin-bottom: 35px !important; }
.marb_40 { margin-bottom: 40px !important; }
.marb_45 { margin-bottom: 45px !important; }
.marb_50 { margin-bottom: 50px !important; }

.marr_0 { margin-right: 0 !important; }
.marr_05 { margin-right: 5px !important; }
.marr_10 { margin-right: 10px !important; }
.marr_15 { margin-right: 15px !important; }
.marr_20 { margin-right: 20px !important; }
.marr_25 { margin-right: 25px !important; }
.marr_30 { margin-right: 30px !important; }
.marr_35 { margin-right: 35px !important; }
.marr_40 { margin-right: 40px !important; }
.marr_45 { margin-right: 45px !important; }
.marr_50 { margin-right: 50px !important; }


/* LINK
----------------------------------------------------------*/
a:link {
	color: #1b5b7c;
}

a:visited {
}

a:hover {
	color: #309;
	text-decoration: none;
}

a:active {
}
