@charset "utf-8";
/* CSS Document */

/*======================================

body

=======================================*/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*======================================

link

=======================================*/

a:link {
	color: #0FC9FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0FC9FF;
}
a:hover {
	text-decoration: none;
	color: #A3ED14;
}
a:active {
	text-decoration: underline;
	color: #0FC9FF;
}

/*======================================

base

=======================================*/

#base {
	background-image: url(background_shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
}
.basebody {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6C6C6;
	border-left-color: #C6C6C6;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
}

/*======================================

header

=======================================*/

h1 {
	margin: 0px;
	padding: 40px;
	font-size: 1.6em;
	line-height: 30px;
	letter-spacing: .3em;
	font-weight: normal;
}
h1:first-letter {
	color: #00CCFF;
}
h1 span {
	font-size: 0.5em;
	line-height: 30px;
	padding-left: 50px;
	letter-spacing: .1em;
}
h1 address {
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-top: -50px;
}

/*======================================

img

=======================================*/

#base .basebody #img {
	background-image: url(bg_c81a.jpg);
	height: 380px;
	width: 800px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	border-top-style: solid;
	border-top-color: #F7F7F7;
	line-height: 380px;
	font-size: 20px;
	color: #F7F7F7;
	text-shadow: 3px 1px 5px #ae1;
	text-transform: uppercase;
}
#img span {
	padding-left: 550px;
	letter-spacing: .3em;
	white-space: normal;
}

/*======================================

menu

=======================================*/

#base .basebody #menu {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#base .basebody .menu {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
    overflow: hidden;}
#menu li {
	float: left;
	letter-spacing: 0.1em;
}
#menu li a {
	display: block;
	line-height: 50px;
	padding-right: 50px;
	padding-left: 50px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F7F7F7;
}
#menu li a:hover {
	background-color: #F7F7F7;
	border-left-color: #E4E4E4;
}
#menu .point a {
	color: #FD620F;
	font-weight: bold;
}

/*======================================

main

=======================================*/

#base .basebody #main {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	overflow: hidden;
}

/*      side       */

#main .side {
	width: 30%;
	float: left;
}
.side h2 {
	background-color: #F7F7F7;
	margin: 10px;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #0FC9FF;
}
.side p {
	margin: 10px;
	line-height: 1.8em;
	letter-spacing: .1em;
}

/*     main     */

#main .contents {
	float: right;
	width: 67%;
}
.contents .t {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ae1;
	padding: 10px;
	letter-spacing: .6em;
	font-size: 15px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.contents    .td {
	padding: 20px;
	line-height: 1.7em;
	margin-right: 5px;
	margin-left: 5px;
}

/*======================================

footer

=======================================*/

#footer   {
	background-image: url(footer.png);
	background-position: center bottom;
	line-height: 100px;
	width: 810px;
	margin: auto;
	text-align: center;
	letter-spacing: .2em;
}

/*======================================

textarea,input

=======================================*/

	ul.kako	{text-align:right; padding-right:10px;}
	ul.kako li	{list-style-type:none;}
	ul.kako a	{text-decoration:none;}