@charset "shift_JIS";

/* 基本スタイル
---------------------------------------------*/
A:link { color: #0033FF; text-decoration: none; }
A:hover { color: #CC3333 ; text-decoration: none; }
A:visited { color: #9933CC; text-decoration: none; }
A:active { color: #FF6600; text-decoration: none; }

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #ff0;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	color: #fff;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #ff3;
	text-align: left;
	margin: 0px 0px 5px 40px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0;
}

.tx16 { font-size: 16px; line-height: 140%; }
.tx14 { font-size: 14px; line-height: 140%; }
.tx12 { font-size: 12px; line-height: 160%; }
.tx11 { font-size: 11px; line-height: 160%; }
.tx10 { font-size: 10px; line-height: 160%; }

body {
	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3","Osaka";
	margin: 0;
	padding: 0;
}

img {
	border: none;
	virtical-align: top;
}

/* レイアウト
---------------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
}

#container {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 1px solid #03C;
	background-color : #4675DF;
	text-align: left;
}

#container p {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0 40px;
}

#box {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-image : url("../images/beach.jpg");
}
#box p {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	text-align: right;
	margin: 0;
	padding: 20px 10px 20px 0px;
}

#navigation {
	width: 760px;
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	width: 152px;
	height: 24px;
	margin: 0;
	padding: 0;
}

#primary {
	position: relative;
	float: left;
	width: 400px !important;
	width: /**/: 440px;
	margin-top: 40px;
	margin-left:40px;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
}

#primary p {
	font-size: 12px;
	line-height: 160%;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}

#secondary {
	position: relative;
	float: right;
	width: 120px !important;
	width: /**/: 140px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

#content {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color : #fff;
	text-align: left;
}

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	background-image : url("../images/footer.jpg");
	margin: 0;
}
#footer p {
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding: 15px 0px 0px 20px;
}