/* ユニバーサルセレクタでmargin/paddingなどを初期化する */

*
{
	margin: 0;
	padding: 0;
	
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	list-style: none;
	vertical-align: baseline;
}


/* ブラウザのスクロールバーの表示の違いを解決する */

html
{
	overflow: scroll;
	overflow: -moz-scrollabars-vertical;
	overflow-x: scroll;
	height: 100%;
	margin: 0;
}


/* 表（テーブル）のボーダー表示の違いを解決する */

/*table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* MacとWindows系のフォント指定 */

body
{
	font-size: 76%;
	font-family: 
	"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , /* Mac OSX用のフォント */
	"メイリオ" , Meiryo, /* Windows Vista用のフォント */
	Osaka, /* Mac OS9のフォント */
	"MS Pゴシック" , "MS P Gothic" , /* Windows系のフォント */
	sans-serif; /* ゴシック系の総称ファミリー */
	background: #ffffff;
	word-wrap: break-word;
	height: 100%;
	margin: 0;
	
}


#wrapper {
	height: auto !important;
	height:100%;
	min-height: 100%;
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/* リンク */
a:link { color: #2e94dc;
		text-decoration: underline;
		 }
a:visited { color: #2e94dc; 
text-decoration: underline;
}
a:hover { color: #ff0000;
text-decoration: underline; }
a:active { color: #ff8000;
text-decoration: underline; }

/* ヘッダー */

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 846px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
}

#header h1 {
	height: 29px;
	width: 316px;
	padding-top: 10px;
	padding-left: 30px;
}

/*
#header h2 {
	color: #333;
	padding-top: 3px;
	padding-left: 60px;
}
*/

#header h2 {
	color: #333;
	padding-top: 3px;
	padding-left: 60px;
	width:800px;
}

#header h2 span{
	padding-left: 320px;
}


/* サブナビゲーション */

#logo {
	width: 356px;
	float: left;
	height: 72px;
}
#navitop {
	margin-top: 30px;
	width: auto;
	margin-bottom: 10px;
}
#navitop ul {
	text-align: center;
}

.link_border01 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-left: 5px;
	padding-right: 5px;
}

.link_border02 {
	padding-right: 5px;
	padding-left: 5px;
}


#navitop ul li {
	list-style-type: none;
	color: #333;
	display: inline;
	text-align: center;
}
#navitop ul .link_border01 a:hover {
	position: relative;
	bottom: 1px;
	right: 1px;
	text-decoration: none;
	color:#F60;
}
#navitop ul .link_border02 a:hover {
	position: relative;
	bottom: 1px;
	right: 1px;
	text-decoration: none;
	color:#F60;
}
.sitemap a {
}
#company table tr .company_table_right p a {
	color: #06F;
}



/* ナビゲーションボタン */
/*
#navigation {
	height: 36px;
	width: 846px;
}


#navigation ul li {
	margin: 0;
	padding: 0;
	float:left;
	font-size:0px;
	line-height:0;
}
*/

/*  プルダウンメニュー */

ul#pulldown-menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#pulldown-menu a:link,

ul#pulldown-menu a:visited {
	background-image: url(images/btn_sub_bg1.jpg);
	background-repeat: no-repeat;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background-image: url(images/btn_sub_bg2.jpg);
	background-repeat: no-repeat;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 0;
	width: auto;
	height: 36px;
	font-weight: bold;
	line-height: 2em;
	list-style-type: none;
}

ul#pulldown-menu li a {
	display: block;
	width: 162px;
	height: 36px;
	;
	text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
	display: none;
}

#pulldown-menu li .menubtn_a2 {
	width: 181px;
}
#pulldown-menu li ul li a h4 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
	behavior: url("./csshover3.htc");
	height: 36px;
	width: 846px;
}





/* コンテンツ部分 */


#contents {
	width: 846px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#mainpic {
	height: 226px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainpic1.jpg);
	background-repeat: no-repeat;
}
#company {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#contents2 {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#subpic {
	height: 254px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/subpic1.jpg);
	background-repeat: no-repeat;
}

#subpic_jinzai {
	height: 205px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/subpic_jinzai.jpg);
	background-repeat: no-repeat;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#subpic_jinzai p {
	line-height: 180%;
	padding-top: 50px;
	padding-left: 0px;
}


.company_table_left {
	background-color: #EBEBEB;
	width: 20%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}
#company table tr .company_table_right dl dt {
	padding-bottom: 10px;
	color: #06F;
	padding-top: 10px;
}
#company table tr .company_table_right dl dd {
	padding-left: 30px;
	line-height: 140%;
	color: #333;
}
.company_table_right {
	width: 80%;
	padding-left: 20px;
	border: 1px solid #D5D5D5;
	vertical-align: middle;
	clear: right;
	color: #333;
	letter-spacing: 1pt;
}

.company_table_right_com {
	width: 40%;
	padding-left: 20px;
	vertical-align: middle;
	background: url(http://lighthouse-gl.com/lg.png) no-repeat 260px 8px;
	padding-top: 3px;
	border: 1px solid #D5D5D5;
	color: #333;
	letter-spacing: 1pt;
}



.company_table_right_com img {
	padding-top: 5px;
}

#company table tr .company_table_right dl dt a {
	color: #06F;
}
#company table tr .company_table_right h4 {
	color: #F60;
	margin-top: 10px;
	line-height: 160%;
	font-weight: bold;
	padding-top: 0px;
}
#company table tr .company_table_right p {
	line-height: 180%;
	color: #333;
	padding-top: 5px;
}

