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

body {
  min-width: 960px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333;
  font-size:15px;
}
a{text-decoration:none;}

a:hover{text-decoration:underline;}
a:visited{color:#000070;text-decoration:underline;}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding:0 10px;
}
em{font-style:normal;}

#pagewrap{
	width:100%;
	margin:0 auto;
}

.mgb10{margin-bottom:10px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb40{margin-bottom:40px !important;}

.mgr10{margin-right:10px !important;}
.mgr15{margin-right:15px !important;}
.mgr20{margin-right:20px !important;}
.mgr30{margin-right:30px !important;}
.mgr40{margin-right:40px !important;}

.mgt10{margin-top:10px !important;}
.mgt15{margin-top:15px !important;}
.mgt20{margin-top:20px !important;}
.mgt30{margin-top:30px !important;}
.mgt40{margin-top:40px !important;}


.red{color:#F00 !important; font-weight:bold !important;}
.blue{color:#03C !important; font-weight:bold !important;}
.sblue{color:#09F !important; font-weight:bold !important;}

#site_description{
	width:100%;
	background:#000040 url(../images/hdr_bg02.png) repeat-x;
	border-top:#000 solid 1px;
	border-bottom:#0074ff solid 1px;
	margin-bottom:40px;
}

.site_h1{
	line-height:1.0;
	width:960px;
	margin:0 auto;
	font-size:14px;
	color:#FFF;
	padding:7px 10px 5px;
}

h1.site_h1{
	font-size:12px;
}

#header{
	margin-bottom:40px;
}

.logo{
	width:420px;
	height:30px;
	display:inline-block;
	padding-top:10px;
	float:left;
}

.search{
	float:right;
	padding-top:5px;
}

/* top main_img css */
#top_main{
	clear:both;
	width:940px;
	height:640px;
	padding:0;
	background:url(../images/topimg_bg.png) no-repeat;
	margin:0 10px 40px;
	position:relative;
}

.owner{
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 100px;
}

.kadou{
	display:inline-block;
	position:absolute;
	bottom:50px;
	right:50px;
}

.blog{
	display:inline-block;
	position:absolute;
	top:250px;
	right:50px;
}

.chukai{
	display:inline-block;
	position:absolute;
	top:50px;
	right:50px;
}

.link{
	display:inline-block;
	position:absolute;
	bottom:200px;
	left:0;
}

.media{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 100px;
}


.kanri{
	display:inline-block;
	position:absolute;
	bottom:100px;
	left:350px;
}

.lifesp{
	display:inline-block;
	position:absolute;
	bottom:200px;
	right:50px;
}

.um_info{
	width:240px;
	height:190px;
	position:absolute;
	left:100px;
	bottom:100px;
}

.um_info h4{
	color:#CCC;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	padding-left:20px;
}

.um_info_box{
	height:150px;
	overflow:auto;
}

.um_info_box dl{
	padding:0 20px 10px;
	margin-bottom:20px;
	border-bottom:#CCC dotted 1px;
}

.um_info_box dl dt{
	font-size:14px;
	color:#CCC;
	border-bottom:#999 solid 1px;
	margin-bottom:10px;
	display:inline;
}

.um_info_box dl dd{
	color:#CCC;
	text-indent:14px;
	font-size:14px;
}

.um_info_box dl dd a{
	color:#fff;
	text-decoration:none;
}

.um_info_box dl dd a:hover{
	text-decoration:underline;
}

.banner{
	width: 210px;
	height: 50px;
	float: right;
}

.banner ul{
		margin-right:-10px;
}

.banner li{
	width:200px;
	float:right;
	margin-right:10px;
	display:block;
}

.banner li a{
}

.banner li img{
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}


/* information nav css */
#info_nav{
	clear:both;
	width:960px;
	margin-bottom:20px;
	padding-top:20px;
	border-top: #ffdd00 1px solid;
}
#info_nav ul {
	float:right;
}

#info_nav ul li {
	list-style: none;
	float: left;
	border-right:#999 solid 1px;
}

#info_nav ul li:last-child {
	border-right:none;
}

#info_nav ul li a {
	color:#999;
	font-size:0.7em;
	line-height:1.0;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#info_nav ul li a:hover,#info_nav ul li a.hover {
	color:#ffc600;
	text-decoration: underline;
}

.pageup{
	clear:both;
	text-align:right;
	margin-bottom:40px;
	display:block;
}

.pageup a{
	color:#000040;
	font-size:14px;
	line-height:1.0;
	text-align:center;
	text-decoration:none;
	border:#000040 solid 1px;
	background:#000040 url(../images/pageup_bg.png) repeat-x;
	padding:8px 15px 5px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow:  0 0 5px rgba(0,0,0,.5);
}

.pageup a:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	background:#000070 url(../images/pageup_bg_on.png) repeat-x;
	/* text shadow */
	text-shadow: 1px 1px 2px #000000;
}


/*footer css */
#footer{
	width:100%;
	background:#000040 url(../images/ft_bg.png) repeat-x;
	border-top:#0074ff solid 1px;
	border-bottom:#000 solid 1px;
}

.ft{
	text-align:center;
	font-size:12px;
	line-height:1.0;
	width:960px;
	margin:0 auto;
	font-size:14px;
	color:#FFF;
	padding:30px 10px;
}

/* clearfix CSS */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
