
body{
	background: #0f0f0f;
	/*background-image: url('img/assault.png');*/
}

p a:link, p a:visited{ color: #b7282e; } /*#C30C0C*/
p a:hover{ color: #007bbb; }
/* #007bbb : 紺碧 */
/* #a22041 : 真紅 */
/* #ba2636 : 朱・緋 あけ */
/* #b7282e : 茜色 */

h1{
	font-weight: normal;
	letter-spacing: 8px;
	font-size: 1.5em;
	padding: 30px 30px;
}

h2{
	font-weight: normal;
	letter-spacing: 5px;
	font-size: 16px;
}

h1#logo a:link{
	text-decoration: none;
	/*color: #000;*/
	color: #fff;
	/*font-family: "ＭＳ 明朝";*/
}
/*h1#logo a:visited{ color: #000; }*/
h1#logo a:visited{ color: #fff; }
h1#logo a:hover{ color: #74a9d6; } /*新橋色*/ /*深紅 #e5001e*/


p.small{ font-size: 12px; }

span.red{
	/*color: #ef0000;*/
}
span.red2{
	color: #ef0000;
}


div.gray p{
	color: #666;
}

/*ページ移動のリンク*/
p.page_trans {
	font-size: 12px;
	margin-bottom: -15px;
}

/*自己紹介欄・長い文章用に*/
div.long_script{
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 2;
}

/*アクセスカウンター*/
div#ac_counter{
	text-align: right;
}


img {
	/* IE 青い枠線対策 */
	border-style: none\9;
	*border-style: none;
}

/*
a.quiet_link:link{
	text-decoration: none;

}
a.quiet_link:hover{
	text-decoration: underline;
	color: #007bbb;
}*/
/*
a.quiet_link:link{
	text-decoration: none;
	color: #74a9d6;
}
a.quiet_link:hover{ text-decoration: underline; }
a.quiet_link:visited{ color: #74a9d6; }
*/

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper{
	/*width: 876px;*/
	width: 780px;
	margin: 50px auto;
}

#main{
	padding: 15px 30px;
	background: #fff;
}

div .clearfix{
	clear: both;
}

/* =Header
-----------------------------------------------------------------------------*/
header{
	background: #fff;
	height: 140px;
	background-image: url('img/top-header.png');
}

/* =Nav
-----------------------------------------------------------------------------*/
nav{
	background: #000;
}

nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav li {
	float: left;
	/*width: 90px;*/
	width: 193px;
	padding: 2px 1px;
}
nav li:first-child {
	padding-left: 0px;
	width: 194px;
}
nav li:last-child {
	padding-right: 0px;
	width: 194px;
}

nav li a{
	display: block;
	padding: 5px 20px;
	background: ;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}

nav li a:hover{ 
	background: #666;
	/*color: #000;*/
	text-decoration: underline;
}


/* =Contens
-----------------------------------------------------------------------------*/
#content{
	padding-bottom: 30px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
}

div .multicol{
	/*-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;*/
	margin: 0 auto;
}

article{ /*　3カラムグリッドの1セルとして使う　*/
	width: 180px;
	margin: 30px;
	/*border: 1px solid #eee;*/
	float: left;
}


article img{
	width: 100%;
}

article p{
	text-align: center;
}

article p.script{
	font-size: 12px;
}


#history{
	float: left;
	width: 345px;
	margin-right: 30px;
	border-right: 2px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#history p, #about p{
	font-size: 12px;
	margin: 5px 0;
}

#about{
	float: left;
	width: 340px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#flash-content{
	margin: 20px auto;
	text-align: center;
}


/* =Footer
-----------------------------------------------------------------------------*/
footer{
	padding: 8px 0;
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 12px;
}


/* =Form - お問い合わせ
-----------------------------------------------------------------------------*/
table#form{
	font-size: 14px;
}

table#form th{
	width: 160px;
	background: #eee;
	padding: 6px 0;
}

input[type="submit"]{
	margin-left: 20px;
}

