@charset "Shift_JIS";

@import "header.css";
@import "globalnavi.css";
@import "footer.css";

/********** 共通設定 **********/
body{
	margin:0;
	padding:0;
	background:#fff none;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Arial,Verdana,Helvetica,sans-serif;
}

/* デフォルトフォントサイズ */
body,th,td{
	font-size:13px !important;
	font-size:small;
}

/* 共通リンク設定 */
a:link{
	color:#7a0026;
	text-decoration:none;
}
a:visited{
	color:#7a0026;
	text-decoration:none;
}
a:hover{
	color:#c00;
	text-decoration:underline;
}
a:active{
	color:#7a0026;
	text-decoration:none;
}

/* 共通フォントサイズ設定 */
.ch2{
	font-size:13px !important;
	font-size:small;
	font-weight:bold;
}
.ch3{
	font-size:13px !important;
	font-size:small;
}
.ch4{
	font-size:13px !important;
	font-size:small;
	font-weight:bold;
	line-height:120%;
}
.ch5{
	font-size:13px !important;
	font-size:small;
	line-height:120%;
}
.ch6{
	font-size:15px !important;
	font-size:110%;
}
.ch7{
	font-size:10px !important;
	font-size:x-small;
}

/********** Hタグ設定（画像含む） **********/
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h1 img,h2 img,h3 im,h4 img,h5 img,h6 img{
	vertical-align:baseline;
}

/********** 基本レイアウト **********/
#headerArea,
#globalNavi{
	width:750px;
}
#mainContainer{
	width:730px;
	background:#ffe6f5;
	border-top:solid 5px #facde6;
}
#header,
#main{
	width:620px;
}
#footerArea{
	clear:both;
	width:730px;
}

/********** その他 **********/
img{
	border:none;
}