#topics_box img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#topics_box p {
	line-height: 150%;
	color: #333;
}
#topics_box {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	width: 250px;
}

#information {
	height: auto;
	width: 794px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*
#info_left h3 {
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
*/
#info_left {
	width: 520px;
	float: left;
	margin-bottom: 0px;
}

#info_left h4 b {
	font-weight: bold;
}

#info_left p {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#job {
	width: 600px;
	float: left;
	margin-bottom: 0px;
}

#job p {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#info_right {
	width: 250px;
	float: right;
}




#info_right h3 {
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
#contents2 p {
	color: #333;
	line-height: 160%;
	width: 810px;
}
#contents2 h4 {
	background-image: url(images/sub_bg2.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 10px;
}
#voices {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#voice_pic {
	height: 62px;
	width: 54px;
	background-image: url(images/human1.jpg);
	background-repeat: no-repeat;
	float: left;
}
#voice_comm {
	float: right;
	width: 748px;
	color: #333;
	line-height: 160%;
	padding-top: 3px;
}


/* h3 クラス */

.information {
	background-image: url(images/information_icon.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: auto;
	padding-left: 40px;
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 5px;
}


.qa {
	
	background-repeat: no-repeat;
	height: 29px;
	width: auto;
	/*padding-left: 40px;*/
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 5px;
}

.topics {
	background-image: url(images/topics_icon.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: auto;
	padding-left: 40px;
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 5px;
}

.gaiyou {
	background-image: url(images/company_icon.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
	padding-left: 40px;
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
.map {
	background-image: url(images/map_icon.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: auto;
	padding-left: 40px;
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 10px;
}

.campus {
	background-image: url(images/mushimegane_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: auto;
	padding-left: 40px;
	line-height: 180%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 10px;
}

.sitemap {
	background-image: url(images/sitemap_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: auto;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-top: 20px;
	border-bottom-color: #666;
	margin-bottom: 10px;
}

.jinzai {
	background-image: url(images/mushimegane_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: auto;
	padding-left: 30px;
	line-height: 150%;
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
#jinzai_box #jinzai_left h3 {
}
#jinzai_box p {
	line-height: 160%;
	color: #333;
	padding-left: 30px;
}
#jinzai_box #jinzai_pic {
	float: right;
	margin: 0px;
	padding: 0px;
}
#jinzai_box #jinzai_pic img {
	display: block;
	float: right;
}
#jinzai_box #jinzai_left {
	float: left;
	width: auto;
}

.sitemap a {
	padding-left: 40px;
	line-height: 150%;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	position:relative;
	color:#F60;
}

.sitemap a:hover {
	padding-left: 40px;
	line-height: 150%;
	font-size: 120%;
	font-weight: bold;
	bottom: 1px;
	right: 1px;
	position:relative;
	text-decoration: none;
	color:#318CDA;
}

/* フッター */
#footer {
	width: 846px;
	bottom: 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	color: #333;
}
#jinzai_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.subtitle_01 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.subtitle_02 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.about {
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 160%;
}
#live_cam {
	width: 250px;
	background-image: url(images/livecam.jpg);
	background-repeat: no-repeat;
	height: 93px;
}
#live_cam select {
	float: right;
	margin-top: 30px;
	font-size: 10px;
	margin-right: 10px;
}
 /* form */
#otoiawase {
	width: 500px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.ot {
	border: 1px solid #CCC;
	margin-left: 90px;
}

#otoiawase form textarea {
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
#otoiawase form h3 {
	color: #06F;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	background-image: url(images/mushimegane_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 18px;
	padding-top: 3px;
	margin-left: 90px;
}

#otoiawase form .soushinbtn {
	height: 20px;
	margin-right: auto;
	margin-left: 198px;
	width: 108px;
	margin-bottom: 10px;
	background-image: url(images/send.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* 全米 */
#zenbei table {
	border: 1px solid #CCC;
	text-align: center;
}

#zenbei table td {
	border: 1px solid #CCC;
}


#zenbei table tr {
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}

#zenbei{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}.zenbei_bottom {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.zenbei_last{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#zenbei a {
	color: #06F;
}#zenbei_flash {
	margin-bottom: 10px;
	margin-top: 0px;
}
#zenbei_flash img {
	height: 24px;
	width: 700px;
	text-align: center;
}
#contents2 .subtitle_01 strong {
	font-weight: bold;
	color: #06F;
}
#contents2 .about a {
	color: #06F;
}

#contents2 h5 {
	color: #06F;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
#subpic p {
	color: #333;
	padding-top: 45px;
	padding-left: 298px;
	line-height: 120%;
}
#company p {
	color: #333;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#info_left h4 {
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#info_left p a {
	color: #06F;
	text-decoration: underline;
}

#job h4 {
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#job p a {
	color: #06F;
	text-decoration: underline;
}

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rain a{
	font-size:120%;
	font-weight:bold;
	color:#666;
}

