﻿/**
 *
 */
body {
	text-align		: center;
	background		: #333333;
	color			: #ffffff;
	font-family		: "ＭＳ Ｐゴシック", Osaka, sans-serif ;
	font-size		: 12px;
	margin			: 0px;
	padding			: 0px;
}   

/**
 * h1～h3 
 */
h1 {
	font-family		: "ＭＳ Ｐゴシック", Osaka, sans-serif ;
	font-size		: 12px;
	font-weight		: bold;
}

/**
 * 
 */
.content {
	width			: 623px;
	height			: auto;
	background		: transparent;
	margin			: 10px auto 25px auto;
	padding			: 10px;
	border			: 1px solid #333333;
	line-height		: 175%;
}

p {
	margin			: 0px;
}

p.red {
	color			: #ff0000;
	font-size		: 14px;
	font-weight		: bold;
}

p.yellow {
	color			: #ffff00;
	font-size		: 14px;
	font-weight		: bold;
}

/**
 * リンク
 */
a:link {
	color			: #ff00ff;
	text-decoration		: none;
}
a:visited {
	color			: #ff00ff;
	text-decoration		: none;
}
a:active {
	color			: #00ff00;
	text-decoration		: none;
}
a:hover {
	color			: #ff0000;
	text-decoration		: none;
}

/**
 *
 */
#backWrap {
	/*
	width			: 1065px;
	*/
	width			: 1015px;
	height			: auto;
	text-align		: left;
	margin			: 0px auto;
	padding			: 0px;
	background		: #000000 url("../images/back-wrap.jpg") repeat;
}

/**
 *
 */
#wrap {
	/*
	width			: 1022px;
	*/
	width			: 972px;
	height			: auto;
	text-align		: left;
	margin			: 0px auto;
	padding			: 0px;
	background		: transparent;
	border			: 1px solid #ffffff;
}

/**
 * メインコンテンツ
 */
#mainWrap {
	/*
	width			: 774px;
	*/
	width			: 734px;
	height			: auto;
	float			: right;
	background		: transparent url("../images/back-second.jpg") no-repeat;
	border-top		: 1px solid #ffffff;
	border-left		: 1px solid #ffffff;
	z-index			: 1;
	position		: relative;
	top			: -50px;
}

/**
 * サイドメニュー
 */
#sideWrap {
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: auto;
	float			: left;
	background		: transparent;
	border-top		: 1px solid #ffffff;
	z-index			: 2;
	position		: relative;
	top			: -50px;
	margin			: 0px;
	padding			: 0px;
}

/** 
 * ロゴ
 */
#logo {
	width			: 225px;
	height			: 180px;
	background		: transparent;
	/*
	margin			: 72px 11px 12px 11px;
	*/
	margin			: 72px 6px 12px 6px;
	padding			: 0px;	
	position		: relative;
	top			: -50px;
}

/**
 * メニュー
 */
#menu {
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: auto;
	background		: transparent;
	position		: relative;
	top			: -50px;
	margin			: 0px;
	padding			: 0px;
}

#menu ul {
	list-style		: none;
	margin			: 0px;
	padding			: 0px;
}

#menu ul li {
	margin			: 0px;
	padding			: 0px;
}

#menu ul li a {
	display			: block;
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.program a {
	background		: #000000 url("../images/menu-program-0.jpg") no-repeat;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	text-indent		: -9999px;
	border-top		: 1px solid #ffffff;
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.program a:hover {
	background		: #000000 url("../images/menu-program-1.jpg") no-repeat;
	background-position	: 0px 0px;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	border-top		: 1px solid #ffffff;
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.archives a {
	background		: #000000 url("../images/menu-archives-0.jpg") no-repeat;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	text-indent		: -9999px;
	border-top		: 1px solid #ffffff;
	border-bottom		: 1px solid #ffffff;	
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.archives a:hover {
	background		: #000000 url("../images/menu-archives-1.jpg") no-repeat;
	background-position	: 0px 0px;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	border-top		: 1px solid #ffffff;
	border-bottom		: 1px solid #ffffff;	
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.access a {
	background		: #000000 url("../images/menu-access-0.jpg") no-repeat;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	text-indent		: -9999px;
	border-top		: 1px solid #ffffff;
	/*
	border-bottom		: 1px solid #ffffff;
	*/
	margin			: 0px;
	padding			: 0px;
}

#menu ul li.access a:hover {
	background		: #000000 url("../images/menu-access-1.jpg") no-repeat;
	background-position	: 0px 0px;
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: 73px;
	border-top		: 1px solid #ffffff;
	/*
	border-bottom		: 1px solid #ffffff;
	*/
	margin			: 0px;
	padding			: 0px;
}

/**
 * バナー
 */
.banner {
	/*
	width			: 247px;
	*/
	width			: 237px;
	height			: auto;
	background		: transparent;
	position		: relative;
	top			: -50px;
	/*
	margin			: 0px;
	*/
	margin			: 43px 43px 44px 44px;
	padding			: 0px;
}

/**
 * ヘッダー
 */
#header {
	/*
	width			: 1022px;
	*/
	width			: 972px;
	height			: 330px;
	text-align		: right;
	background		: #000000 url("../images/header.jpg") no-repeat;
	z-index			: 3;
}

/**
 * フッター
 */
#footer {
	/*
	width			: 1022px;
	*/
	width			: 972px;
	height			: 58px;
	text-align		: center;
	background		: #000000 url("../images/footer.jpg") repeat;
	border-top		: 1px solid #ffffff;
	/*
	z-index			: 4;
	position		: relative;
	top			: -50px;
	*/
}

/**
 * 著作権表記
 */
.copyright {
	font-family		: "ＭＳ明朝", 細明朝体, serif;
	font-size		: 15px;
	margin			: 0px;
	padding			: 14px 0px 0px 0px;
}

.clear {
	clear			: both;
}   

.clear hr {
	display			: none;
}

.imageLeft {
	width			: 300px;
	height			: auto;
	background		: transparent;
	padding			: 10px 0px 10px 0px;
	float			: left;
}
.imageRight {
	width			: 303px;
	height			: auto;
	background		: transparent;
	padding			: 10px 0px 10px 3px;
	float			: right;
}
.image {
	border			: 1px solid #32fefd;
}

