@charset "UTF-8";

@import url(layout.css);
@import url(page.css);

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html, body{
	height:100%;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}
caption,th {
	text-align:left;
}

body {
	line-height:1.1em;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#fff;
	text-align:center;
}

a,
a:link,
a:visited {
	color:#3f73a7;
	text-decoration:underline;
}
a:hover {
	color:#d21208;
	text-decoration:underline;
}

.white a,
.white a:link,
.white a:visited,
.white a:active,
a.white,
a.white:link,
a.white:visited,
a.white:active{
	color:#fff !important;
}

.white a:hover,
a.white:hover{
	color:#fbd365 !important;
}

strong {
	font-weight:bold;
}



/* --------------------
 * 汎用設定
-------------------- */

.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}
.center {
	text-align:center !important;
}


.dotLine {
	height:1px;
	background-image:url(../common/dot.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.margin_s {
	height:1.5em;
	clear:both;
}
.margin_m {
	height:3em;
	clear:both;
}
.margin_l {
	height:5em;
	clear:both;
}
.margin_ll {
	height:7em;
	clear:both;
}

.sentence {
	line-height:1.8em;
}
.attention {
	color:#c00;
}



/* --------------------
 * 入力フォーム
-------------------- */

input.small,
select.small {
	width:70px !important;
}
input.middle,
select.middle {
	width:50% !important;
}
input.large,
select.large {
	width:99% !important;
}

textarea.small {
	width:50% !important;
	height:30px !important;
}
textarea.middle {
	width:75% !important;
	height:100px !important;
}
textarea.large {
	width:99% !important;
	height:150px !important;
}
textarea.largeHigh {
	width:99% !important;
	height:300px !important;
}



/* --------------------
 * 印刷用設定
-------------------- */

@media print {
body {
	background-color:#fff !important;
	color:#000 !important;
	}
	
a, a:link,a:visited,a:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}
