html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, 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 {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}

html {
	overflow-y:scroll;
}
ol, ul, li {
	list-style: none;
}
th {
	font-weight: normal;
}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, sans-serif;
	font-size-adjust: none;
	font-size: 14px;
	line-height:1.6em;
	color: #000;
	text-align:left;
}
img {
	border: none;
	vertical-align:bottom;
}
a,a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #002DB2;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/* +++++++++++++++++++++++++　空き設定 */

.m-b5{ margin-bottom:5px !important;}
.m-b10{ margin-bottom:10px !important;}
.m-b15{ margin-bottom:15px !important;}
.m-b20{ margin-bottom:20px !important;}
.m-b25{ margin-bottom:25px !important;}
.m-b30{ margin-bottom:30px !important;}
.m-b40{ margin-bottom:40px !important;}
.m-b50{ margin-bottom:50px !important;}
.m-b60{ margin-bottom:60px !important;}
.m-b70{ margin-bottom:70px !important;}
.m-b80{ margin-bottom:80px !important;}
.m-b90{ margin-bottom:90px !important;}
.m-b100{ margin-bottom:100px !important;}

/* セクションのマージン設定 */	
.section{
	margin-bottom:3em;}
.section .section{
	margin-bottom:2em;}
.section .section .section{
	margin-bottom:1em;}

/* +++++++++++++++++++++++++　テキスト揃え */

.t-al{ text-align:left !important;}
.t-ac{ text-align:center !important;}
.t-ar{ text-align:right !important;}


/* +++++++++++++++++++++++++　画像ロールオーバー */

a:hover img{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}


/* +++++++++++++++++++++++++　clearfix */

.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden; overflow:hidden;}
/* Win版IE7とMac版IE5対策 */
.clearfix{display:inline-block;}
/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
*html .clearfix{height:1px;}
.clearfix{display:block;}
/* End hide from IE-mac */

