@charset "shift_jis";


/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/
html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", arial, sans-serif;
	font-size: 12px;
	color: #363535;
}


/*----------------------------------------------------
	Text Module
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

em,address{
	font-style: normal;
}

em{
	font-weight: bold;
}


/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/

a{
	color: #333333;
	text-decoration: underline;
	outline: none;
}

a:link,
a:visited{
	color: #333333;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/*----------------------------------------------------
	Image Module
----------------------------------------------------*/

img {
	border: 0;
	vertical-align: bottom;
}


/*----------------------------------------------------
	List Module
----------------------------------------------------*/

ul,ol,dl,dt,dd,li{
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}


/*----------------------------------------------------
	Table Module
----------------------------------------------------*/

table{
	border-collapse: collapse;
	border-spacing: 0;
}
	
th,td{
	font-weight: normal;
	vertical-align: top;
}


/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form{
	margin: 0;
	padding: 0;
}

textarea{
	width: 350px;
	font-size: 12px;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix { /* for IE 5.5-7 */
	zoom: 1; 
}

.clearfix:after { /* for modern browser */
	content: ".";  
	clear: both;  
	display: block;  
	line-height: 0;  
	height: 0;
	visibility: hidden;  
}

