/* --------------------------------------------------
Reset Style
 -------------------------------------------------- */
body	{
	background:#333 url(../images/site_bg.gif) repeat-x left top;
	color:#333;
	font-size:75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	margin:0 auto;
}
html>/**/body	{
	font-size:12px;
}

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,p
	{
	margin:0;
	padding:0;
} 

table	{
	border-collapse:collapse;
	border-spacing:0;
} 

img	{
	border:0;
} 

.left { float: left; margin: 5px 10px 10px 10px; }

ol,ul {
	list-style:none;
} 

h1,h2,h3,h4	{
	font-size:100%;
	font-weight:normal;
}

/* --------------------------------------------------
Header Style
 -------------------------------------------------- */
#head	{
	background-color:#ccc;
	margin:0;
	padding:0 10px;
}

#head p	{
	margin-bottom:1em;
}


/* --------------------------------------------------
Global Navi Style
 -------------------------------------------------- */
#left_navi	{
	width:249px;
	float:left;
}

#left_navi ul.cast	{
	background:#191919;
	padding:20px;
	margin:0 0 20px;
}

#left_navi ul.cast li	{
	color:#fff;
	line-height:2.0;
}

#left_navi ul.cast li a	{
	color:#fff;
	text-decoration:underline;
}

#left_navi ul.cast li ul	{
	margin:10px 0 10px 20px;
	list-style:disc;
}

/* --------------------------------------------------
Wrapper Style
 -------------------------------------------------- */
#wrap	{
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#main	{
	width:900px;
	margin:0 0 10px;
	background:url(../images/main_bg.gif) repeat-y;
}

/* --------------------------------------------------
Contents Style
 -------------------------------------------------- */
#contents	{
	float:left;
	width:651px;
}

#contents .entry	{
	background:url(../images/diving.png) no-repeat;
	height:333px;
	position:relative;
	margin:0 0 10px;
}

#contents .entry h1	{
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding:20px 20px 0 0;
	height:10px;
}

#contents .entry p	{
	margin:30px 0 0 50px;
	padding:0 300px 0 0;
}

#contents .text	{
	width:590px;
	padding:0 0 0 40px;
	color:#fff;
}

#contents .text h2	{
	color:#fff;
	font-weight:bold;
	font-size:116%;
	border-bottom:#fff solid 1px;
	margin:10px 0 20px;
	padding:0 0 5px 15px;
}

#contents .text h3	{
	color:#fff;
	font-weight:bold;
	font-size:116%;
	border-bottom:#fff solid 1px;
	margin:0 0 20px;
	padding:0 0 5px 15px;
}

#contents .text p	{
	padding:0 0 10px 10px;
}

/* --------------------------------------------------
Footer Style
 -------------------------------------------------- */
#footer	{
	width:880px;
	padding:10px;
	margin:0 auto;
	border-top:#CCC solid 1px;
}

/* --------------------------------------------------
Contents Style
 -------------------------------------------------- */
.copy_right,
.copy_right a,
.copy_right p,
.copy_right p a	{
	color:#fff !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	text-align:left !important;
	text-decoration:none !important;
	font-weight:normal !important;
	text-indent:0 !important;
	font-size:12px !important;
}

.copy_right     {
        text-align:center  !important;

	padding:10px 0 !important;
}

.copy_right p	{
	padding:0 10px 0 0 !important;
	margin:0 0 10px !important;
	display:inline !important;
}

/* --------------------------------------------------
Link Style
 -------------------------------------------------- */
a	{
	text-decoration:none;
}
/* for IE5 Mac hidden start \*/
a	{
	overflow:hidden;
}
/*for IE5 Mac hidden end */
a:link	{
	text-decoration:none;
}
a:visited	{
}
a:hover	{
	text-decoration:underline;
}
a:active	{
	color:#f00;
}

