/* -----------------------------------------------------------
CSS Information

 File name:      common.css
 Author:         ホームページ制作サービス War potential
 URL:            http://hpseisakuwa.com/
 Style Info:     基本スタイル
----------------------------------------------------------- */
/* 全体の設定
----------------------------------------------- */
body {
	margin:0px auto;
	padding:0px;
	line-height:160%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: small;
	color: #000033;
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 75px;
}
*{
	margin: 0px;
	padding: 0px;
}
a { overflow:hidden; }

/* リンクの設定
----------------------------------------------- */
a:link {
	color: #000033;
}

a:active {
    color: #730000; text-decoration: underline;
}

a:hover {
	color: #CC8097;
}

a:visited {
	color: #7C808D;
}
.colum-left_in a{
	text-decoration: none;
}
.colum-left_in2 a{
	text-decoration: none;
}
#sitemap_navi a{
	text-decoration: none;
}
#copy a{
	text-decoration: none;
}

/* hタグの設定
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: small;
	text-align: left;
	margin-left: 10px;
	height: 17px;
}
h2 {
	font-size: 12px;
	position: absolute;
	left: 250px;
	top: 30px;
	font-weight: lighter;
	height: 17px;
	line-height: 15px;
}

/* フォントの設定
----------------------------------------------- */
.small_font {
	font-size: 80%;
	font-weight: lighter;
}
.center_text {
	text-align: center;
}
.right_text {
	text-align: right;
}
.pb_40c {
	text-align: center;
	padding-bottom: 40px;
}
.red {
	color: #CC0000;
}
.green {
	color: #6C9931;
}
.font_110 {
	font-size: 110%;
}

/* コンテンツの設定
----------------------------------------------- */
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#logo, #sitemap_navi li, h2, #head_navi li, #bunner_left, .time2, .guide_left, #colum2, .text2 img{
	float: left;
}
.f_right img {
	float: right;
}
#navigation, #footer, .time, .time_text3, .clear{
    clear:both; 
}
.center_text {
	text-align: center;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pl_100 {
	padding-left: 100px;
}
.mt_30 {
	margin-top: 30px;
}
.mt15_mb40 {
	margin-top: 15px;
	margin-bottom: 40px;
}

/* テーブルの設定
----------------------------------------------- */
table, th, td {
	margin: 0px;
	padding: 0px;
}
/*全体
----------------------------------------------- */
#logo {
	position: absolute;
	left: 10px;
	top: 22px;
}
#wrap {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }

/*ヘッダー
----------------------------------------------- */
#header {
	height: 66px;
	position: relative;
}
#sitemap_navi {
	right: 0px;
	position: absolute;
	top: -15px;
	height: 17px;
}
#sitemap_navi li{
	background-image: url(../image/common/icon_head.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 20px;
	list-style-type: none;
	font-size: 85%;
}
#hear_guide {
	right: 0px;
	position: absolute;
	top: 12px;
	height: 35px;
}
/*コラム
----------------------------------------------- */
#colum {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	position: relative;
}
#colum2 {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../image/common/bg_colum.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-right: 18px;
	padding-left: 18px;
}
#colum2:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }
#colum2_in {
	background-image: url(../image/common/bg_colum_in.gif);
	background-repeat: repeat-y;
}
#colum2_in:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
#colum2_in {
    display: inline-block;
}
/*Hides from IE-mac\*/
* html #colum2_in { height: 1%; }
#colum2_in { display: block; }
/*End hide from IE-mac*/

.title {
	height: 100px;
	line-height: 100%;
	padding-top: 25px;
}

/*グローバルナビ*/
#head_navi {
	background-image: url(../image/common/bg_navi.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 10px;
}
#head_navi li{
	list-style-type: none;
	overflow: hidden;
	height: 80px;
}
#head_navi li a{
	display: block;
	text-decoration: none;
	padding-top: 80px;
	background-image: url(../image/common/bg_head_menu.jpg);
	width: 175px;
	background-repeat: no-repeat;
}
#head_navi li#navi1 a{
	background-position: 0px 0px;
	padding-top: 80px;
}
#head_navi li#navi2 a{
	background-position: -181px 0px;
	padding-top: 80px;
}
#head_navi li#navi3 a{
	background-position: -362px 0px;
	padding-top: 80px;
}
#head_navi li#navi4 a{
	background-position: -543px 0px;
	padding-top: 80px;
}
#head_navi li#navi5 a{
	background-position: -724px 0px;
	padding-top: 80px;
}

