/*
Theme Name : Blue Sea
Theme URI  : http://berry.aprk.net/template/bluesea/
Description: This theme based is on "CSS Design Project".
Version    : 1.0
Author     : Raspberry Jam
Author URI : http://berry.aprk.net/
*/

/* Illustration by maru production. http://maruproduction.com/ */

/****** default setting ******/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,br,code,blockquote,pre,a,input,textarea,address,abbr,em,strong,ins,del {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
hr {
	display: none;
}

/****** block ******/
body {
	color: #cacaca;
	font-size: 11px;
	background-color: #000000;
	background-image: url(800_450.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
div#PAGETOP {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 410px;
	margin-top: -205px;
	margin-left: -380px;
	background-color: transparent;
	border: 0px dotted transparent;
	overflow: hidden;
}
div#HEADER {
	height: 40px;
	overflow: hidden;
}
div#MENU {
	float: left;
	width: 100px;
}
div#KIZI {
	float: right;
	width: 320px;
	overflow: auto;
	height: 320px;
	padding: 10px;
}
div#FOOTER {
	clear: both;
	position: relative;
	top: -13px;
	left: 15px;
	width: 480px;
}
a:link, a:visited {
	color: #becee7;
	text-decoration: none;
}
a:active, a:hover {
	color: #becee7;
	text-decoration: underline;
}
/****** header ******/
h1 {
	font-family: "Georgia", serif;
	padding: 10px 0 5px 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #cecece;
}
ul#PAN {
	position: relative;
	top: -20px;
	right: 0;
	width: 450px;
	text-align: right;
}
ul#PAN li {
	display: inline;
	padding: 0 3px;
}
ul#PAN li a {
	background-image: url(gw_migi.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 2px 15px 0 10px
}
/****** menu ******/
div#MENU h2 {
	display: none;
}
div#MENU ul {
	margin: 20px 10px 0 38px;
	list-style-type: square;
	line-height: 2.00;
}
div#MENU a:link,
div#MENU a:visited {
	color: #becee7;
	text-decoration: none;
}
div#MENU a:active,
div#MENU a:hover {
	color: #becee7;
	text-decoration: underline;
}
/****** kizi ******/
h2 {
	border-bottom: #c4c4c4 solid 1px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
div.text {
	margin: 5px 0 15px 10px;
}
h3 {
	font-weight: bold;
	margin: 10px 0;
}
h4, h5, h6 {
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
ul.modori {
	display: none;
}
/****** footer ******/
div#FOOTER h2 {
	display: none;
}
div#FOOTER ul {
	list-style: none;
	margin: 0 0 0 10px;
}
div#FOOTER ul li#FOOTER01 {
	display: none;
}



/******  ******/
/******  ******/
p {
	line-height: 1.80;
	margin: 5px 0 5px 5px;
}
ul, ol {
	line-height: 1.50;
	margin: 7px 0 7px 30px;
}
dl {
	margin: 2px 0 2px 10px;
	line-height: 1.50;
}
dt {
	margin: 5px 0 0 0;
}
dd {
	margin: 0 0 5px 30px;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #302826;
}
ins {
	border-bottom: 1px dashed #898989;
}
del {
	text-decoration: line-through;
}
pre {
	border: #391800 solid 1px;
	padding: 5px 10px;
	margin: 0 0 0 20px;
}
blockquote {
	border: #391800 solid 1px;
	padding: 5px 10px;
	margin: 0 0 0 20px;
}
cite {
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

/****** You should not use these elements. ******/
q {
	text-decoration: underline;
}
big {
	font-size: 1.1em;
}
small {
	font-size: 0.9em;
}
tt {
	font-family: monospace;
}

dl {
	margin: 5px 5px 5px 10px;
}
dl dt	{
	margin: 5px 0 5px 2px;
}
dl dd {
	margin: 5px 0 15px 50px;
}
/****** select ******/
input {
	margin: 5px;
	padding: 2px 5px;
	background-color: #ffffff;
	border: #d3ced3 solid 1px;
	font-size: 1.0em;
}
textarea {
	margin: 5px;
	padding: 2px 5px;
	background-color: #ffffff;
	border: #d3ced3 solid 1px;
	line-height: 1.80;
	font-size: 1.0em;
}
option {
	padding: 2px 5px;
	border: #d3ced3 solid 1px;
	font-size: 1em;
}
/******  ******/
/****** for IE only ******/
html {
	scrollbar-base-color: #b5c9d1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	overflow: auto;
}
