@charset "utf-8";

/**************************************************************
全体
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 100%;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #000000;
	margin: 0px;
	text-align: center;
	line-height:190%;
}


/**************************************************************
リンク
**************************************************************/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/**************************************************************
アウトライン
**************************************************************/
#outline {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: #FFFFFF;
}


/**************************************************************
ヘッダー
**************************************************************/
#title {
	margin: 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	background-image: url(../image/base/header.png);
	height: 150px;
	background-position: center;
	background-color: #000000;
	background-repeat: no-repeat;
}


#title h1 {
	font-size: 36px;
	font-weight:normal;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#title-inner{
	width:1000px;
	margin:0 auto;
	height: 150px;
	background-image: url(../image/base/header-inner.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}


#title-inner .logo{float:left;
margin-top:20px;}


#title-inner .contact{
	position:absolute;
	left: 767px;
	top: 53px;
}

/**************************************************************
トップイメージ
**************************************************************/

.topimg{
	width:100%;
	height:449px;
	background-image: url(../image/top/main-img.png);
	background-position: center;
}

.subimg{
	width:100%;
	height:149px;
	background-image: url(../image/top/sub-img.png);
	background-position: center;
}


/**************************************************************
グローバルナビ
**************************************************************/
#globalnavi{
	margin: 0;
	padding: 0;
	height: 41px;
	background-image: url(image/gnavi_bg.jpg);
	float: right;
	margin-top: 107px;
	width: 700px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
	float: left;
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
}


#globalnavi a{
  text-align: center;
  padding: 0;
  display:block;
   list-style-type:none;
   padding-left:16px;
   padding-right:16px;
   display:block;

}

#globalnavi li img,dt img,dd img{
vertical-align:bottom;
}

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

/**************************************************************
コンテンツ部分
**************************************************************/
#text {
	padding: 15px 0;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width:1000px;
	overflow: hidden;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 630px;
	position: relative;
	float: right;
	font-size: 13px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}


/**************************************************************
サイド
**************************************************************/
#left{
	margin: 0px 0px 10px;
	width: 343px;
	position: relative;
}


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


/*サイドナビ*/
#mainlink {
	margin: 0px;
	padding: 4px;
	list-style: url(asets/none) none outside;
	font-size:10px;
	padding-left:0px;

}
#mainlink li {
	font-size:10px;
	display: block;
	background-image: url(asets/bar.jpg);


}
#mainlink a:link, #mainlink a:visited {
	display: block;
	color: #6C6C6D;
}


/**************************************************************
フッター
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	background-color: #000000;
	color: #FFFFFF;

}

#bottom a:link, #bottom a:visited {
	color: #ffffff;
	font-size: 12px;

}
#bottom a:hover, #bottom a:active {
	color: #fcc135;
	font-size: 12px;
}

#bottom #footer {
	text-align:center;
}
#bottom #footer li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #ffffff;
	margin-bottom: 0px;
}
#bottom #footer li.sampleFooterHome {
	border-left:0;
	padding-left:0;
}
