@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     デフォルトのスタイルのリセット及び基本設定
 File name:      reset.css
 Last update:    2010.01.22
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

img,
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}


textarea {
	font-size:small;
}



/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/

/* モダンブラウザにのみ適用 */
#Gnavi:after,
#Mnavi:after,
#contents_inr:after,
#footer:after,
#footer ul:after,
.top #topics_inr ol li:after,
.section:after,
.section_inr:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for IE */
#Gnavi,
#Mnavi,
#contents_inr,
#footer,
#footer ul,
.top #topics_inr ol li,
.section,
.section_inr
{
	display: inline-block;
	zoom:1;
}


#Gnavi,
#Mnavi,
#contents_inr,
#footer,
#footer ul,
.top #topics_inr ol li,
.section,
.section_inr
{
	display: block;
}


