@charset "Shift-JIS";


/* タグの初期化、共通設定
------------------------------------------------- */

/*編集不要*/

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

html { overflow-y: scroll; }

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

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

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

ul, ol { list-style: none; }

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

input, select {
	vertical-align: middle;
}


/* テーブル基本設定 */

table {
	margin: 0;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table th {
	background: #EAEAEA;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	font-weight: normal;
}

table td {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
}


img {
	vertical-align: bottom;
}

a img {
	border: 0;
}

a:hover img {
	border: 0;
}

a:hover img.ovr {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}

object,
embed {
	margin: 0;
}



/* 共通クラス
------------------------------------------------- */
.leftArea {
	float: left;
}

.rightArea {
	float: right;
}

.alignCenter {
	text-align: center;
}

.clearer {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
}

.punctuate {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.gray {
	color: #888;
}

/* 行間隔 */
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb12 {margin-bottom:12px !important;}
.mb13 {margin-bottom:13px !important;}
.mb15 {margin-bottom:15px !important;}
.mb18 {margin-bottom:18px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr7 {margin-right:7px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}




/* テキストを回り込ませない */

.textArea {
	overflow: auto;
	zoom: 1;
}


/* clearfixハック */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
