@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Arial", "Osaka", "ヒラギノ角ゴPro W3";
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 0.1em;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}

img {
	border: 0px;
}

img.vbtm {
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

small {
	font-size: 10px;
}

.clr {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 1.0em;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

th {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}

td {
	font-size: 12px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

a {
	text-decoration: none;
	color: #5988b5;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 100%;;
	font-weight: normal;
}
h1 {
	font-size: 100%;;
	font-weight: normal;
	padding: 0 0px 5px 0px;
}

h2 {
	font-size: 120%;;
	padding: 5px 0;
	font-weight: normal;
	padding-bottom: 10px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 74px;
}

#hedaer-logo {
	float: left;
	width: 400px;
	padding-top: 10px;
}

#header-ozora {
	float: right;
	width: 332px;
	padding-right: 5px;
	padding-top: 25px;
}


#contents {
	border-top: solid 1px #99b6d9;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
}

#menu {
	float: left;
	width: 260px;
	height: 550px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}

#menu ul {
	margin: 50px;
}

#menu li {
	list-style: none;
	margin-bottom: 13px;
}


#main {
	float: left;
	width: 620px;
	padding: 20px 20px 20px 0;
	text-align: left;
}

#main p {
	padding-bottom: 20px;
}


#pan {
	padding: 10px 5px 10px 5px;
	color: #5988b5;
	background-image: url(../images/pan_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#pan a {
	color: #5988b5;
}

#main-contents {
	margin: 10px 0;
}

#main-contents-inner {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding: 0 35px 0 20px;
}

.l-side {
	float: left;
	padding-right: 10px;
}

.r-side {
	float: right
}

#bottom {
}

#pamph {
	float: left;
	width: 630px;
	padding: 0 0 0 10px;
}


#pagetop {
	float: left;
	width: 228px;
	padding: 20px 30px 0 0;
	text-align: right;
}

#footer {
	color: #333333;
	padding: 10px 0 20px 10px;
	border-bottom: solid 1px #99b6d9;
}

#footer-mark {
	float: left;
	width: 33px;
}

#footer-prof {
	float: left;
	width: 840px;
	background-image: url(../images/fotter_line.gif);
	background-repeat: no-repeat;
	background-position: 200px 20px;
	padding: 0 0 0 10px;
}

.name {
	color: #6e1743;
	font-size: 140%;
	padding-bottom: 5px;
}

.num {
	font-size: 120%;
	letter-spacing: 0;
}

#footer a {
	color: #333333;
}

#footer-link {
	text-align: center;
	padding: 10px 0;
	color: #666666;
	line-height: 1.5em;
}

#footer-link a {
	color: #666666;
}

