@charset "utf-8";

/*=================================================================
	
	日本電設工業株式会社 共通 CSS
	
	・Since: 2009.8
	・Modified: 2009.
	・Editor: KIML
	・Customize:

-------------------------------------------------------------------
	
		[1]:基礎設計
		[2]:Flash
		[3]:topコンテンツ部分
		[4]:右カラム
		[5]:調整用
		[6]:検証・その他

=================================================================*/

/*-----------------------------------------------------------------
		[3]:サブメニュー部分
-----------------------------------------------------------------*/
#sub_contents_left {
	float: left;
	height: auto;
	width: 150px;
	margin-top: 10px;
	line-height: 1.2em;
}
.sub_menu_mark {
	height: 10px;
	width: 12px;
	padding-right: 2px;
}
.sub_menu {
	height: auto;
	width: 145px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.sub_menu_info {
	height: auto;
	width: 145px;
	border: 1px solid #a6cce3;
	margin: 0px;
	}
.sub_menu_on {
	height: auto;
	width: 145px;
	border: 1px solid #FFFF00;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	background-image: url(../../jobs/images/sub_menu.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
/*-----------------------------------------------------------------
		[3]:サブサブメニュー部分
-----------------------------------------------------------------*/
.sub_sub_menu {
	height: auto;
	width: 140px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 80%;
}
.sub_sub_menu_on {
	height: auto;
	width: 140px;
	border: 1px solid #FFFF00;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 80%;
	background-image: url(../../jobs/images/sub_menu.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.sub_sub_menu_mark {
	height: 7px;
	width: 10px;
	padding-right: 2px;
}
/*-----------------------------------------------------------------
		[3]:サブコンテンツ部分
-----------------------------------------------------------------*/
#sub_mainimg_back {
	background-image: url(../images/sub_back.gif);
	height: 165px;
	width: auto;
	background-repeat: repeat-x;
	padding-top: 8px;
}
#sub_mainimg {
	background-image: url(../../jobs/images/sub_img_back.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#sub_contents_right {
	width: 646px;
	margin-top: 10px;
	height: auto;
	float: right;
}
.sub_midashi {
	width: 646px;
	background-image: url(../../jobs/images/titile_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.sub_midashi h2 {
	height: 19px;
	padding-left: 5px;
	padding-top: 3px;
}

/*-----------------------------------------------------------------
		[3]:リンク時枠囲み部分
-----------------------------------------------------------------*/
.sub_mokuji_photo {
	height: 84px;
	width: 208px;
	border: 1px solid #CCCCCC;
}
.sub_mokuji_photo a{
	display:block;
	background:#cccccc;
	border: 1px solid #ffffff;
}
.sub_mokuji_photo a:hover {
	border: 1px solid #FFFF00;
}
/*-----------------------------------------------------------------
		[3]:サブページ目次(画像、テキスト)部分
-----------------------------------------------------------------*/
#sub_mokuji_table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 635px;
}
.sub_mokuji_photo_td {
	width:87px;
	height:87px;
}
.sub_mokuji_text {
	height: auto;
	width: 215px;
	padding-bottom: 10px;
}
.sub_sub_mokuji_text {
	height: auto;
	width: 550px;
	padding-right: 5px;
}
/*-----------------------------------------------------------------
		[3]:会社概要などの表組みスタイル
-----------------------------------------------------------------*/
.graph_td1 {
	height: auto;
	width: 20%;
	padding-right: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-left: 10px;
	font-weight: bold;
}
.graph_td2 {
	height: auto;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a6a6a6;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.graph_td3 {
	height: 30px;
	width: 50%;
	padding-right: 10px;
	padding-left: 5px;
}
/*-----------------------------------------------------------------
		フォーム表組みスタイル
-----------------------------------------------------------------*/
.form_graph_td1 {
	height: auto;
	width: 158px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_graph_td2 {
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*-----------------------------------------------------------------
		[3]:パンくずリスト部分
-----------------------------------------------------------------*/
#sub_mainimg ul {
	width: 820px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF33;
}
#sub_mainimg li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
	width: auto;
	height: auto;
}
/*-----------------------------------------------------------------
		[3]:ページのトップへ戻る
-----------------------------------------------------------------*/
.pagetop {
	height: auto;
	width: 200px;
	margin-right: 15px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------
		[3]:日付右よせ
-----------------------------------------------------------------*/
.date_right {
	height: auto;
	width: 200px;
	margin-right: 0px;
	float: right;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------
		[3]:文字右よせ
-----------------------------------------------------------------*/
.shikaku_kazu {
	height: auto;
	width: 115px;
}
/*-----------------------------------------------------------------
		[3]:ネットワーク（営業所一覧）地図
-----------------------------------------------------------------*/
#network {
	height: 477px;
	width: 646px;
	z-index: 1;
	position: relative;
	background-image: url(../../company/images/map_network.jpg);
	background-repeat: no-repeat;
	font-size: 75%;
}

#hokaido {
	width: 125px;
	position: absolute;
	top: 60px;
	z-index: 1;
	left: 180px;
	text-align: right;
}
#tohoku {
	width: 125px;
	position: absolute;
	top: 225px;
	z-index: 1;
	left: 460px;
}
#tokyo1 {
	width: 125px;
	position: absolute;
	top: 340px;
	z-index: 1;
	left: 490px;
}
#tokyo2 {
	width: 125px;
	position: absolute;
	top: 355px;
	z-index: 1;
	left: 490px;
}
#tokyo3 {
	width: 125px;
	position: absolute;
	top: 370px;
	z-index: 1;
	left: 490px;
}
#tokyo4 {
	width: 125px;
	position: absolute;
	top: 385px;
	z-index: 1;
	left: 490px;
}
#tokyo5 {
	width: 125px;
	position: absolute;
	top: 400px;
	z-index: 1;
	left: 490px;
}
#osaka1 {
	width: 140px;
	position: absolute;
	top: 375px;
	z-index: 1;
	left: 355px;
}
#osaka2 {
	width: 125px;
	position: absolute;
	top: 390px;
	z-index: 1;
	left: 355px;
}
#shikoku {
	width: 125px;
	position: absolute;
	top: 410px;
	z-index: 1;
	left: 345px;
}
#cyubu {
	width: 125px;
	position: absolute;
	top: 265px;
	z-index: 1;
	left: 65px;
	text-align: right;
}
#cyugoku {
	width: 125px;
	position: absolute;
	top: 315px;
	z-index: 1;
	left: 10px;
	text-align: right;
}
#kyusyu {
	width: 80px;
	position: absolute;
	top: 340px;
	z-index: 1;
	left: 0px;
	text-align: right;
}
.network_td1 {
	height: auto;
	width: 20%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(../images/h2_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
}
.network_td2 {
	height: auto;
	width: 55%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.network_td3 {
	height: auto;
	width: 25%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.network_td_title {
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFF99;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.under_mg20 {
	margin-bottom: 20px;
}
.sikaku_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: auto;
	background-image: url(../../jobs/info/images/q_td.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.group_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 30%;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sikaku_td2 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.group_td2 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sikaku_td3 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.history_td3 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.group_td3 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 40%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.sikaku_td3_right {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
.sikaku_td4 {
	height: auto;
	font-size: 95%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.sikaku_td6 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.sikaku_table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.sub_text {
	height: auto;
	width: 640px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.yakuin_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 30%;
	padding: 10px;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
}
.kankyo_anzen_li {
	height: auto;
	margin-top: 10px;
	margin-left: 7px;
}
.sub_title {
	height: auto;
	width: auto;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gv_table {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.gv_title {
	font-weight: bold;
	background-image: url(../images/td_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.gv_td1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	background-color: #CCFFFF;
	width: 5%;
}
.gv_td2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 7px;
}
.gv_td3 {
	background-image: url(../images/td_back.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width:20px;
	height:auto;
	background-color: #004ad1;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.gv_td_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gv_td_title2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.ir_table {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.li_abcd {
	list-style-type: upper-alpha;
}
.li_style {
	list-style-type: upper-roman;
}
.bold {
	font-weight: bold;
	font-size: 110%;
}
.left_div {
	float: left;
	height: auto;
	width: 40%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.right_div {
	float: right;
	height: auto;
	width: 40%;
	margin-right: 10px;
}.td_border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 640px;
	height: auto;
}
.faq_td {
	height: auto;
	width: 570px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 35px;
	background-image: url(../../investor/images/info.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
}
.info_td {
	height: auto;
	width: 570px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 35px;
	background-image: url(../../investor/images/info.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
}
.faq_td2 {
	height: auto;
	width: 30px;
	height:auto;
}
.faq_td3 {
	height: auto;
	width: 545px;
	height:auto;
}
.aligin_right {
	text-align: right;
}
.115_left {
	height: auto;
	width: 105px;
	float:left;
	margin-right: 5px;
	margin-top: 5px;
}
.115_right {
	height: auto;
	width: 105px;
	float:right;
	margin-top: 5px;
	margin-left: 5px;
}
.flash_right {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.flash_left {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.txt_mini {
	font-size: 100%;
}
.txt_miniex {
	font-size: 68%;
}
.yakuin_table {
	height: auto;
	width: 420px;
}
.sub{
	width: 640px;
	margin-left:auto;
	margin-right:auto;
}
.sub_photo_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 300px;
	line-height: 1.2em;
}
.sub_photo_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 300px;
	line-height: 1.2em;
}
.sub_photo_left2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 205px;
	margin-right:9px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.2em;
}
.sub_photo_right2 {
	padding: 0px;
	float: right;
	height: auto;
	width: 205px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.2em;
}
.mawirikomi_photo {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 5px;
	margin-left: 10px;
}
.mawarikomi_right {
	float: right;
	height: 180px;
	width: 220px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 4px;
	border: 1px solid #FFCC00;
}
.mawarikomi_left {
	float: left;
	height: auto;
	width: 400px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}
.mawarikomi_left350 {
	float: left;
	height: auto;
	width: 360px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}
.photo_left {
	float: left;
	height: 180px;
	width: 220px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #FFCC00;
}
.photo_right {
	float: right;
	height: auto;
	width: 400px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bold_center{
	text-align: center;
}
.right{
	text-align:right;
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.q {
	background-color: #66CCCC;
	background-image: url(../../jobs/info/images/q_bar.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.a {
	background-color: #fffddd;
}
.densetsu {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.densetsu2{
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.densetsu_1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../../jobs/info/images/q_td.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.densetsu_2{
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 90px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.densetsu_3 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.densetsu_4 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.sub_photo_left img {
	border: 1px solid #FFCC00;
}
.sub_photo_right img {
	border: 1px solid #FFCC00;
}
.sub_menu_on a {
	color: #0099CC;
}
.sub_menu_on a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.sub_photo_left2 img {
	border: 1px solid #FFCC00;
}
.sub_photo_right2 img {
	border: 1px solid #FFCC00;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.top{
	vertical-align:top;
	padding-right: 5px;
}
.center_aligin {
	text-align: center;
}
.form_div {
	height: auto;
	width: 440px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.mini2 {
	font-size: 75%;
}
