@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     デフォルトのスタイルのリセット及び基本設定
 File name:      reset.css
 Last update:    2009.12.12
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height:1.5em;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:1em;
	line-height:1.6em;
}
caption,th {
	text-align: left;
}
img{
	border:none;
}
img,
object,
embed {
	vertical-align:bottom;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}
a{
	color:#1d6ed2;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=60);
}
em{
	font-weight:bold;
}
/*----------------------------------------------------
	PNG Fix
----------------------------------------------------*/
* html #wrapper{ behavior: expression(IEPNGFIX.fix(this)); } 

/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/

/* モダンブラウザにのみ適用 */
#wrapper:after,
#header ul#subNav:after,
#contents:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for IE */
#wrapper,
#header ul#subNav,
#contents
{
	display: inline-block;
}

#wrapper,
#header ul#subNav,
#contents
{
	display: block;
}


