@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	基本スタイル
----------------------------------------------------------- */

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}


/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background:#fff url("../images/bg.jpg") 0 0 repeat-x;
	border-top:5px solid #f32531;
}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
}

html {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size:medium;
	letter-spacing:.1em;
}

p {
	margin:0 0 10px;
	line-height:1.4;
}

img,fieldset {
	border:0;
	vertical-align: bottom;
}


/*-----------------------------------------------
 __リンク色設定
-----------------------------------------------*/

a:link{
	color:#f32531;
}
a:visited{
	color:#f32531;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a:active{
	color:#ff3333;
}
