/* Reset [
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,div,address,img,pre,table{
	margin: 0;
	padding: 0;
}

#header p, #footer p, #subarea p, #main_v p{
	margin: 0;
	padding: 0;
}

/* Basic [
----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666666;
	font-size: 62.5%;
	line-height: 1.6;
}
p,td,th,li,dt,dd,h1,h2,h3,h4,h5,h6,caption,pre {
	font-size: 1.5em;
}
li li, dd li {
	font-size: 1em;
}

/* BASIC ID [
----------------------------------------------------------- */
#container {
	width: 892px;
	margin: 0 auto;
	background-image: url(../img/container_bg.gif);
}
#maincont {
	padding: 26px 40px 30px 50px;
	background-image: url(../img/maincont_bg.gif);
	background-repeat: no-repeat;
	background-position: 36px 26px;
}#maincont #mainarea {
	width: 550px;
	float: left;
}#maincont #subarea {
	width: 210px;
	float: right;
	padding-top: 73px;
}#maincont #subarea img {
	line-height: 0;
}#maincont #subarea a {
	display: block;
	background-color: #cecece;
	margin-bottom: 8px;
}#maincont #subarea a:link, #maincont #subarea a:visited {
	background-color: #cecece;
}#maincont #subarea a:hover, #maincont #subarea a:active {
	background-color: #305f8d;
}


#header{
	height: 66px;
	padding-left: 6px;
	padding-right: 6px;
}#header p{
	background-image:url(../img/header_bg.gif);
	height: 65px;
}#header p img{
	margin-top: 23px;
	margin-left: 32px;
}

#footer{
	height: 50px;
	padding-left: 6px;
	padding-right: 6px;
}#footer p{
	background-image:url(../img/footer_bg.gif);
	height: 50px;
	text-align: right;
}#footer p img{
	margin-top: 22px;
	margin-right: 32px;
}

/* MENU [
----------------------------------------------------------- */
ul#glo_navi {
	background-image:url(../img/menu/menu_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	margin: 0 6px;
	padding: 0;
	list-style: none;
}ul#glo_navi li {
	float: left;
}ul#glo_navi li#menu01 {
	padding-left: 31px;
	padding-right: 1px;
}ul#glo_navi li#menu01 a {
	display: block;
	width: 183px;
}ul#glo_navi li#menu02 {
	padding-right: 1px;
}ul#glo_navi li#menu02 a {
	display: block;
	width: 208px;
}ul#glo_navi li#menu03 {
	padding-right: 1px;
}ul#glo_navi li#menu03 a {
	display: block;
	width: 292px;
}ul#glo_navi li#menu04 {
	padding-right: 1px;
}ul#glo_navi li#menu04 a {
	display: block;
	width: 133px;
}


/* HOME [
----------------------------------------------------------- */
#main_v {
	background-image:url(../../img/mainv.jpg);
	background-repeat: no-repeat;
	height: 220px;
	margin-left: 6px;
	margin-right: 6px;
}#main_v p {
	text-align: right;
}#main_v p img {
	margin-right: 34px;
	margin-top: 28px;
}

#home #maincont {
	background: none;
}
#home #maincont #mainarea {
	padding-top: 0;
}#home #maincont #subarea {
	padding-top: 0;
}

#mainarea .top_headline {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 0;
	margin-top: 0;
}#home #mainarea p strong {
	font-size: 1.3em;
}

/* ABOUT [
----------------------------------------------------------- */
#about #mainarea table {
	border: 1px solid #949494;
	border-collapse: collapse;
}#about #mainarea th {
	vertical-align: top;
	text-align: left;
	width: 7em;
	border: 1px solid #949494;
	padding: 5px;
}#about #mainarea td {
	border: 1px solid #949494;
	padding: 5px;
}

/* YUKADAN [
----------------------------------------------------------- */
#yukadan #mainarea h2 {
	border-bottom: 1px solid #566879;
	margin-bottom: 15px;
}#yukadan p.yuka_logo {
	text-align: center;
	padding: 10px 0 0px;
}#yukadan h3 {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 9px;
	margin-top: 40px;
}#yukadan .scont01 {
	padding-left: 10px;
}#yukadan .scont02 {
	margin-left: 10px;
	padding-left: 15px;
	background: url(../../yukadan/img/scont02_bg.gif);
	background-repeat: no-repeat;
}#yukadan .scont02 strong {
	font-size: 1.2em;
}


/* H1-3 [
----------------------------------------------------------- */
h2 {
	margin-top: 20px;
	padding-bottom: 25px;
}

/* Link Color [
----------------------------------------------------------- */
a:link {
	color:#336699;
	text-decoration:underline;
}a:visited {
	color:#336699;
	text-decoration:underline;
}a:hover {
	color:#6fa1d2;
	text-decoration:none;
}a:active {
	color:#6fa1d2;
	text-decoration:none;
}

a.sysLink {
	display: block;
	height: 63px;
	padding-left: 16px;
	background: url(../img/h3_line.gif) left no-repeat;
	text-decoration:none;
	line-height: 60px;
}a.sysLink:link, a.sysLink:visited {
	background: url(../img/h3_line.gif) left no-repeat;
	text-decoration:none;
	line-height: 60px;
}
a.sysLink:hover, a.sysLink:active {
	background: url(../img/h3_line_on.gif) left no-repeat;
	text-decoration:none;
	line-height: 60px;
}


/* clearfix
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
