@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px;}
a { font-size: 12px;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(images/bg.png);
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size: 12px;
	color: #000;
}
img { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}

#header {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 95px;
	width: 970px;
	overflow: hidden; color:#FFF;
}
#header_left_img01 {
	float: left;
	padding-right: 15px;
}
#header_left_img02 {
	float: left;
}


#header_right {
	float: left;
	height: auto;
	width: 470px;
	padding-top: 15px;
}
#header_left {
	float: right;
	height: auto;
	width: 430px;
	padding-top: 5px;
}
#header_left_contact {
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding-top: 15px;
}

#header_left_sub {
	background-repeat: no-repeat;
	text-align: right;
}
#header_left_sub_navi {
	color: #333;
}
#header_left_sub_navi a {
	color: #666;
}
#header_left_sub_navi a:hover {
	color: #000;
}



#all { height: auto; width: 970px; margin-right: auto; margin-left: auto;}
a { text-decoration: none;}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

li { list-style-type: none;}



/* Main menu */
 
#menu
{
    width: 100%;
    margin: 0;
    padding: 10px 0px 0 0;
    list-style: none;  
    background: #000066;
    background: -moz-linear-gradient(top, #000066, #000066); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000066),color-stop(0, #000066));
    box-shadow: #000066; white-space: nowrap;
}
 
#menu li
{
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}
 
#menu a 
{
    float: left;
    height: 25px;
    padding: 0 29px;
    color: #fff;
    text-transform: none;
    font: bold 13px/25px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}
 
#menu li:hover > a
{
    color: #CCC;
}
 
*html #menu li a:hover /* IE6 */
{
    color: #999;
}
 
#menu li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(top, #444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));    
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
 
#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menu ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
 
*html #menu ul a /* IE6 */
{
    height: 10px;
    width: 150px;
}
 
*:first-child+html #menu ul a /* IE7 */
{
    height: 10px;
    width: 150px;
}
 
#menu ul a:hover
{
    background: #0186ba;
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#04acec', endColorstr='#0186ba'); /* IE */
}
 
#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
 
#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #031954; 
}
 
#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
 
/* Clear floated elements */
#menu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#top_img {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px; padding-bottom: -5px;
}
#contents {
	clear: both;
	width: 970px;
	overflow: hidden;
	display: block;
}
#contents_left {
	margin: 0px;
	float: left;
	height: auto;
	width: 705px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents_right {
	float: right;
	height: auto;
	width: 250px;
}
.pa_botom15 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#title_bg {
	background-color: #f4f4f4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #FFF;
}
h2 {
	font-size: 14px;
	color: #031954;
}
.sub_title {
	font-size: 12px;
	color: #333;
}
#title_bg h2 img {
	padding-right: 10px;
}
.contents_table {
	padding: 5px;
}

.table_title {
	font-size: 14px;
	font-weight: bold;
}
.c_both {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.boder {
	border: 1px solid #DFDFDF;
	display: block;
	clear: both;
	width: 702px;
	overflow: hidden;
}
#tyu_moku01 {
	list-style-type: none;
	margin: 0px;
	width: 675px;
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#tyu_moku01 li {
	background-color: #000066;
	color: #FFF;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#tyu_moku01 li a {
	color: #FFF;
}
#tyu_moku01 li a:hover {
	color: #FFF; text-decoration: underline;
}


#tyu_moku02 {
	list-style-type: none;
	margin: 0px;
	width: 675px;
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#tyu_moku02 li {
	background-color: #000066;
	color: #FFF;
	width: auto;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#tyu_moku02 li a {
	color: #FFF;
}
#tyu_moku02 li a:hover {
	color: #FFF; text-decoration: underline;
}




#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer_content {
	clear: both;
	width: 970px;
	overflow: hidden;
	display: block;
	height: auto;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 2.0em;
}
#footer_content a {
	color: #333;
}
#footer_content a:hover {
	text-decoration: underline;
}
.footer_copyright {
	text-align: center;
}


.footer_navi {
	text-align: center;
}

.footer_navi a {
	color: #333;
	font-size: 12px;
}
.footer_navi a:hover {
	color: #333;
	text-decoration: underline;
}

.copyright a {
	color: #333;
	text-decoration: underline;
}
.copyright a:hover {
	color: #333;
	text-decoration: none;
}
.scroll {
	width: 695px;
	overflow: scroll;
	height: 280px;
}

.scroll_NewAnken {
	width: 695px;
	overflow: scroll;
	height: 600px;
}

.ankenselect_01 {
	margin: 0px;
	float: left;
	height: auto;
	width: 160px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 13px;
}



.ankenselect_02 {
	margin: 0px;
	float: left;
	height: auto;
	width: 160px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 13px;
}

.ankenselect_03 {
	margin: 0px;
	float: left;
	height: auto;
	width: 160px;

	paddin	g-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 13px;
	padding-top: 15px;
}


.ankenselect_04 {
	margin: 0px;
	float: left;
	height: auto;
	width: 160px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.anken_btn {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}



.pa_top_botom15 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.pa_left_botom15 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pa_top15 {
	padding-top: 15px;
}
.worklist {
	padding: 15px;
}
.worklist a {
	color: #333;
	text-decoration: underline;
}
.worklist a:hover {
	color: #999;
	text-decoration: none;
}
.company_strong {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}


