* {
	margin: 0;
	padding: 0;
	}
body {
	width: 750px;
	margin: auto;
	color: #333;
	font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
    line-height: 1.5em;
	}	
#header {
	}
#menu {
	width: 740px;
	height: 220px;
	padding: 5px;
	border: 1px solid #ccf;
	background: url(img/sky.jpg) 5px 5px no-repeat;
	position: relative; 
	}
#content {
	padding-top: 25px;
	}
#left {
	width: 230px;
	float: left;
	margin-bottom: 30px;
	}
#right {
	width: 515px;
	float: left;
	}
#footer {
	clear: left;
	text-align: center;
	border-top: 2px solid #465c75;
	padding-top: 10px;
	padding-bottom: 20px;
	}	
	
#right div.box {
	margin-bottom: 50px;
	}
#right div.box2 {
	margin-bottom: 30px;
	}
	
hr {
	display: none;
	}	
p, table, dl, ul {
	margin-bottom: 13px;
	}	
	
/*　見出し　*/

h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #504F4F;
	text-shadow: 0px -1px 1px #777;
	display: inline-block;
	line-height: 50px;
	margin: 10px 50px 0 5px;
	}	
h2 {
	color: #465c75;
	font-size: 20px;
	}	
	#menu h2 {
		display: none;
		}
	#right h2 {
		background: url(img/stripe_w.gif) #f0f0ff;
		border: 1px solid #f0f0ff;
		padding: 10px 10px 5px 10px;
		margin-bottom: 30px;
		font-family: "Century Gothic", "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
		color: #333;
		text-shadow: 0px -1px 1px #777;
		text-align: right;
		}		
h3 {
	color: #465c75;
	font-size: 16px; /* モダンブラウザ */
    *font-size: 130%; /* IE 7 */
    *font: 100%; /* IE 6以下 */
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px;
	}
	.column h3, .column2 h3 {
		background: url(img/star.gif)  no-repeat;
		padding-left: 30px;
		}
	#right h3 {
		border-bottom: 1px solid #aeb7c1;
	}			
h4 {
	font-size: 13px; /* モダンブラウザ */
    *font-size: 100%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
    margin-bottom: 15px;
	}
	
.series {
	text-align: right;
	margin:-10px 0 20px 0;
	position:relative;
	}

/*　見出し　END　*/

/*　リンク　*/

a {
	color: #39c;
	text-decoration: none;
	}			
a:hover {
	color: silver;
	}			
a:visited {
	}

/*　リンク　END　*/
	
/*　リスト　*/

ul {
	list-style-type: none;
	}	
li {
	list-style: none;
	line-height: 1.5em;
	}
	
#right li {
	background: url(img/arrow_gray.gif) left no-repeat;
	margin: 0 0 5px 30px;
	padding-left: 20px;
	border-bottom: 1px dashed #aeb7c1;
	}

#update-log {
	font-family: monospace;
	}	
#update-log dt {
	font-weight: bold;
	}	
#update-log dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
		
/*　リスト　END　*/
	
/*　パンくず　*/

ol#pan {
	display: inline;
	}
#pan li {
	display: inline-block;
	/display: none;
	}
#pan li + li:before {
    margin: 0 5px;
    content: ">";
	}	
#pan li a {
	color: #333;
	text-decoration: underline;
	}
#pan li a:hover {
	color: silver;
	}
	
/*　パンくず　END　*/
	
/*　メインメニュー　*/

#menu ul {
	height: 40px;
	width: 740px;
	margin-top: 180px;
	margin-left: 0;
	padding-left: 0;
	background: #000;
	}
#menu ul li{
	height: 40px;
	width: 185px;
	position:relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px; /* モダンブラウザ */
    *font-size: 110%; /* IE 7 */
    *font: 100%; /* IE 6以下 */
	}
#menu ul li a{
	width: 185px;
	height: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;	
	}
#menu ul li a:hover{
	color: #39f;
	}

/*　メインメニュー　END　*/
	
/*　サブメニュー　*/

.sub-menu {
	width: 200px;
	margin: 0 25px 30px 5px;
	border-width: 1px;
	border-color: #ccf;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(img/stripe_blue.gif);	
	}
.sub-menu ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
.sub-menu li {
	border-top: 1px dashed #ccf;
	background: url(img/arrow_blue.gif) left no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 0 5px 20px;	
	}
	li.list_first {
		border-top: 0px;
		}
.sub-menu li a {
	color: #465c75;
	display:block;
	}
.sub-menu li a:hover {
	color: #39c;
	}
	
.sub-menu h2 {
	margin: 0;
    padding-left: 10px;
    font-size: 13px; /* モダンブラウザ */
    *font-size: 90%; /* IE 7 */
    *font:80%; /* IE 6以下 */    
    color: #000;
	text-shadow: 0px -1px 1px #fff;
	font-weight: bold;    
	}	

#left p {
	width: 200px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	}
	
/*　サブメニュー　END　*/

/*　カラム　*/

.column, .column2, .column3 {
	width: 750px;
	margin-bottom: 35px;
	zoom: 100%;	
	}
.column:after, .column2:after, .column3:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
	
.column2 div.first_box {
	width: 340px;
	float:left;
	}
.column2 div.box {
	width: 400px;
	margin-left: 10px;
	float: left;
	}

#update-log dl {
	height: 150px;
	padding: 10px;
	background: url(img/stripe_white.gif) #f0f0ff;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	border-radius: 5px;
	overflow: auto;
	}
#update-log p {
	text-align:right;
	margin-bottom: 0;
	}
#update-log a:before {
	content: url("img/arrow_blue.gif");
	margin-right: 5px;
	}
	
.column3 ul {
	margin-left: 0;
	padding-left: 0;
	}	
.column3 div.first_box, .column3 div.link-box {
	width: 220px;
	float: left;
	margin-left: 30px;
	}
.column3 div.first_box {
	margin-left: 15px;
	}
.column3 h3 {
	border-bottom: 1px solid #465c75;
	}
		
/*　カラム　END　*/

/*　フッター　*/

#footer li {
	display: inline-block;
	}
#footer address {
	display: inline;
	}
#footer li + li:before {
    margin: 0 5px 0 0;
    content: "｜";
	}
	
address {
	color: #333;
	font-size: 12px;
	font-style: normal;
	}
	
#page-top {
	display: block;
	position: fixed;
	bottom: 0;
	right: 10px;
	/display: none;
	}

#ninja {
	text-align: right;
	}	
	
/*　フッター　END　*/

/*　テーブル　*/

td {
	line-height: 1.8em;
	}

#link-policy, #password {
	border-top: 1px solid #ccf;
	border-left: 1px solid #ccf;
	}
#link-policy td, #password td {
	padding: 5px;
	border-right: 1px solid #ccf;
	border-bottom: 1px solid #ccf;
	line-height: 1.5em;
	}
.row {
	font-family: monospace;
	}	

#map {
	margin-bottom: 0;
	}
#map td {
	vertical-align: top;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	
/*　テーブル　END　*/

img {
	border: 0;
	}

/*　フォーム　*/

input {
	border-top: 1px solid #4796ef;
	border-left: 1px solid #4796ef;
	border-right: 1px solid #3e83d1;
	border-bottom: 1px solid #3e83d1;
	color: #355a84;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	padding: 5px;
	line-height: 1.5em;
	}
#namebutton {
	text-align: right;
	margin-bottom: 30px;
	}

/*　top shadow 　*/
	
body:before { 
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px; 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
	}
		
/*　top shadow END　*/