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



body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	color:#333333;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
}


/*----------------------------------------

wrapper 

-----------------------------------------*/

#wrapper {
	margin:0 auto;
	width:100%;
	background-image:url(../img/bg-gNav.gif);
	background-repeat:repeat-x;
	background-position:left 125px;
}



/*----------------------------------------

header-wrap

-----------------------------------------*/

#header-wrap {
	width:930px;
	margin:0 auto;
	position:relative;
}

/*---header
-----------------------------------------*/

#header {
	width:930px;
	position:relative;
}
#header h1 {
	position:absolute;
	right:0;
	top:2px;
	font-size:84%;
	color:#999999;
}

#header #logo {
	float:left
}

#header #utilityNav {
	float:right;
	padding:20px 0 5px;
}

#header #utilityNav ul {
}

#header #utilityNav ul li {
	float:left;
}

#header #utilityNav ul li a {
	padding-left:10px;
}


.appLinks { float:right; width:460px; zoom:1; overflow:hidden;}
.appLinks li { float:left; width:220px; padding:0 0 0 10px;}

/*---gNavi
-----------------------------------------*/
#gNav {
}

#gNav ul {
	float:left;
	padding-top:10px;
}

#gNav ul li {
	float:left;
}

/*---Rsub 
-----------------------------------------*/
#Rsub {
	position:absolute;
	right:0;
	top:86px;
}


/*----------------------------------------

content-wrap

-----------------------------------------*/

#content-wrap {
	width:930px;
	margin:0 auto;
/*	padding-top:15px;
*/}

#content {
	width:700px;
	float:left;
	margin-bottom:50px;
}

#sub {
	width:210px;
	float:right;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	margin-top:15px;
	margin-bottom:35px;
	background:url(../img/bg-sub.gif) repeat-y left top;
}


/* one-culum  */

#content-all {
	width:930px;
	margin-bottom:50px;
	zoom:1; overflow:hidden;
}


/*----------------------------------------

content-foot-wrap

-----------------------------------------*/

#content-foot-wrap {
	width:100%;
	background:url(../img/bg-pagetop.gif) repeat-x left bottom;
/*	border-bottom:3px solid #bfd6e1;
*/}

#content-foot {
	width:930px;
	margin:0 auto;
}

#content-foot .PagetTop {
	clear:both;
	text-align:right;
	padding-bottom:5px;
}



/*   sub
-----------------------------------------*/

#sub .bnr {
	padding-bottom:5px;
}

/*----------------------------------------

footer-wrap

-----------------------------------------*/

#footer-wrap {
	width:100%;
	clear:both;
	background-color:#dedede;
}

/*   footer-top
-----------------------------------------*/

#footer-top {
	width:930px;
	margin:0 auto;
	border-bottom:1px solid #b7b7b7;
	padding-top:15px;
	padding-bottom:15px;
}

#footer-top #footer-menu {
	float:left;
}

#footer-top #footer-menu ul li a {
	background:url(../img/icon-yajirusi02.gif) no-repeat left center;
	padding-left:13px;
	color:#666666;
	font-size:84%;
}

#footer-top p {
	float:right;
}

/*   footer-bottom
-----------------------------------------*/

#footer-bottom {
	width:930px;
	margin:0 auto;
	border-top:1px solid #FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
}

#footer-bottom p.copyright {
	color:#666666;
	font-size:84%;	
}



/*   topicpath
-----------------------------------------*/

.topicpath {
	padding:7px 5px;	
}


/*   backnumber
-----------------------------------------*/
#backnumber{
	background-color:#fff;
	width:200px;
	margin-bottom:10px;
}
#backnumber p.link{
	padding:5px 5px 5px 30px;
	background:url(../img/backnumber-i.gif) no-repeat 15px 8px;
}

