/*-----------------------------------------------------
	reset
----------------------------------------------------**/
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,pre,th,td,table	{
	margin:0;padding:0;font-size:100%;font-weight:normal;border:none;	}
li	{ list-style:none;	}
img	{ border:none;	}
hr	{ display:none;	}
em,address	{ font-style:normal;	}
#right_clm p	{ margin:0 0 10px 0;padding:0; }

/*-----------------------------------------------------
	clearfix
----------------------------------------------------**/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*-----------------------------------------------------
	body
----------------------------------------------------**/
body	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color:#666666;
	}
#wrapper	{
	width:950px;
	margin:0 auto;
	background:url(../images/common/bg_header.jpg) repeat-x left top;
	font-size:120%;
	}

/*-----------------------------------------------------
	link
----------------------------------------------------**/
a:link	{ color:#ff0000; text-decoration:none;	}
a:visited{ color:#ff0000; text-decoration:none;	}
a:hover	{ color:#ff0000; text-decoration:underline;	}
a:active{ color:#ff0000; text-decoration:underline;	}

/*-----------------------------------------------------
	header
----------------------------------------------------**/
#header	{
	background:url(../images/common/header_line.jpg) no-repeat left top;
	padding:8px 0 3px 10px;
	position:relative;
	}
	
/*-----------------------------------------------------
	nav
----------------------------------------------------**/
#nav	{
	background:url(../images/common/bg_nav.jpg) no-repeat left top;
	position:absolute;
	right:0;
	width:531px;
	height:27px;
	padding:5px 0 0 102px;
	top: 40px;
	}
#nav dd	{
	float:left;
	}

/*-----------------------------------------------------
	footer
----------------------------------------------------**/
#footer	{
	clear:both;
	background-color:#cccccc;
	padding:10px 10px 5px 10px;
	margin:12px 0 0 0;
	}
#footer	a:link	{ color:#666666; text-decoration:none;	}
#footer	a:visited{ color:#666666; text-decoration:none;	}
#footer	a:hover	{ color:#666666; text-decoration:none;	}
#footer	a:active{ color:#666666; text-decoration:none;	}

/*-----------------------------------------------------
	main_top
----------------------------------------------------**/
#main_top	{
	padding:0 10px;
	}
#main_top .newsList	{
	float:left;
	width:530px;
	}
#main_top .bnrArea	{
	float:right;
	width:395px;
	}

/*-----------------------------------------------------
	main_sub
----------------------------------------------------**/
#main_sub	{
	padding:40px 10px 0;
	background:url(../images/common/bg_main_top.jpg) no-repeat left top;
	min-height:515px;
	height:auto !important;
	height:515px;
	}
.main_sub_bottom	{
	background:url(../images/common/bg_main_bottom.jpg) no-repeat left bottom;
	height:30px;
	clear:both;
	}
/*-----------------------------------------------------
	newsList
----------------------------------------------------**/
.newsList h2.title	{
	background:url(../images/title_news.jpg) no-repeat left top;
	position:relative;
	height:20px;
	text-indent:-9999px;
	}
.newsList .rss	{
	position:absolute;
	width:16px;
	height:16px;
	right:5px;
	top:0;
	}
.newsRss	{
	margin:6px 15px 8px;
	}
.newsRss dd	{
	background:url(../images/top/line_dot.gif) repeat-x left bottom;
	line-height:180%;
	}
.newsRss dd span	{
	padding:0 1em 0 0;
	}
	
/*-----------------------------------------------------
	bnrArea
----------------------------------------------------**/
.bnrArea img	{
	float:right;
	}

/*-----------------------------------------------------
	common
----------------------------------------------------**/
.pageTitle	{
	margin:0 0 10px 0;
	}

/*-----------------------------------------------------
	profile
----------------------------------------------------**/
.profile .mainPhoto	{
	padding:2px;
	border:#cccccc solid 1px;
	float:left;
	margin:0 1em 1em 0;
	}
.profTxt	{
	line-height:150%;
	}
.profTxt h3	{
	font-weight:bold;
	font-size:120%;
	margin:0 0 1em 0;
	background:url(../images/bg_inq.gif) repeat-x left bottom;
	padding:5px;
	}
.profTxt h3.first	{
	width:400px;
	float:left;
	}
.profTxt h3.about	{
	clear:both;
	}
.profTxt h4	{
	background:url(../images/profile/ico_arw.gif) no-repeat left center;
	font-weight:bold;
	padding:0 0 0 1em;
	text-align:left;
	}
.profTxt p	{
	margin:0 0 0.5em 0;
	}
.teamTbl	{
	margin:0 0 1em 0;
	}	
.teamTbl td	{
	padding:0 10px 0 0;
	}
.profTbl	{
	width:100%;
	}
.profTbl td	{
	width:20%;
	text-align:center;
	}
/*-----------------------------------------------------
	photo
----------------------------------------------------**/
.photoTbl	{
	width:100%;
	margin:0 -10px;
	}
.photoTbl a img	{
	padding:2px;
	border:#cccccc solid 1px;
	}
.photoTbl a:hover img	{
	padding:2px;
	border:#ff0000 solid 1px;
	}

/*-----------------------------------------------------
	inq
----------------------------------------------------**/
.inqAddress	{
	border:#cccccc solid 1px;
	padding:10px;
	background:url(../images/bg_inq.gif) repeat;
	width:60%;
	margin:1em 0;
	font-weight:bold;
	line-height:180%;
	}
.inqTxt p	{
	margin:0 0 1em 0;
	}

/*-----------------------------------------------------
	ask
----------------------------------------------------**/
.askTxt p	{
	margin:0 0 1em 0;
	line-height:150%;
	}
.askTxt .color	{
	color:#4F81BD;
	}
