@charset "utf-8";


@import "reset.css";

table,tr,th,td{
	border-collapse:collapse;
}


a:link {
	color: #FF6600;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
	cursor:default;
	color:#00B4FF;
}
a:active {
}


body {
	text-align: center;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}


/*ヘッダー*/
#header{
	width: 980px;
	height:56px;
	margin:18px auto 14px auto;
	overflow: hidden;
}
#header #logo{float: left; width: 200px;}

#header #s_btn{float:right; width: 110px; margin-top: 10px; text-align: right;}
/*グローバルメニュー*/
ul#gm {
	width:1023px;
	height:22px;
	margin:0 auto;
}
ul#gm li{
	float:left;
	text-indent:-9999px;
	height:22px;
}
ul#gm li a{
	display:block;
	height:22px;
}
ul#gm li#g_news a{
	width:144px;
	background: url(../images/gmenu.gif) 0 0 no-repeat;
}
ul#gm li#g_brand a{
	width:285px;
	background: url(../images/gmenu.gif) -144px 0 no-repeat;
}
ul#gm li#g_gallery a{
	width:239px;
	background: url(../images/gmenu.gif) -429px 0 no-repeat;
}
ul#gm li#g_blog a{
	width:220px;
	background: url(../images/gmenu.gif) -668px 0 no-repeat;
}
ul#gm li#g_mail a{
	width:135px;
	background: url(../images/gmenu.gif) -888px 0 no-repeat;
}

ul#gm li#g_news a:hover{
	width:144px;
	background: url(../images/gmenu.gif) 0 -20px no-repeat;
}
ul#gm li#g_brand a:hover{
	width:285px;
	background: url(../images/gmenu.gif) -144px -20px no-repeat;
}
ul#gm li#g_gallery a:hover{
	width:239px;
	background: url(../images/gmenu.gif) -429px -20px no-repeat;
}
ul#gm li#g_blog a:hover{
	width:220px;
	background: url(../images/gmenu.gif) -668px -20px no-repeat;
}
ul#gm li#g_mail a:hover{
	width:135px;
	background: url(../images/gmenu.gif) -888px -20px no-repeat;
}




/*コンテンツエリア*/
#wrapper {
	width: 970px;
	text-align: center;
	margin: 0 auto;
	font-size:13px;
	
}

#wrapper02 {
	width: 900px;
	text-align: center;
	margin: 30px auto;
	font-size:13px;
	
}

#wrapper h2#h2_title{
	margin: 15px auto;
}

#wrapper h3.title01{
	text-align:center;
	margin:0 auto 50px;
}

#wrapper .profile{
	width:775px;
	margin:0 auto 50px;
}

#wrapper .profile .left{
	float:left;
	width:192px;
}

#wrapper .profile .right{
	float:left;
	width:537px;
	margin-left:45px;
}

#wrapper .bt01{
	clear:both;
	text-align:center;
margin-bottom:70px;
}


.theme-default #slider {
    width:970px;
    height:540px;
	margin-bottom:0px;
}

h2{
	height:29px;
	margin-top:25px;
	margin-bottom:45px;
}

.line{
	width:700px;
	padding:15px 35px 25px;
	border:solid 1px #CCC;
	min-height:400px;
	margin:20px auto 60px;
}
.line02{
	width:700px;
	padding:15px 35px 25px;
	border:solid 1px #CCC;
	margin:20px auto 40px;
}

.line table,
.line02 table
{
	width:100%;
	
}

.line table tr,
.line02 table tr{
	border-bottom:dotted 1px #CCC;
	
}

.line table tr.last,
.line02 table tr.last{
	border-bottom: none;
	
}

.line table td,
.line02 table td{
	padding:10px 3px;
	vertical-align:top;
}

.line table tr.last td,
.line02 table tr.last td{
	padding-bottom:0;
	
}


.line table td.t01,
.line02 table td.t01{
	width:90px;
}
	

.conts{
	line-height:2.5em;
	letter-spacing:0.1em;
}

#link .conts{
	margin-bottom:100px;
	text-align:center;
}
#link .conts .tit{
	margin-top:59px;
	margin-bottom:15px;
	text-align:center;
}
#link .conts p{
	text-align:center;
}
#link .btn{
	margin-top:15px;
}
#link .btn:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
/*フッター*/
#footerline {
	width:970px;
	border-bottom:solid 1px #ccc;
	margin:0 auto 10px auto;
}

/*フッターメニュー*/
ul#fm {
	width:1023px;
	height:22px;
	margin:0 auto 50px auto;
}
ul#fm li{
	float:left;
	text-indent:-9999px;
	height:22px;
}
ul#fm li a{
	display:block;
	height:22px;
}
ul#fm li#f_top a{
	width:186px;
	background: url(../images/fmenu.gif) 0 0 no-repeat;
}
ul#fm li#f_profile a{
	width:293px;
	background: url(../images/fmenu.gif) -186px 0 no-repeat;
}
ul#fm li#f_contact a{
	width:329px;
	background: url(../images/fmenu.gif) -479px 0 no-repeat;
}
ul#fm li#f_link a{
	width:215px;
	background: url(../images/fmenu.gif) -808px 0 no-repeat;
}

ul#fm li#f_top a:hover{
	width:186px;
	background: url(../images/fmenu.gif) 0 -22px no-repeat;
}
ul#fm li#f_profile a:hover{
	width:293px;
	background: url(../images/fmenu.gif) -186px -22px no-repeat;
}
ul#fm li#f_contact a:hover{
	width:329px;
	background: url(../images/fmenu.gif) -479px -22px no-repeat;
}
ul#fm li#f_link a:hover{
	width:215px;
	background: url(../images/fmenu.gif) -808px -22px no-repeat;
}
