@charset "Shift_JIS";
/*Hides from IE5-mac\*/
*html #wrap{ height: 1%;}
/*End hide from IE5-mac*/
/* CSS Document */body{
margin: 0 auto;
padding: 0;
border: 0;
font-family: "Verdana";
font-size: 12px;
color: #666666;
text-align:left;
background: url(../../images/bg.gif) repeat;
}

a{
color: #348EB0;
text-decoration: underline;
}
a:hover{
text-decoration: none; 
}img{
margin: 0;
padding: 0;
border: 0;
vertical-align: bottom;
}

p{
line-height: 20px;
text-align: justify;
text-justify : inter-ideograph;
}
#wrap_out{
margin: 0 auto;
padding: 0 0 29px 0;
width: 971px;
}

#wrap_in{
float: left;
margin: 0;
padding: 0 0 0 0;
width: 971px;
background: url(../../images/bg.png) repeat-y top center;
}


#wrap{
float: left;
margin: 0;
padding: 0 6px;
width: 959px;
background: url(../../images/bg_foot.png) no-repeat bottom;
}

.top_main{
float: left;
margin: 0;
padding: 0;
width: 959px;
background: url(../../images/bg02.gif) no-repeat center top;
}

.top_main2{
float: left;
margin: 0;
padding: 0;
width: 959px;
height: 628px; 
background: url(../../images/woman1.jpg) no-repeat scroll center top transparent;
}

.top_main3{
float: left;
margin: 0;
padding: 0;
width: 959px;
height: 628px; 
background: url(../../images/woman3.jpg) no-repeat scroll center top transparent;
}

.top_main4{
float: left;
margin: 0;
padding: 0;
width: 959px;
height: 628px; 
background: url(../../images/woman4.jpg) no-repeat scroll center top transparent;
}

.top_main5 {
  float: left;
  margin: 0pt;
  padding: 0pt;
  width: 959px;
  height: 94px;
  background: url(../../images/back1.jpg) no-repeat scroll center top transparent;
}

.top_main6 {
  float: left;
  margin: 0pt;
  padding: 0pt;
  width: 959px;
  height: 534px;
}
.top_main7{
	float: left;
	margin: 0;
	padding: 0;
	width: 959px;
	height: 526px;
	background: url(../../images/woman5.jpg) no-repeat scroll center top transparent;
}
.top_main8{
	float: left;
	margin: 0;
	padding: 0;
	width: 959px;
	height: 372px;
	background: url(../../images/main_image_s.jpg) no-repeat scroll center top transparent;
}
.top_main9{
	float: left;
	margin: 0;
	padding: 0;
	width: 959px;
	height: 526px;
	background: url(../../images/woman6.jpg) no-repeat scroll center top transparent;
}

.top_main10{
	float: left;
	margin: 0;
	padding: 0;
	width: 959px;
	height: 526px;
	background: url(../../images/woman_jp.jpg) no-repeat scroll center top transparent;
}

.kasou_main{ 
float: left;
margin: 0;
padding: 0;
width: 959px;
background: url(../../images/bg03.gif) no-repeat center top;
}

/*ヘッダー↓*/
.header{
float: left;
margin: 0;
padding: 0 0 10px 0;
width: 959px;
}
.header h1{
margin: 0;
padding: 15px 0 10px 35px;
text-align: left;
line-height: 17px;
font-weight: normal;
font-size: 10px;
color: #6D6D6D;
}.logo{
float: left;
margin: 0;
padding: 0 0 0 35px;
}

.header ul{
float: right;
margin: 0;
padding: 21px 52px 0 0;
width: 500px;
}

.header ul li{
float: right;
margin: 0;
padding: 0 0 0 28px;
list-style: none;
}

/*ヘッダー↑*//*メイン↓*//*メイン↑*/
/*サイド↓*/
/*サイド↑*//*ボトム↓*/
.link_txt{
float: left;
margin: 0;
padding: 0 0 20px 35px;
width: 800px;
}


/*---------------------------------------
autocomplete
----------------------------------------*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}



.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*　　　メイン　↑　*/

/*---------------------------------------
alert
----------------------------------------*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 300px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../../image/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	height: 26px;
	min-width: 99.5%; /* Dialog will be no smaller than this */
	max-width: 300px; /* Dialog will wrap after this width */
}

#popup_content {
	background: 16px 16px no-repeat url(../../image/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../../image/info.gif);
}

#popup_content.confirm {
	background-image: url(../../image/important.gif);
}

#popup_content.prompt {
	background-image: url(../../image/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#expmsg{
  font-size: 11px;
  font-family:'ＭＳ Ｐゴシック',sans-serif;
}

/*ボトム↑*//*フット↓*/
.copy{
float: left;
margin: 0;
padding: 50px 0 0 15px;
}
/*フット↑*/

@charset "utf-8";

/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}
a.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

	a.sctble_display span {
		display: block;
		width: 243px;
		cursor: default;
	}
	
	a.m_year span,
	a.s_year span { width: 3em }
	a.m_month span,
	a.s_month span,
	a.m_day span,
	a.s_day span { width: 2em }
	a.callback span { width: 9em }

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
	border: solid #dfdfdf 1px;
	border-top: none;
	border-left: none;
	background: #FFFFFF;
}

	div.sctble_mat dl {
		margin: 0;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
		padding: 1em 1em 0;
	}
	
		div.sctble_mat dl dt {
			float: left;
			margin: 0 0 1em 0 !important;
			border: none !important;
			padding: 0 !important;
			width: 4.5em;
			color: #999999;
		}
		
		div.sctble_mat dl dd {
			margin: 0 0 1em 4.5em !important;
			border-left: solid #333 2px !important;
			padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
	}
	div.sctble_mat span.disabled {
		padding-right: .7em;
		color: #888;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptgroup div.body {
	padding: .5em .6em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year div.body,
div.sctble_mat.sctble.m_month div.body {
}
		
	div.sctble_mat.sctble.m_year a,
	div.sctble_mat.sctble.m_month a {
		padding: .4em;
	}
	
	div.sctble_mat.sctble.m_day a {
		display: inline-block;
		width: 1.5em;
		text-align: center;
	}
		
/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #dfdfdf 1px;
	border-left: none;
	width: 130px;
	overflow: auto;
	overflow-x: hidden;
	background: #FFF;
}

div.sBox.s_year { width: 6em }
div.sBox.s_month,
div.sBox.s_day { width: 5em }

	div.sctble_mat.sBox div.body {
		border: none;
		padding: 0;
		line-height: 1.5;
	}

	div.sBox a {
		border: solid #dfdfdf 1px;
		border-top: none;
		border-right: none;
		padding: .3em .5em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {
		border-bottom: none;
	}
	
	div.sBox a:hover {
		background: #eee;
	}
	
	div.sBox a.selected {
		background: #eee;
	}