#head_navi li a:hover{
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
}
#head_navi li#navi1 a:hover{
	background-position: 0px -80px;
}
#head_navi li#navi2 a:hover{
	background-position: -181px -80px;
}
#head_navi li#navi3 a:hover{
	background-position: -362px -80px;
}
#head_navi li#navi4 a:hover{
	background-position: -543px -80px;
}
#head_navi li#navi5 a:hover{
	background-position: -724px -80px;
}

#head_navi #navi1_on{
	background-position:0px -160px;
	list-style: none;
	display: block;
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
    text-indent: -99999px;
	width: 175px;
}
#head_navi #navi2_on{
	background-position: -181px -160px;
	list-style: none;
	display: block;
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
    text-indent: -99999px;
	width: 175px;
}
#head_navi #navi3_on{
	background-position: -362px -160px;
	list-style: none;
	display: block;
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
    text-indent: -99999px;
	width: 175px;
}
#head_navi #navi4_on{
	background-position: -543px -160px;
	list-style: none;
	display: block;
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
    text-indent: -99999px;
	width: 175px;
}
#head_navi #navi5_on{
	background-position: -724px -160px;
	list-style: none;
	display: block;
	background-image: url(../image/common/bg_head_menu.jpg);
	background-repeat: no-repeat;
    text-indent: -99999px;
	width: 175px;
}
#head-navi li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.space {
	height: 80px;
	width: 6px;
}

/*左コラム
----------------------------------------------- */
#colum-left {
	width: 240px;
	float: left;
	text-align: left;
	display: inline;
}
.colum-left_in {
	background-color: #e9edf0;
	background-image: url(../image/common/left_menu_down.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.colum-left_in2 {
	background-color: #e9edf0;
	padding-bottom: 10px;
}
#colum-left_in h3{
	text-align: center;
}
.left_ul {
	margin-left: 20px;
	width: 190px;
	padding-top: 10px;
}
.left_ul li{
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 25px;
	text-align: left;
	font-size: 90%;
}
.left_ul li a{
	width: 190px;
	display: block;
}
.left_ul li a:link{
	color: #000033;
}
.left_ul li a:hover{
	color: #34CBEB;
}
.left_ul li a:visited{
	color: #7C808D;
}
.list{
	background-image: url(../image/common/left_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.list_on{
	background-image: url(../image/common/left_menu_icon2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #DE456B;
}
#left_space {
	background-color: #FFFFFF;
	height: 10px;
	line-height: 10px;
}

/*右コラム
----------------------------------------------- */
#colum-right {
	float: right;
	display: inline;
	height: auto;
	width: 615px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
}
#colum-right a:link{
	text-decoration: none;
}
.pan {
	font-size: 75%;
	text-align: right;
	font-weight: lighter;
}
.text {
	padding: 15px;
}
.text p{
	padding-bottom: 5px;
}
.text2 {
	padding-top: 15px;
	margin-bottom: 20px;
}
.text2 p{
	padding-top: 5px;
}
.border_text {
	border: 1px solid #E9EDEF;
	padding: 15px;
	margin-top: 20px;
}
.border_text h4{
	margin-bottom: 10px;
}
.border_text2 {
	border: 1px solid #E9EDEF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.border_text2 p{
	padding-bottom: 5px;
}
.border_text2 ul{
	margin-left: 15px;
}
.page_top {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	font-size: 85%;
}

/*フッター
----------------------------------------------- */
#footer {
	text-align: left;
	background-image: url(../image/common/bg_footer.jpg);
	background-repeat: no-repeat;
	line-height: 120%;
	width: 100%;
	padding-top: 20px;
	height: 135px;
}
#add {
	background-image: url(../image/common/bg_add.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	margin-left: 20px;
	font-size: 11px;
	margin-right: 200px;
	line-height: 15px;
}
#add p{
	padding-top: 5px;
}
address {
	font-size: 11px;
}
#copy {
	font-size: 85%;
	padding-left: 400px;
}
#copy a{
	color: #FFFFFF;
}
.time2 {
	font-size: 85%;
	padding-top: 3px;
	padding-left: 40px;
}
/*説明会希望/資料請求/お問合わせ
----------------------------------------------- */
.form_table {
	margin-bottom: 15px;
}
.form_table th{
	text-align: left;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #1daaef;
	padding-right: 10px;
	width: 135px;
	background-image: url(../image/common/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.form_table td{
	text-align: left;
	padding-left: 10px;
	background-image: url(../image/common/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-top: 5px;
	vertical-align: middle;
}
#quest {
	background-image: url(../image/style/form.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #D9554A;
}
.txtmode1 {
  ime-mode: active;  
}
.txtmode2 {
  ime-mode: inactive; 
}
select {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 8px;
}
#add3_s {
	width: 300px;
}
#time {
	width: 50px;
}

