@charset "UTF-8";
/* CSS Document */

body{
	font-size:14px;
	margin:0;
	background-color:#000;
	background-image:url(IMAGES/header_bg_320.jpg);
	background-repeat:repeat-x;
	line-height:1.5;
}

img{
	border-width:0;
	margin:0;
}

header,
nav,
section,
aside,
article,
footer{
	display:block;
}

#container{
	margin:0;
	width:100%;
	background-image:url(IMAGES/main_visual_320.jpg);
	background-repeat:no-repeat;
}

header{
	position:relative;
	margin:0;
	width:100%;
	height:170px;
	background:none;
}


header h1{
	position:absolute;
	top:0;
	right:0;
	font-size:1px;
	text-indent:-999px;
	overflow:hidden;
}

header a#Link img{
	position:absolute;
	bottom:10px;
	right:10px;
	width:109px;
	height:37px;
	font-size:1px;
	text-indent:-999px;
	overflow:hidden;
}

header img#logoMark{
	position:absolute;
	top:10px;
	right:15px;
}

div#page_p{
	padding-top:10px;
	margin-left:2%;
}

div#page_p img{
	max-width:392px;
	max-height:59px;
	width:80%;
}

div#content{
	width:95%;
	margin:0 auto;
	background-image:url(IMAGES/content_bg.png);
}

section{
	width:95%;
	background-color:#333;
	border-radius:12px;
	-webkit-border-radius:12px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

section .name{
	width:95%;
	margin:0 auto;
	padding:0 0;
	font-size:120%;
	font-weight:bold;
	color:#09C;
	position:relative;
	min-height:20px;
	border-color:#09C;
	border-style:solid;
	border-width:0;
}

section .name .date{
	background-color:#09C;
	color:#fff;
	padding:2px 10px;
	text-align:left;
	font-weight:normal;
	position:static;
	bottom:3px;
	right:0px;
	border-radius:7px;
	-webkit-border-radius:7px;
	font-weight:bold;
}


section.notice{
	background-color:#555;
}
section.notice .name:before{
	/*content:"【 告知 】";*/
}

section.notice .name{
	color:#95b5be;
	border-color:#95b5be;
}

section.notice .name .date{
	background-color:#95b5be;
	color:#333;
}

section article{
	width:95%;
	margin:0 auto;
	padding:13px 0;
	color:#CCC;
}

section article img{
	display:block;
	width:80%;
	margin:5px auto;
	border:1px #aaa solid;
}


footer{
	width:100%;
	height:60px;
	background-image:url(IMAGES/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	color:#999;
	margin-top:30px;
}
