@charset "utf-8";
/* CSS Document */

/* 見出し */

h1 {
	font-size:125%;
	font-weight:100;
	}


h2 {
	font-size:100%;
	color:#0f2888;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	}


/* フォントサイズ */

.big01 {
	font-size:109%;
	line-height:1.3;
	letter-spacing:1px;
	}


/* 余白 */

.marginR60 {
	margin-right:60px;
}



/* 共通 */

#container {
	margin:auto;
	width:982px;
	}

#GlobalMenu {
	background:url(../images/menu_back.gif) no-repeat;
	width:980px;
	height:70px;
	}
	
#GlobalMenuLogo {
	float:left;
	margin-right:1px;
	}
	
#GlobalMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#GlobalMenu li {
	float:left;
	width:109px;
	height:70px;
	margin:0;
	margin-right:1px;
	padding:0;
	text-align:center;
	}
	
#GlobalMenu li a {
	background:url(../images/menu_back_on.gif) no-repeat;
	background-position:0px -70px;
	display:block;
	}

#Copyright {
	width:310px;
	height:13px;
	margin:10px auto;
	background:url(../images/copyright.gif) no-repeat;
	text-indent:-5000px;
	}


/* トップページ */

#IndexBg {
	background:url(../images/bg_index.jpg) no-repeat top;
	width:982;
	height:373;
	margin:15px 0px 0px 0px;
	}

#IndexFlash {
	float:left;
	width:750px;
	}

#IndexNewsBg {
	float:left;
	background:url(../images/bg_whats_new.gif) no-repeat;
	background-position:bottom;
	width:221px;
	height:341px;
	text-align:left;
	padding:10px 10px 10px 0px;
	}

#IndexNews {
	width:201px;
	overflow:auto;
	margin:5px 10px;
	height:282px;
	}

div.IndexNewsBox {
	margin:auto;
	width:182px;
	color:#d9d9d9;
	line-height:1.3;
	background:url(../images/dot_line_news.gif) repeat-x;
	background-position:bottom;
	}


p.NewsDate {
	margin-left:10px;
	margin-top:5px;
	color:#8b9ef2;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	}

p.NewsText {
	margin-left:10px;
	margin-right:10px;
	}

p.NewsType01 , p.NewsType02 , p.NewsType03{
	background-position:bottom;
	width:155px;
	height:14px;
	font-size:10px;
	letter-spacing:2px;
	text-indent:10px;
	line-height:14px;
	margin-top:3px;
	margin-left:10px;
	padding-bottom:10px;
	}

p.NewsType01 {
	background:url(../images/bg_news_type01.gif) no-repeat;
	}

p.NewsType02 {
	background:url(../images/bg_news_type02.gif) no-repeat;
	}

p.NewsType03 {
	background:url(../images/bg_news_type03.gif) no-repeat;
	}



/* 二層目以降外枠 */

#ContentsBodyTop {
	height:10px;
	width:982px;
	margin:15px 0px 0px 0px;
	background:url(../images/bg_contents_top.gif) no-repeat;
	}

#ContentsBody {
	margin:0px;
	background:url(../images/bg_contents.gif) repeat-y;
	width:942px;
	padding:20px;
	}

#ContentsBodyBottom {
	margin:0px 0px15px 0px;
	background:url(../images/bg_contents_bottom.gif) no-repeat;
	height:13px;
	width:982px;
	}

.ContentsBodyTop hr{
	display:none;
	height:1px;
	}

	
/* 二層目以降の2カラム表示 */

#BoxLeft {
	width:180px;
	float:left;
	text-align:center;
	padding-right:20px;
	}
	
#BoxRight {
	float:left;
	background:url(../images/dot_line.gif) repeat-y left;
	width:670px;
	text-align:left;
	padding:0px 0px 10px 60px;
	}
	
.clear {
	clear:both;
	width:1px;
	height:1px;
	visibility:hidden;
}


/* 会社概要 */
.TbAbout {
	border:0px;
	width:600px;
	text-align:left;
	margin-left:-30px;
	}
	
.TbAbout td , .TbAbout th {
font-weight:normal;
padding:5px 7px;
margin:0;
vertical-align:top;
}

.TbAbout th {
	text-align:center;
	width:106px;
	}
.TbAbout h2 {
	margin-top:0px;
	}

.TbAbout dd {
	padding-left: 20px;
	width:400px;
	margin-bottom:10px;
}

/* お問い合せ */
dl.list.contact{
}

dl.contact dt {
	float:left;
	font-weight:bold;
	}
dl.contact dd {
	padding-left:50px;
	margin-bottom:8px;
	}