html {
	overflow-y:scroll;
}

body {
	margin:0;
	background:#fff url("../common_img/background.gif") repeat-x;
	font-size:12px;
	font-family:Arial ,sans-serif;
	line-height:20px;
}

br {
	letter-spacing:0;
}

br.clear {
	clear:both;
	line-height:0;
	font-size:0;
}

img {
	margin:0;
	padding:0;
	border:none;
}

p {
	margin:0;
	line-height:20px;
}

#left p {
	margin: 0 0 0 10px;
}

p.title {
	font-weight:bold;
	margin:0;
}

.pdf {
	margin:20px auto 0;
	padding:5px 10px;
	width:340px;
	border:1px solid #2f6c91;
	background-color:#fff;
}


/*********************ADxMenu************************/

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	z-index: 10000;

	/*
	required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
	see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work
	*/
	white-space: normal;
}

.menu li li {
	/* items of the nested menus are kept on separate lines */
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.menu li:hover>ul {
	/* display submenu them on hover */
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul {
	top: -1px;
	left: 264px;
}

.menu li li#m_right ul {
	top: -1px;
	left: -266px;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */

.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/*********************ADxMenuここまで************************/

/*メニュー*/
#menu {
	margin:0;
	padding:0;
	background:url("../common_img/menu_back.gif") no-repeat;
	height:48px;
}

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

#menu li {
	float:left;
	margin:0;
	padding:0;
	width:266px;
	height:48px;
}

#menu li li {
	clear:both;
}

li#menu1,
li#menu2 {
	margin-right:1px;
}

li#menu3 {
	margin:0;
}

#menu li a {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:15px 0;
	width:266px;
	height:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

#menu li:hover {
	background:#b2c9d6;
	text-decoration:under-line;
}

#menu li#menu1,
#menu li#menu2,
#menu li#menu3 {
	background:url("../common_img/menu.gif") no-repeat;
}

#menu li#menu1:hover {
	background-position:0 -48px;
}

#menu li#menu2 {
	background-position:-266px 0;
}

#menu li#menu2:hover {
	background-position:-266px -48px;
}

#menu li#menu3 {
	background-position:-532px 0;
}

#menu li#menu3:hover {
	background-position:-532px -48px;
}

#menu li:hover {
	background:#b2c9d6;
	text-decoration:under-line;
}

#menu li ul li {
	float:left;
	margin:0;
	padding:0;
	border:1px solid #2f6d91;
	width:264px;
	height:auto;
	background-color:#fff;
	border-bottom:none;
	text-indent:5px;
}

#menu li ul li.under_border {
	border-bottom:1px solid #2f6d91;
}

#menu li ul li a {
	padding:0;
	width:264px;
	height:auto;
	color:#000;
	text-align:left;
	line-height:25px;
	color:#2f6d91;
	font-weight:normal;
}

/* ヘッダー */
#header {
	margin:0 auto;
	padding:0;
	width:800px;
	border-top:#7aa3b8 5px solid;
}

#logo {
	background-color:#fff;
	width:800px;
	height:75px;
	position:relative;
}

a.logo {
	display:block;
	width:420px;
	height:51px;
	position:absolute;
	top:12px;
}

a.english {
	display:block;
	width:85px;
	height:23px;
	position:absolute;
	right:0;
}

h1 {
	margin:0;
	padding:25px 0 0 10px;
	background:fff;
	color:#2f6c91;
	font-size:20px;
	height:45px;
	width:790px;
}

h1.small {
	padding-top:15px;
	height:55px;
	font-size:16px;
}

#main {
	margin:0 auto;
	width:100%;
	background:#fff url("../common_img/contents_back.gif") repeat-x;
}

#contents {
	margin:0 auto;
	padding-top:20px;
	width:800px;
}

#left {
	float:left;
	width:600px;
}

#right {
	float:right;
	margin-top:10px;
	width:180px;
}

h2 {
	margin:20px 0 20px;
	padding:0;
	height:35px;
}

h2.pre {
	width:600px;
	height:35px;
	background:url("../common_img/header.jpg") no-repeat;
	padding-left:20px;
	font-size:16px;
	line-height:35px;
	color:#2f6c91;
}

h2.pre span {
	font-size:12px;
	letter-spacing:0;
	font-weight:normal;
}

h3 {
	margin:5px 0;
	padding:0 0 0 15px;
	background: url(../common_img/mark0.gif) no-repeat 0 50%;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#2f6c91;
}

