@charset "shift_jis";

/* -------------------------------------------------
  初期設定
------------------------------------------------- */

body {
	color: #fff;
	background: #000;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
a, a:link, a:visited {
	color: #fff;
	}
a:hover, a:active, a:focus {
	color: #f50;
	text-decoration: none;
	}
.outmenu, .outmenu:link, .outmenu:visited {
	color: #ccc;
	text-decoration: none;
	}
.outmenu:hover, .outmenu:active, .outmenu:focus {
	color: #f50;
	}
img {
	border: none;
	}

/* -------------------------------------------------
  ヘッダー
------------------------------------------------- */

.header {
	color: #ccc;
	background: #666;
	font-size: 12px;
	text-align: left;
	margin: 1px 0 30px;
	padding: 2px;
	}
.contener {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	}

/* -------------------------------------------------
  上
------------------------------------------------- */

h1 {
	text-align: right;
	line-height: 1;
	margin: 0;
	padding: 0;
	}
.meinmenu {
	background-image: url("../image/4321.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 385px;
	}
.menu {
	display: block;
	float: left;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 116px;
	border-bottom: 1px solid #f00;
	}
.menu:link, .menu:visited {
	text-decoration: none;
	}

/* -------------------------------------------------
  中
------------------------------------------------- */

.contents {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	height: 398px;
	line-height: 1.5;
	height: 480px;
	padding: 30px;
	}
.contents2 {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	height: 398px;
	line-height: 1.5;
	height: auto;
	padding: 30px;
	}
.news {
	background-image: url("../image/profile2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 450px;
	padding-right: 300px;
	}
h2 {
	border-bottom: 1px solid #666;
	}
.newshead {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 12px;
	}
.newsbody {
	margin: 0;
	padding: 0 0 0 18px;
	}

/* -------------------------------------------------
  フッター
------------------------------------------------- */

.footer {
	clear: both;
	color: #666;
	text-align: center;
	margin: 100px 0 0;
	padding: 1px;
	}