@charset "UTF-8";

/*  リセット
==============================================*/

h1, h2, h3,h4,h5,p,ul,form{
margin:0px;
padding:0px;
}

/*  base
==============================================*/
body {
	margin: 0px 0px;
	text-align: center;
	background: #FFFFFF;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
}

a:link, a:visited { color: #666666; text-decoration: none; }
a:active, a:hover { color: #CC3366; text-decoration: underline; }


/*  wrapper
==============================================*/
#wrapper {
	margin: 20px auto 0px;
	width: 1000px;
	text-align: left;
	border: 1px solid #CCCCCC;
	}
	
	html>body #wrapper {
	width: 1000px;
	text-align: left;
	clear: both;
}

/*  header
==============================================*/
#header {
	background: #FFFFFF url(images/head.gif) no-repeat 20px 35px;
	height: 110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background: #FFFFFF url(images/head.gif) no-repeat 20px 35px;
	height: 110px;
	width: 1000px;
	}

#header h1{
	line-height:1px;
	font-size:1px;
	}

/*  navi
==============================================*/
#navi{
	float:left;
	border-bottom: 8px solid #413548;
	width: 1000px;
		}

#navi #topNavi1 a{width: 90px; padding: 5px 0px 4px 40px;}
#navi #topNavi2 a{width: 145px; padding: 5px 0px 4px 5px;}
#navi #topNavi3 a{width: 185px; padding: 5px 0px 4px 5px;}
#navi #topNavi4 a{width: 165px; padding: 5px 0px 4px 5px;}
#navi #topNavi5 a{width: 175px; padding: 5px 0px 4px 5px;}
#navi #topNavi6 a{width: 165px; padding: 5px 0px 4px 5px;}

#naviBottom{
	width: 1000px;
		}

#naviBottom #topNaviB1 a{width: 100px; padding: 7px 0px 10px 40px;}
#naviBottom #topNaviB2 a{width: 110px; padding: 7px 0px 10px 5px;}
#naviBottom #topNaviB3 a{width: 80px; padding: 7px 0px 10px 5px;}
#naviBottom #topNaviB4 a{width: 100px; padding: 7px 0px 10px 5px;}
#naviBottom #topNaviB5 a{width: 120px; padding: 7px 0px 10px 5px;}

/* submenu
==============================================*/
ul		{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown	 {
	position: relative;
}
ul.dropdown li  { font-size: 12px; font-weight: normal; float: left; zoom: 1; background: #FFFFFF; }
ul.dropdown a:link, a:visited { color: #80808A ;  text-decoration: none;}
ul.dropdown a:hover	 { color: #413548;  text-decoration: none;}
ul.dropdown a:active { color: #413548; }
ul.dropdown li a	 { display: block; }
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover  { background: #FFFFFF; color: black; position: relative; }
ul.dropdown li.hover a  { color: #413548; text-decoration: none;}

/* 
	LEVEL TWO
*/
ul.dropdown ul 	{ width: 175px; visibility: hidden; position: absolute; top: 100%; left: 0px; }
ul.dropdown ul li {
	font-size: 11px;
	font-weight: normal;
	background: #FFFFFF;
	color: #413548;
	border-bottom: 1px solid #666666;
	float: none;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

ul.dropdown ul li a:link, a:visited { color: #80808A ;  text-decoration: none;}
ul.dropdown ul li a:visited { color: #80808A ;  text-decoration: none;}
ul.dropdown ul li a:hover { color: #413548 ;  text-decoration: none;}

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* mainWrap
==============================================*/
#container {
	float:left;
	background: #FFFFFF;
	padding: 25px 0px 40px 40px;
	width: 960px;
}

	/* Index
==============================================*/
#bimIndex {
	background: #FFFFFF;
	height: 165px;
	float: left;
	padding-right: 40px;
	padding-left: 45px;
}

#whatBim {
	display: block;
	width:90px;
	left: 45px;
	top: 50px;
	height: 60px;
	margin-top: 50px;
	float: left;
}

#ourPassion {
	display: block;
	width:825px;
	top: 50px;
	height: 60px;
	margin-top: 50px;
	float: right;
}

#flashcontent {
	width: 1000px;
}

#copyIndex {
	width:1000px;
	background: #FFFFFF;
	height: 150px;
	position: relative;
	float: left;
}

#copyIndex h3 {
	display: block;
	height: 40px;
	width: 905px;
	position: absolute;
	left: 50px;
	top: 40px;
}

#logo {
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 945px;
	top: 100px;
}

#line {
	display: block;
	background: #413548;
	width: 1000px;
	height: 35px;
	float: left;
}

#border {
	display: block;
	padding: 10px 20px 5px 0px;
	background: #413548;
	float: left;
	width: 1000px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	padding: 10px 20px 5px 0px;
	width: 980px;
}

#border a {
	margin-right: 0px;
	color: #FFFFFF;
}

