@charset "UTF-8";

/* //////////////////////////////////// */
/* base
/* //////////////////////////////////// */
html{
	width:100%;
}
body {
	text-align:center;
	font-size:12px;
	color:#666666;
	line-height:1.5;
	background:url(../../images/header-bg.gif) repeat-x #FFF;
	behavior: url(/js/csshover1.htc);
	width:100%;
	min-width:1024px;
}
img{
	background:none;
}
div{
	background:none;
}

/*//Win IE6&IE7//*/
* html body {
	font-size:82%;
}

*:first-child+html body {
	font-size:82%;
}

* html body th {
	font-size:82%;
}

* html body td {
	font-size:82%;
}

/*//end Win IE6&IE7//*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* /////////////////////////////////////////// */
/* Layout
/* /////////////////////////////////////////// */

#container {
	margin:0 auto;
	width:100%;
	text-align:left;
}

/* //////////////////////////////////// */
/* header
/* //////////////////////////////////// */

#header {
	width:1024px;
	margin:0 auto;
	padding:0 0px 0 8px;
	height:110px;
}

#logo {
	width:116px;
	float:left;
}

#hR {
	width:900px;
	float:left;
	background:url(../../images/common/h_bg.gif) repeat-x;
}

/* //////////////////////////////////// */
/* header
/* //////////////////////////////////// */

#header {
	width:1024px;
	height:80px;
	margin:0 auto;
	padding:0;
	background:url(../../images/header-bg.gif);
	z-index:1000;
}

#logo {
	margin:0;
}

#hR {
	width:500px;
	float:right;
	height:80px;
	overflow:hidden;
	text-align:right;
	background:none;
}
#hR a{
	display:inline-block;
	/display:inline;
	/zoom:1;	
	vertical-align: top;
}
#hR a img{
	baseline-shift:top;
	zoom:1;
	vertical-align: top;
}

#btn-menu{
	display:inline-block;
	/display:inline;
	/zoom:1;
	cursor:pointer;
	vertical-align: top;
}
#menu_link{
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:80px;
	z-index:3000;
	background:#FFF;
	background:rgba(255,255,255,0.95);
	height:125px;
	* left:50%;
	* width:1024px;
	* margin:0 auto 0 -512px;
	border-bottom:#CCC 1px solid;
	border-bottom:rgba(0,0,0,0.3) 1px solid;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#menu_link_inner{
	position:relative;
	width:1024px;
	margin:8px auto;
	text-align:center;
}
#menu_link_ar{
	position:absolute;
	top:-26px;
	right:188px;
	/* right:311px; */
}
#menu_link a{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:7px;
	margin:5px 2px;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
	border-radius: 2em;
	background:#f1f1f1;
	background:rgba(0,0,0,0.1);
}
#menu_link a:hover{
	background:#f1efdf;
	text-decoration:none;
}

/* //////////////////////////////////// */
/* footer
/* //////////////////////////////////// */

#footer {
	clear:both;
	width:100%;
	background:#000000;
}

#footerlink {
	min-width:1024px;
	margin:0 auto;
	color:#FFFFFF;
	padding-bottom:20px;
}

#footer #footerlink p {
	color:#f1f1f1;
	font-size:91%;
	margin-bottom:11px;
}

#footer #footerlink a {
	color:#f1f1f1;
	font-size:100%;
	line-height:1.5;
}

#copyright {
	clear:both;
	text-align:center;
	color:#cccccc;
	font-size:83%;
	border-top:#666 1px solid;
	padding:15px 0;
}

/* //////////////////////////////////// */
/* contents
/* //////////////////////////////////// */

#sosial {
	width:950px;
	height:35px;
	padding:20px 0 0 0;
	margin:0 auto;
	clear:both;
}
#twitter-widget-0{
	width: 95px !important;	
}
.addthis_button_google_plusone #___plusone_0{
	width: 66px !important;
}
#contents {
	clear:both;
	width:100%;
	position:relative;
}

#scontents {
	clear:both;
	width:1024px;
	margin:0 auto;
}

#rt_notes{
	margin: -42px 5px 25px auto;
	text-align:right;
	line-height: 1.46;
}

#LNavi {
	display:none;
	position:absolute;
	top:300px;
	left:10px;
	z-index:100;
}

#RNavi {
	display:none;
	position:absolute;
	top:300px;
	right:10px;
	z-index:100;
}


/* //////////////////////////////////// */
/* footer
/* //////////////////////////////////// */

#footer{
    width: 100%;
		min-width:1024px;
		background:#000;
		margin:0 auto;
		margin-top:40px;
}
.footerlink{
	width:1024px;
	margin:0 auto;
	position:relative;
}

#btn-pagetop{
	position:absolute;
	right:0;
	top:-23px;
	display:block;
}
.txtlink{
	display:block;
	color:#CCC;
	padding:20px 0;
	line-height:1.8;
}

.txtlink a{
	color:#CCC;
}

#copyright{
    margin: 0;
		padding:20px auto;
		font-size:85%;
		color:#999;
}

img {
    border:none;
    margin: 0;
    vertical-align: bottom;
}
