@charset "Shift_JIS";

* {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
}

body {
	scrollbar-arrow-color: #ff44cc;
	scrollbar-3dlight-color: #ffffff;
 	scrollbar-face-color: #ffe8f8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ff44cc;
	scrollbar-darkshadow-color: #ffe8f8;
	scrollbar-track-color: #e5f7fd;
	background: #f2ffff;
	margin: 0;
	text-align: center;
	overflow: auto;
}

#container {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	width: 750px;
}

#header {
	float: left;
	height: 100px;
	width: 650px;
}

h1 {
	margin: 0;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 5px;
	text-align: left;
}

#header_right {
	float: left;
	height: 100px;
	width: 100px;
}

#subheader {
	background: #0066cc;
	clear: both;
	color: #ffffff;
	font-size:13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main {
	float: left;
	width: 540px;
}

h2 {
	color: #ff3366;
	font-size: 17px;
	line-height: 2em;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 15px;
	text-align: left;
}

p {
	color: #333333;
	font-size: 16px;
	line-height: 1.5em;
	margin: 35px auto;
	text-align: justify;
	text-justify: distribute;
	width: 31em;
}

ul#text {
	color: #333333;
	font-size: 16px;
	margin-left: 50px;
	text-align: left;
	padding: 0;
}

ul#text li {
	margin-top: 7px;
}

#side {
	background-color: #e5f7fd;
	float: left;
	height: 1020px;
	width: 210px;
}

#side #mobile {
	color: #ff44c8;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu {
	background-color: #ffffff;
	border: solid 1px #ff48cc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.menu .title {
	background-color: #ff48cc;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

form {
	color: #333333;
	font-size: 13px;
	margin-left: 9px;
	margin-bottom: 5px;
	text-align: left;
}

input.button {
	padding: 1px 3px;
}

input.text {
	width: 140px;
}

.menu p {
	font-size: 12px;
	line-height:1.5em;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 15em;
}

.menu div.text {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#menu {
	font-size: 13px;
	list-style-image: url(image/arw_blue.gif);
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding: 0;
	text-align: left;
}

ul#menu li {
	margin-top:7px;
}

#side .addition {
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	border-top: #0066cc 1px solid;
	clear: both;
}

#nav {
	color: #ff44c8;
	font-size: 12px;
	line-height: 1.6em;
	margin: 15px auto;
	text-align: justify;
	text-justify: distribute;
	width: 575px;
}

hr { 
	background-color: #c0c0c0;
	border: none;
	color: #c0c0c0;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#copyright {
	color: #777777;
	font-size: 13px;
	margin-top: 25px;
}

img {
	border: none;
}

a:link {
	color: #0033ff;
	text-decoration: none;
}

a:visited {
	color: #0033ff;
	text-decoration: none;
}

a:hover {
	color: #ff80c0;
	text-decoration: underline;
}

a:active {
	color: #b56aff;
	text-decoration: underline;
}

#subheader a:link {
	color: #ffffff;
	text-decoration: none;
}

#subheader a:visited {
	color: #ffffff;
	text-decoration: none;
}

#subheader a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#subheader a:active {
	color: #ffffff;
	text-decoration: underline;
}