#border a:hover {
	color: #FFFFFF;
}

	/* Contents
==============================================*/
/* 
	パンくず
*/
#level {
	display: block;
	width: 925px;
	font-size: 10px;
	color: #333333;
	text-align: left;
	margin-bottom: 15px;
}

#level a {
	color: #80808A;
}

#level a:hover {
	color: #CC0000;
		text-decoration: underline; 
}

/* 
	見出し
*/
#title {
	display: block;
	width: 960px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

/* 
	説明文
*/
#caption1 {
	width: 925px;
}

#container h4 {
	font: normal 12px/20px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	margin-bottom: 10px;
}

#container h2 {
	font: normal 12px/20px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
}

/* 
	コンテンツ
*/
#contents {
	display: block;
	width: 925px;
	margin-top: 40px;
}

#contents2 {
	display: block;
	width: 925px;
	margin-top: 10px;
}

#contentsNon {
	display: block;
	width: 925px;
	margin-top: 20px;
	height: 350px;
}

.title3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	}

.title2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background: url(images/line_vert.gif) no-repeat left top;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	}

/* 
	ボタン
*/
.details{
	padding-left: 15px;
	background: url(images/details.gif) no-repeat left center;
	font-size: 12px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 8px;
}

.details a {
	color: #791E00;
}

.details a:hover {
	color: #CC0000;
	text-decoration: underline; 
}

.details2{
	padding-left: 15px;
	background: url(images/details.gif) no-repeat left center;
	font-size: 12px;
	display: block;
	margin-right: 20px;
	margin-top: 10px;
}

.details2 a {
	color: #791E00;
}

.details2 a:hover {
	color: #CC0000;
	text-decoration: underline; 
}

/* 
	囲み
*/
.price{
	background: #FAFAFA;
	display: block;
	margin: 10px 10px 10px;
	padding: 10px;
	border: 1px solid #C9CCB7;
	width: auto;
}

/*  table
==============================================*/
.t1 {
	border-bottom: 1px solid #CCCCCC;
	font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	padding: 15px 0px 6px;
}

.t1 a {
	color: #791E00;
}

.t1 a:hover {
	color: #CC0000;
		text-decoration: underline; 
}

#siteMap {
	font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	display: block;
	width: 925px;
	margin-top: 25px;
}

#siteMap a {
	color: #333333;
}

#siteMap a:hover {
	color: #CC0000;
		text-decoration: underline; 
}

.siteMapt0 {
 font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	padding: 15px 0px 10px 0px;
}

.siteMapt1 {
 font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px 10px 0px;
}

.siteMapt2 {
	border-left: 1px solid #CCCCCC;
 font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	padding: 15px 0px 10px 10px;
}

.siteMapt3 {
 font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
 border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px 10px 10px;
}

.siteMapt4 {
 font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	border-bottom: 1px solid #F0F0F0;
	padding: 15px 0px 10px 5px;
}

/*  others
==============================================*/
.trainingLeft {
	display: block;
	width: 425px;
	float: left;
}

.trainingRight {
	display: block;
	width: 400px;
	float: right;
	background: #FFFFFF;
	padding: 8px;
	border: 1px solid #999999;
}

/*  footer
==============================================*/
#copyright {
	margin: 0px auto 0px;
	width: 1000px;
	padding: 5px 0px;
	font: 10px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	color: #333333;
	text-align: right;
}
	
/*  images
==============================================*/
 .images {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

.imagesLink {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
	}

	.imagesLink:hover {
	background-color: #FFCC00;
	border: 1px solid #CC3300;
	}
.imgborderIndexL {
	display: block;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.imgborderIndexL:hover {
	background-color: #999999;
	border: 1px solid #A24243;
}

/*  text
==============================================*/
.xxsmall {
	font-size: 10px;
	line-height: 18px;
	}
	
	.xsmall {
	font-size: 11px;
	line-height: 20px;
	}
	
.xsmallP {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	}
	
.small {
	font-size: 12px;
	line-height: 18px;
	}

.normal {
	font-size: 14px;
	line-height: 24px;
	}

/*  clear
==============================================*/
.clear {
	clear:both;
	display: block;
}  
.clear hr { display:none; }  

/*  text
==============================================*/
#header h1 {
	text-indent:-9999px;
	line-height: 100%;
}