h3 span.small {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}

#footer {
	margin-top:30px;
	background:#fff url("../common_img/footer.gif") repeat-x;
	height:100px;
}

#footer div#color {
	margin:0 auto;
	padding-top:7px;
	padding-left:10px;
	width:795px;
	height:23px;
	background:#999;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
}

#footer div#cl {
	margin:0 auto;
	width:800px;
}

#footer div#cl p {
	padding-top:20px;
	text-align:right;
	width:800px;
	font-size:12px;
	color:#333;
	line-height:16px;
}

/* 左ナビゲーション */
.right_top {
	background:url("../common_img/right_bg_top.gif") no-repeat;
	font-size:0;
	line-height:0;
	height:6px;
}

.box_top {
	background:url("../common_img/box_bg_top.gif") no-repeat;
	font-size:0;
	line-height:0;
	height:3px;
}

.box_center {
	padding:10px 15px 10px;
	background:url("../common_img/box_bg_center.gif") repeat-y;
}

.box_bottom {
	background:url("../common_img/box_bg_bottom.gif") no-repeat;
	font-size:0;
	line-height:0;
	height:4px;
}

.right_center {
	background:url("../common_img/right_bg_center.gif") repeat-y;
	font-size:0;
	line-height:0;
	height:10px;
}

.right_bottom {
	background:url("../common_img/right_bg_bottom.gif") no-repeat;
	font-size:0;
	line-height:0;
	height:5px;
}

.right_bottom {
	background:url("../common_img/right_bg_bottom.gif") no-repeat;
	font-size:0;
	line-height:0;
	height:5px;
}

div.right_link {
	margin-top:5px;
}

.box_center p {
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	letter-spacing:0;
}

.ttl {
	background:url("../common_img/mark.gif") no-repeat 0 1px;
	padding-left:18px;
	color:#224f9f;
	font-weight:bold;
	font-size:10px;
	line-height:15px;
}

.menu {
	padding-top:3px;
	padding-left:15px;
	font-size:12px;
	line-height:16px;
	height:40px;
	border-top:1px solid #aaa;
}

/*リンク*/
a img {
	border:none;
}

a {
	cursor:pointer;
	color:#224f9f;
	text-decoration:none;
}

#footer a {
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

#right a {
	color:#224f9f;
	text-decoration:none;
}

#right a:hover {
	color:#69f;
	text-decoration:under-line;
}

#right #link {
	margin:10px 0 50px;
	height:31px;
}

#right #link a {
	float:right;
	display:block;
	margin-left:10px;
	width:165px;
	height:31px;
}

#right #link2 {
	background:url("../common_img/system_btn_1.gif") no-repeat;
}

#right #link1 {
	background:url("../common_img/system_btn_2.gif") no-repeat;
}

#right #link3 {
	background:url("../common_img/top_btn.gif") no-repeat;
}
/***************************マーク*********************************/
p.mark1,
li.mark1 {
	background:#fff url(../common_img/mark1.gif) no-repeat 0 3px;
}

li.mark2 {
	background:#fff url(../common_img/mark2.gif) no-repeat 0 5px;
}

li.mark3 {
	padding-left:20px;
	background:#fff url(../common_img/mark3.gif) no-repeat 0 5px;
}

#left p.arrow {
	padding-left:15px;
	background: url(../common_img/mark6.gif) no-repeat 0 8px;
}
/***************************その他共通*********************************/
span.red {
	color:#f00;
}

.light_blue {
	color:#2f6c91;
}

p.mark5 {
	padding-left:25px;
	text-indent:-25px;
	background: url(../common_img/mark5.gif) no-repeat 0 5px;
}

/***************************申込・募集・再生ボタン*********************************/
div#register {
	margin:30px auto 0;
	padding:10px;
	border:3px #369 double;
	background-color:#f8f8ff;
	text-align:center;
	width:470px;
}

div#register h3 {
	margin:0;
	padding:5px 0;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color:#036;
}

div#register p {
	margin:10px 0;
}

div#register a {
	margin:5px auto;
	padding:2px 0;
	display:block;
	width:250px;
	border-width:1px;
	border-style:solid;
	border-color:#999 #333 #333 #999;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #333;
	background-color: #e8e8e8;
}

div#register a:hover {
	color: #000;
	background-color:#f8f8f8;
}
