@charset "UTF-8";

/******************************************************


ORTUS
121221


******************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);

html{
	background:#f3f0cc url(/common/img/bg.gif);
}
body{
	background:url(/common/img/html_line.gif) repeat-x;
	letter-spacing:0.09em;
	line-height:2em;
	overflow-y:scroll;
	color:#333;
	text-align:left;
	min-width:980px;
	font-family:'Open Sans', arial,helvetica,clean,sans-serif;
}

a:link,
a:visited {
	color:#999;
    text-decoration:none;
    outline:none;
}

a:hover{
	color:#d70029;
	text-decoration:none;
}

p{
	margin-bottom:2em;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	line-height:1.6;
}


/*****************************************************

header

*****************************************************/

#header{
	width:980px;
	height:145px;
	position:relative;
	margin:0 auto;
}

#header h1{
	position:absolute;
	display:block;
	width:198px;
	height:85px;
	top:33px;
	left:50%;
	margin-left:-99px;
}

/*****************************************************

navi

*****************************************************/

#navL{
	position:absolute;
	top:61px;
	left:0;
	height:26px;
	width:391px;
}

#navR{
	position:absolute;
	top:61px;
	right:0;
	height:26px;
	width:356px;

}

#navL ul li a { 
	display:block;
	float:left;
	margin-right:17px;
	}
	
#navR ul li a { 
	display:block;
	float:left;
	margin-left:39px;
	}

/*****************************************************

HEADER FIXED

*****************************************************/

#fixed_header{
	width:100%;
	height:87px;
	position:fixed;
	z-index:9999;
	border-bottom:1px solid #d70029;
	background:#f3f0cc url(/common/img/navi_fixed/fixed_header_bg.gif) repeat-x;
}

#fixed_header_inner{
	width:980px;
	height:87px;
	margin:0 auto;
	position:relative;
}

#fixed_header h1{
	position:absolute;
	display:block;
	width:136px;
	height:83px;
	top:4px;
	left:50%;
	margin-left:-68px;
}

#fixed_header #navL{
	position:absolute;
	top:26px;
	left:0;
	height:26px;
	width:391px;
}

#fixed_header #navR{
	position:absolute;
	top:26px;
	right:0;
	height:26px;
	width:356px;
}

/*****************************************************

footer

*****************************************************/

footer{
	width:100%;
	height:93px;
	background:url(/common/img/footer/footer_bg.gif) repeat-x;
}

#footer_inner{
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#foooterL{
	position:absolute;
	top:20px;
	left:0;
	width:185px;
}

#footerR{
	position:absolute;
	right:0;
	top:0;
	width:340px;
	height:93px;
}

#pageup{
	position:absolute;
	right:0;
	top:0;
	width:151px;
	height:93px;
}

/******************************************************

SHARE

******************************************************/

#share{
	position:absolute;
	top:34px;
	left:0;
	list-style:none;
	width:300px;
	height:21px;
}

#share li{
	float:left;
	margin-right:3px;
	display:block;
    vertical-align:middle;
}