@charset "utf-8";
/* ------------------------------------------------------------

	base

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a:link {
	color: #99FFFF;
	text-decoration: none;
}

a:visited {
	color: #9999CC;
	text-decoration: none;
}

a:active {
	color: #FF9999;
	text-decoration: none;
}

a:hover {
	color: #FFCCCC;
	text-decoration: underline;
}

/* font default */

h1, h2, h3, h4, h5, h6 {
}

p, address {
	font-style: normal;
	line-height: 1.75em;
}

/* list default */

ol, ul {
	list-style: none;
}

ul, ol, dl {
	line-height: 1.75em;
}

ul.list_basic {
	padding-left:15px;
}

ul.list_basic li {
	margin-left: 3px;
}

ol.list_basic {
	list-style-type: decimal;
	padding-left:15px;
}

ol.list_basic li {
	margin-left: 6px;
}

* html body ol.list_basic li {
	margin-left: 10px;
}

*+html body ol.list_basic li {
	margin-left: 10px;
}





/* image default */

img {
	border-style: none;
}

/* ---------- clear ---------- */
.clearfix {
     zoom : 1;
}
.clearfix:after{
     content : '';
     display : block;
     clear : both;
}

/* ----------header---------- */

#container {
	width: 1214px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/* ----------head_text---------- */

#head_text {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #FF9999;
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

#head_text h1 {

}

ul#future_navi {
	position: absolute;
	top: 10px;
	right: 10px;
}

ul#future_navi li {
	display: inline;
	font-size: 90%;
}


/* ----------main image---------- */

#main_image {
	margin-bottom: 10px;
}

/* ----------topic navi---------- */

#topic_navi {
	font-size: 90%;
	margin-bottom: 20px;
}



/* ----------global navi---------- */

#g_navi {
	margin-bottom: 2px;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#g_navi ul li {
	white-space: nowrap;
	display: inline;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



/* ----------main area---------- */

#main_area {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;

}

/* ----------left navigation---------- */

#l_navi {
	float: left;
	width: 245px;
}

#l_navi ul  {
	margin: 0px;
	padding: 0px;
}

#l_navi ul li  {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#l_navi ul.event_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#l_navi ul.event_list li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}




#l_navi ul#banner {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#l_navi ul#banner li {
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#l_navi dl  {
	border: 1px solid #4D4D4D;
	text-align: left;
	margin-top: 3px;
	padding-bottom: 10px;
}

#l_navi dl dt {
}

#l_navi dl dd {
	background-image: url(../images/pink_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 2.2em;
}

/* ----------contents area---------- */

#contents {
	float: right;
	width: 750px;
	text-align: left;
	margin-bottom: 20px;
}



/* ----------footer---------- */

#footer_link {
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 20px;
}

#footer_link ul{
	display: block;

}

#footer_link ul li{
	font-size: 90%;
	padding-left: 8px;
	margin-right: 2px;
	background-image: url(../images/pink_mark.gif);
	background-repeat: no-repeat;
	display: inline;
	background-position: left center;

}

#footer_adr address {
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
	margin-top: 10px;
}

#footer_adr address img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ----------copyright---------- */

#copyright {
	background-image: url(../images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 101px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #474A7E;
}

/* ----------AURA logo---------- */

#aura {
	padding-bottom: 20px;
	text-align: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}

/* ----------パンくずリスト---------- */

#pankuzu {
	margin-bottom: 20px;
	font-size: 90%;
	line-height: normal;
	color: #999999;
}

/* ----------page top---------- */

.btn_pagetop {
	margin-bottom: 20px;
	text-align: right;
	padding-top: 20px;
}

.btn_pagetop_bottom {
	width: 786px;
	margin: 0 auto;
	padding-right: 12px;
	text-align: right;
}



/* ---------- text color ---------- */

.txt_red {
	color: #CC3300;
}

.txt_pink {
	color: #FF9999;
}

.txt_yellow {
	color: #FFFF00;
}


/* ---------- text size ---------- */

.large{
	font-size: 120%;
}



/* ----------margin---------- */

.mb0 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}



/* ---------- page anchor ---------- */

.page_anchor {
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.page_anchor ul {
	margin-right: 10px;
}

.page_anchor ul li {
	float: left;
	line-height: 33px;
	background-image: url(../images/pink_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}

.page_anchor ul li a {
	padding-left: 10px;
	padding-right: 10px;


}


.right_side{
	text-align: right;
}


/* ----------top oshirase---------- */
#oshirase {
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	font-size: 130%;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.right_w{
	text-align: right;
	color: #333333;
	font-size: 130%;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-right: 10px;
}

