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

/*--Reset-CSS--*/
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style:none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333333;
}
a:visited{
	color:#333333;
}
a:hover,a:active{
	color:#0ABEEF;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*--body-setting--*/
body{
	background:url(../common/body_bg.png) repeat-y top left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	color:#333333;
}
#wrapper{
	margin:0 auto;
	width:960px;
	background:url(../common/wrapper_bg_rp.png) repeat-y;
}

/*--header-setting--*/
#header{
	position:relative;
	width:960px;
	height:250px;
}
#header h1{
	position:absolute;
	top:0;
	left:0;
}
#header h2{
	position:absolute;
	top:0;
	right:0;
}
#header #gnavi{
	position:absolute;
	top:55px;
	right:185px;
}
#header #gnavi li{
	float:left;
}
#mainvisual{
	position:absolute;
	top:90px;
	right:90px;
}

/*--leftnavi-setting--*/
#leftnavi_wrap{
	float:left;
	width:240px;
}
#leftnavi{
	position:relative;
	padding-bottom:20px;
	border-right:2px solid #666666;
}
#leftnavi ul{
	padding-bottom:20px;
	*padding-bottom:0;
}
#leftnavi ul li ul li{
	position:relative;
	margin:0;
	padding:0 0 0 65px;
	height:30px;
	background:url(../common/Lnavi_list_bg.png) repeat-y top left;
	font-size:0.8em;
	*line-height:1.2;
}
#leftnavi ul li ul li.menu_title{
	padding-bottom:10px;
	background:none;
}
#leftnavi ul li ul li.menu_title a{
	position:absolute;
	top:0;
	left:0;
}
#leftnavi ul li ul li.twolines{
	line-height:0.9;
	*line-height:1.2;
}
#leftnavi ul li ul li.twolines a{
	position:absolute;
	top:5px;
}
#leftnavi ul li ul li a{
	position:absolute;
	top:8px;
	text-align:left;
	vertical-align:middle;
}
#leftnavi ul li ul li a span{
	padding-right:5px;
	text-align:right;
	font-size:0.8em;
}
#here a{
	color:#0ABEEF;
}



/*--rightnavi-setting--*/
#alliance-partnaers_cont{
	float:right;
	width:150px;
}
#alliance-partnaers_cont ul li.menu_title{
	padding-bottom:15px;
}
#alliance-partnaers_cont ul li{
	padding-bottom:10px;
}
#alliance-partnaers_cont .AP_name{
	padding-left:10px;
	font-size:0.75em;
	line-height:1.8;
	vertical-align:super;
}


/*--footer-setting--*/
#footer{
	clear:both;
	*margin-top:20px;
	position:relative;
	width:960px;
	height:110px;
	background:#FFFFFF;
	border-top:1px solid #0ABEEF;
	bottom:0;
	left:0;
}
h4{
	position:absolute;
	bottom:67px;
	left:0;
	width:245px;
	height:230px;
	z-index:5;
}

#footer p,#footer ul{
	margin:10px 10px 0 0;
	text-align:right;
	font-size:0.7em;
}
#footer ul li{
	float:right;
}
#footer p,#footer li,#footer a{
	color:#0ABEEF;
}
#footer a:hover{
	color:#333333;
}