/*書式設定
----------------------------------*/

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size:14px;
	line-height: 175%;
	letter-spacing: 0.3em;

}
html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}

td{
	margin:0;
	padding:0;
	vertical-align:top;
	text-align: left;
	white-space: normal;
}
a:focus{
	-moz-outline-style:none;
}
.box_1100_01{
	width:1100px;
	background-color:#038DE6;
}

.box_1100_02{
	width:1100px;
	background-color:#97CF00;
}

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

/*====================================
basic
====================================*/

#pr_01WRAPPER{
	width: 100%;
}

.pr_02{
	height:404px;
	width: 100%;
	background-color:#038DE6;
}

.pr_03{
	height:404px;
	width: 100%;
	background-color:#97CF00;
}

.pr_04{
	width: 100%;
	background-color:#ffffff;
	padding:65px 0 40px 0;
}

.pr_FOOT{
	margin-top:30px;
	height:350px;
	width: 100%;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 0 0 0px 0;
	background-color:#00674A;
	background-image:url(../images/foot_back.gif);
}


/*====================================
box
====================================*/


.menu{
	width:100%;
	background-color:#5B6677;
	
}

.menu_box{
	width:1100px;
	background-color:#5B6677;
}

.pr_logo{
	padding-right:160px;
}

.main_pic{
	padding:70px 0 65px 0;	
}

.menu_02{
	width:100%;
	height:56px;
	background-image:url(../images/menu_back.gif);
	background-repeat:repeat-x;
}

.hyou_ma{
	margin: 10px 0 0 0;
}

.foot_border{
	width:100%;
	height:2px;
	background-color:#CDD1D6;
	margin:25px 0;
}

.copy{
	font-size:9px;
	letter-spacing: 0.2em;
	padding-bottom:30px;
}

/*====================================
table
====================================*/

table.company {
    width: 400px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}

table.company td {
    padding: 10px;
}

table.company td {
    padding-left: 0px;
}

table.company2 {
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}

table.company2 td {
    padding: 10px;
}

table.company2 td {
    padding-left: 0px;
}


/*====================================
padding
====================================*/
.t70{
	padding: 70px 0px 0px 0px ;
}

.t55{
	padding: 55px 0px 0px 0px ;
}
.tb45{
	padding: 45px 0px 45px 0px ;
}
.t30{
	padding: 30px 0px 0px 0px ;
}

.b30{
	padding: 0px 0px 30px 0px ;
}
.b200{
	padding: 0px 0px 200px 0px ;
}
.tb20{
	padding: 20px 0px 20px 0px ;
}
/*====================================
hidden
====================================*/
em{
	display: block;
	text-indent: -9999px;
}
/*MacIE HACK------------------- \*//*/
em{
	height:0px;
	width:0px;
	overflow:hidden;
}
/*====================================
float
====================================*/
.flL {
	float:left;
	display: block;
}

.flR {
	float:right;
	display: block;
}

/*====================================
link
====================================*/
a:link {
	color: #038DE6;
	text-decoration: none;
}
a:visited {
	color: #038DE6;
	text-decoration: none;
}
a:active {
	color: #97CF00;
	text-decoration: none;
}
a:hover {
	color:#97CF00;
	text-decoration: underline;
}

/*====================================
font
====================================*/
.bold{
font-weight: bold;
}

.tx10 {
font-size:10px;
line-height: 195%;
}
.tx11 {
font-size:11px;
line-height: 180%;
}
.tx12 {
font-size:12px;
line-height: 200%;
}
.tx14 {
font-size:14px;
}
.blue {
color: #038DE6;
font-weight:bold;
}
.red_01 {
color: #982820;
}
.tx_green {
	color:#009933;
}
.tx_white {
	color:#ffffff;
}

/*====================================
clearfix
====================================*/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
/* Hides from IE-mac ￥*//*/
	height: auto;
	overflow: hidden;
/* End hide from IE-mac */
}
/*----------------------------------*/
.clear0 {
	clear: both;
	height: 0px;
}



#page-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	font-size: 77%;
}
#page-top a {
	background: #3394C5;
	font-size: 32px;
	text-decoration: none;
	color: #fff;
	width: 55px;
	padding: 18px 0;
	text-align: center;
	display: block;
	border-radius: 100px;
}
#page-top a:hover {
	text-decoration: none;
	background: #6CC2E9;
}

