@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	width:100%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.0em;
	font-family: sans-serif;
	color: #333333;
	background: url(../img/header1_bg.gif) repeat-x 0% 0%;
}
/*（Win IE6）*/
* html body {
    font-size: 75%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*（Win IE7）*/
*:first-child+html body {
    font-size: 75%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul {
	list-style: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

.clear {
	clear: both;
}

.img-l {
	float: left;
}

.img-r {
	float: right;
}

.txt-b {
	font-weight: bold;
}

.txt-center {
	text-align: center;
}

/*----- links color scheme -----*/
a {
	color: #e01066;
}

a:hover {
	color: #ff579c;
	text-decoration: none;
}


/*----- layout -----*/
/* container */
.container {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../img/header1.jpg) no-repeat 50% 0%;
}

/* header */
.header {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}

.header h1 {
	float: left;
	padding: 41px 0 0 30px;
}

.header ul.siteNavi {
	float: right;
	margin:5px 0 0 0;
	padding:0 30px 0 0;
}

.header ul.siteNavi li{
	float: left;
	margin-left: 21px;
	padding-top: 12px;
}

ul.siteNavi li.nv-recruit {
	float: left;
	margin-left: 21px;
	padding-top: 0;
}

.header .globalNavi {
	float: right;
	width: 376px;
	margin: 37px 0 0 0;
	padding:0 30px 0 0;
}

.header ul.globalNavi li {
	float: left;
}

/* flash-area */
.flash-area {
	width: 860px;
	height: 200px;
	margin: 0 auto;
}

/* contents */
.content {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* contents left */
.content .news {
	display:inline;
	float: left;
	width: 480px;
	margin:33px 0 0 30px;
	background:url(../img/bg_dot2.gif) repeat-x 0% 100%;
}

.content .news h2{
	float:left;
	width:64px;
}

.content .news .news-btn{
	display:block;
	float:right;
	width:75px;
	margin:0 1px 10px 0;
}

.content .news h3{
	clear:both;
	height:30px;
	font-weight:normal;
	font-size: 85%;
	line-height:30px;
	color:#0047b1;
	background:url(../img/bg_dot2.gif) repeat-x 0% 0%;
}

.content .news p{
	margin:-5px 0 0 70px;
	padding:0 0 10px 18px;
	font-size: 85%;
	line-height:1.4em;
	background: url(../img/whatsnew_icon.gif) no-repeat 0 6px;
}

/* contents lright */
.content .ct-right{
	float: right;
	width: 385px;
	padding:0 0 30px 0;
}

.content .ct-right .buturyu {
	width:359px;
	height:110px;
	margin:30px 0 0 0;
	padding:3px 0 0 5px;
	background: url(../img_top/link_bg.gif) no-repeat 0 0;
}

html > body .content .ct-right .buturyu {width:354px; height:107px;}

.content .ct-right .buturyu li {
	display:inline;
	float:left;
	margin:10px 0 0 10px;
}

.content .ct-right .privacy {
	width:350px;
	margin:15px 0 0 5px;
}

.content .ct-right .privacy img{
	display:block;
	float:left;
}

.content .ct-right .privacy p{
	float:right;
	width:295px;
	height:45px;
	padding:10px 0 0 10px;
	background:url(../img/bg_dot4.gif) repeat-y 0% 0%;
	font-size:80%;
	color:#666666;
}

html > body .content .ct-right .privacy p{width:285px; height:35px;}

/* category */
.continar-category {
	clear: both;
	width: 100%;
	height: 85px;
	margin-top:30px;
	background: #edf0f5;
}

.category-main {
	width: 860px;
	margin: 0 auto;
}

.category {
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

.category img.banner {
	display: block;
	margin-top: 10px;
}

.category img.text {
	display: block;
	margin-top: 3px;
	padding-left: 5px;
}

/* footer */
.container-footer {
	clear: both;
	width: 100%;
	height: 120px;
	background: url(../img/footer_bg.gif) repeat-x 0% 0%;
}

.footer {
	width: 900px;
	margin:0 auto;
	padding-top:15px;
	font-size: 85%;
	text-align: center;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #6a8edf;
}

.footer ul li {
	display:inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ffffff;
}

.footer ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.footer p {
	margin-top: 20px;
}

/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE7, MacIE5 */
.clearfix {
	display: inline-block;
}
/* for MacIE5 \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


