/*site*/

@charset "utf-8";

html{
	background:transparent;
}

body {
	margin:0px;
	padding:0px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
}

img {
    border-style:none;
}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    letter-spacing: normal;
    font-style: normal;
}

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

.clear{
	zoom:1; }

.clear_fix{
	overflow: hidden;
	display: inline-block;
}
.clear_fix:after{
	cotent:".";
	display: block;
	visibility: hidden;
	height:0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear:both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:10px;
	color:#333;
	line-height:25px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

em{
	text-indent:-9999px;
	display:block;
}

ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

strong{
    font-weight:normal;
	margin:0;
	padding:0;
}


/*header*/

#header_bg {
	width:960px;
	height:90px;
	margin: 0 auto;
}

#header_text {
	width:960px;
	height:25px;
}

#header {
	width:960px;
	height:65px;
}

/*menu*/

#gnav_bg {
	width:100%;
	height:60px;
	background-image:url(../../images/menu_bg.jpg);
	background-repeat:repeat-x;
}

#gnav {
	width:960px;
	height:60px;
	z-index:200;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#menu > li {
float: left;
position: relative;
}

#menu li:hover .submenu {
left: 0;
}

.submenu {
position: absolute;
width: 157px;
top: 52px;
left: -5000px;
border-top: 3px solid #3FA6E8;
z-index: 200;
} 

.submenu li { 
padding: 0px;
border: 1px solid #e1e1e1;
border-top: none;
background-color: #fff;
}

.submenu li a {
display: block;
width: 157px;
text-align:center;
padding: 10px 0px 10px 0px;
color: #333;
font-size: 14px;
text-decoration: none;
background: url(../images/arrow.gif) 13px center no-repeat;
} 

.submenu li a:hover {
background-color: #EAF5FD;
}

/*main*/

#top_main {
	width:960px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

/*contants*/

#contants_bg {
	width:960px;
	margin: 0 auto;
}

#contants {
	width:960px;
	display:block;
	padding-bottom:15px;
}

#contants_left {
	width:700px;
	margin-right:20px;
	float:left;
}

#contants_right {
	width:240px;
	float:left;
}

#topics{
	margin-bottom:15px;
}

#topics_main {
	height:200px;
	overflow:auto;
}

#greeting{
	margin-bottom:15px;
	}
#greeting_name {
	text-align:right;
	font-size:16px;
	font-weight:bold;
}

#about{
	margin-bottom:15px;
}

.about_box {
	width:685px;
	height:32px;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:15px;
	line-height:32px;
	background-image:url(../../images/p_m_bg.jpg);
	background-repeat:no-repeat;
}

#link{
	margin-bottom:5px;
}

#link_box1{
	margin-bottom:5px;
}

#link_box2{
	margin-bottom:5px;
}

.link_box {
	width:685px;
	height:32px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:15px;
	line-height:32px;
	background-image:url(../../images/p_m_bg.jpg);
	background-repeat:no-repeat;
}

.link_banner1 {
	width:227px;
	height:65px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.link_banner2 {
	width:226px;
	height:65px;
	float:left;
	margin-bottom:10px;
}

#contact{
	margin-bottom:15px;
}


/*side*/

#side_info {
	width:218px;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #dddddd;
}

/*footer*/

#footer {
	border-top:solid #ddd 1px !important;
	width:960px;
	margin: 0 auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	color:#333;
	font-size:12px;
	line-height:200%;
}

/*pagetop*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}






a { 
  color:#0066CC;
  text-decoration:underline;
}

a:hover { 
  text-decoration:none;
  color:#FFCC00;
}

