@charset "UTF-8";

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

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

/*----------------------------------------------------
	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{
	border:none;
}
img,
object,
embed {
	vertical-align: top;
}

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:#0033ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
textarea {
	font-size:small;
}
/*----------------------------------------------------
	PNG Fix
----------------------------------------------------*/
* html div#footer img{ behavior: expression(IEPNGFIX.fix(this)); } 
* html h1 img{ behavior: expression(IEPNGFIX.fix(this)); } 

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

/* モダンブラウザにのみ適用 */
body.contentPage div#wrapperInr:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for IE */
body.contentPage div#wrapperInr
{
	display: inline-block;
}


body.contentPage div#wrapperInr
{
	display: block;
}


