@charset "Shift_JIS";

/* format
------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	boder:none;
}

body {
	backgrount-color:#FFF;
	text-align:center;
	color:#333;
}

div#container {
	width:764px;
	background-image:url("../images/bg.gif");
	background-position:center top;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* header
------------------------------------------------------------ */
div#header {
	width:750px;
	height:70px;
	margin-left:7px;
	background-image:url("../images/rainbow.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}
img#logo {
	margin-top:18px;
	margin-left:15px;
}
img#old-name {
	margin-top:29px;
	margin-right:15px;
}


/* center
------------------------------------------------------------ */
div#center {
	width:750px;
	margin-top:15px;
	margin-left:7px;
}
div#center:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* menu
------------------------------------------------------------ */
div#menu {
	float:left;
	width:175px;
	margin-left:10px;
}

div#menu ul {
	margin-top:11px;
	margin-bottom:12px;
}
div#menu ul li {
	font-size:12px;
	margin-bottom:17px;
	padding-bottom:4px;
	text-indent:1em;
	background-image:url("../images/menu_bar.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}
div#menu ul li a {
	text-decoration:none;
}
div#menu ul li img {
	vertical-align:middle;
	margin-right:5px;
}


/* contents
------------------------------------------------------------ */
div#contents {
	float:right;
	width:545px;
	margin-right:10px;
	margin-bottom:10px;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	overflow:auto;
}


/* main-body
------------------------------------------------------------ */
div#main-body {
	padding:8px 8px 20px 8px;
	font-size:12px;
	line-height:150%;
}


/* to-top
------------------------------------------------------------ */
div#to-top {
	width:750px;
	text-align:right;
	padding-right:10px;
}


/* footer
------------------------------------------------------------ */

div#footer {
	clear:both;
	width:750px;
	height:60px;
	margin-top:10px;
	margin-left:7px;
	background: #FFFFFF url("../images/footer.gif") no-repeat scroll left top;
}
div#footer img#mail {
	margin-top:28px;
	margin-left:388px;
}



/* p
------------------------------------------------------------ */
p {
	margin:0px;
	padding:10px 0 0 10px;
}


/* align
------------------------------------------------------------ */
.a-left {
	text-align:left;
}
.a-center {
	text-align:center;
}
.a-right {
	text-align:right;
}


/* img
------------------------------------------------------------ */
img {
	border-style:none;
}


/* link
------------------------------------------------------------ */
a:link {
	color:#121268;
}
a:visited {
	color:#121268;
}
a:hover {
	color:#777777;
}


/* list
------------------------------------------------------------ */
ul { 
 list-style-type:none;
}
dl { 
	list-style-type:none;
	margin-bottom:10px;
}
dt {
	font-weight:bold;
	margin-bottom:3px;
}
dd {
	margin-left:10px;
	margin-bottom:3px;
}
dl dd.btn {
	margin-top:5px;
}


/* h3
------------------------------------------------------------ */
h3 {
	font-size:12px;
	font-weight:normal;
	margin:15px 0 10px 10px;
}


/* table
------------------------------------------------------------ */
div#main-body table {
	font-size:12px;
	line-height:150%;
}

table.v-top th {
	vertical-align: top;
}
table.v-top td {
	vertical-align: top;
}
table.nowrap th {
	white-space: nowrap;
}
table.normal th {
	font-weight:normal;
}



/* float
------------------------------------------------------------ */
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.f-clear {
	clear:both;
}


/* span
------------------------------------------------------------ */
span.small {
	font-size:11px;
}


/* margin
------------------------------------------------------------ */
.left10 {
	margin-left:10px;
}
.left15 {
	margin-left:15px;
}
.left20 {
	margin-left:20px;
}
.left25 {
	margin-left:25px;
}
.left30 {
	margin-left:30px;
}
