@charset "utf-8";

@import url("Clearfix.css");

/*----------------------------------------------------
	共通設定
----------------------------------------------------*/
html{
	overflow-y:scroll;
}

body {
	margin : 0;
	line-height : 130%;
	background-image : url("../img/wall.jpg");
	background-position : center;
}

div.PageWidth {
	clear : both;
	width : 780px;
}

div#Global {
	border-left : 1px solid #999;
	border-right : 1px solid #999;
	width : 780px;
	background : #fff;
	text-align : left;
}

div#Header {
	clear : both;
	margin-bottom : 5px;
}

div#Footer {
	clear : both;
	width : 780px;
	height : 170px;
	background-image : url("../img/footer.jpg");
	text-align : center;
	color : #fff;
	font-size : 14px;
}

div#Main {
	clear : both;
	width : 740px;
	margin : 20px;
}

div.Common {
	width : 710px;
	margin : 15px;
}

div.Common h2 {
	font-size : 17px;
	margin-bottom : 15px;
	color : #036;
}

div.Common h3 {
	font-size : 15px;
	margin-bottom : 13px;
	color : #036;
}

div.Common table {
	background : #999;
}

div.Common td {
	padding : 3px 7px 3px 7px;
	background : #fff;
	font-size : 13px;
}

p.alert {
	padding : 5px;
	font-size : 13px;
	line-height : 145%;
	color : #f00;
}

div.Common div.mid {
	width : 710px;
	font-size : 13px;
}

div.Common div.mid div.img {
	float : left;
	padding-right : 15px;
}

div.Common div.mid p {
	float : left;
	width : 710px;
}

div.Common div.HalfLeft {
	float : left;
	width : 340px;
}

div.Common div.HalfRight {
	float : right;
	width : 340px;
}

div.Common div.HalfBox {
	border : 1px solid #036;
	text-align : center;
	padding : 10px;
	margin-bottom : 20px;
}

div.Common div.HalfBox h2 {
	font-size : 15px;
}

div.Common div.HalfBox h2:hover {
	color : #f30;
}

div.Common div.HalfBox p {
	font-size : 13px;
}


/*リンク*/

a { color : #026; }
a:hover { color : #f30; }

span.need {
	color : #f00;
	font-size : 10px;
}

