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


body{
	font-size:13px;
	line-height:16px;
	color:#222;
}

h1{
	margin-bottom:5px;

	font-weight:bold;
	text-align:right;
}
h2{
	font-size:20px;
	margin:20px;
	font-weight:bold;
}
h3{
	font-size:15px;
	margin:5px;
	font-weight:bold;
	text-align:center;
	line-height:17px;
}
h4{
	font-size:16px;

	font-weight:bold;
	margin:20px 0px;
}
h5{
	font-size:15px;
	line-height:20px;
		font-weight:bold;
		margin-bottom:20px;
}


.sp{
	width:100%;
	height:0px;
 *************段落落ちしないＣＳＳ****************
    position:relative;
    clear:both;
}
.sp30{
	width:100%;
	height:30px;
 *************段落落ちしないＣＳＳ****************
    position:relative;
    clear:both;
}

.sp50{
	width:100%;
	height:50px;
 *************段落落ちしないＣＳＳ****************
    position:relative;
    clear:both;
}

a:visited{ color: #000;}
a:active{ color: #000;}
a:hover{ color: #FF1111;}
a {text-decoration: none;color: #000;}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
/*----------------------------------
= header
----------------------------------*/

header{
	width:100%;
	height:120px;
	padding:5px 0px 5px 0px;
	background-color:#ADDEF8;
}

.hedBox{
	width:960px;
	height: auto;
	margin:0px auto;
	text-align:right;
	
}
.hed1{
	width:120px;
	height: auto;
	float:left;

	
}
.hed2{
	width:340px;
	height: auto;
	margin-top:25px;
	float:left;
	
	
}
.hed3{
	width:400px;
	height: auto;
	margin-left:100px;
	float:left;
}

/*----------------------------------
= nav
----------------------------------*/
nav{
	width:100%;
	height:30px;
	margin:-26px 0px 0px 0px;
	background-color:#71BADC;
}
.key1{
	width:575px;
	height:auto;
	margin:0 auto;
	padding-left:380px;
}

ul#nav2 li {
    float: left;

    width: 115px;
    height: 30px;
    overflow: hidden;
}

/*----------------------------------
= swf
----------------------------------*/
.swf{
	width:960px;
	height:370px;
	border:1px solid #CCC;
	  -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	 border-radius: 5px;        /* CSS3草案 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	

			***cssでドロップシャドー***
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}
	
/*----------------------------------
= main
----------------------------------*/
.main{
	width:960px;
	height: auto;
	margin:20px auto;
}
.main2{

	margin:0px 20px;
}
.main3{

	margin:0px 50px;
	line-height:22px;
}

/*----------------------------------
= Content
----------------------------------*/
.topContent{
	margin-top:20px;
	margin-bottom:20px;
}
.topCon1{
	width:308px;
	margin:5px;
	margin-bottom:20px;
	float:left;
	border:1px solid #CCC;
	
}

.con001{
	width:308px;
	height:30px;
	text-align:center;
	background-image:url(../../img/03.jpg);
	margin-bottom:5px;
	font-size:15px;
	line-height:30px;
    text-shadow:
	-1px -1px 0 #FFF,
	 1px -1px 0 #FFF,
	 1px  1px 0 #FFF,
	-1px  1px 0 #FFF;	
	font-weight:bold;	
}
.con002{
	width:308px;
	height:30px;
	text-align:center;
	background-image:url(../../img/04.jpg);
	margin-bottom:5px;
	font-size:15px;
	line-height:30px;
    text-shadow:
	-1px -1px 0 #FFF,
	 1px -1px 0 #FFF,
	 1px  1px 0 #FFF,
	-1px  1px 0 #FFF;
	font-weight:bold;	
}
.con003{
	width:308px;
	height:30px;
	text-align:center;
	background-image:url(../../img/05.jpg);
	margin-bottom:5px;
	font-size:15px;
	line-height:30px;
    text-shadow:
	-1px -1px 0 #FFF,
	 1px -1px 0 #FFF,
	 1px  1px 0 #FFF,
	-1px  1px 0 #FFF;
	font-weight:bold;	
}


.topConL{
	width:180px;
	height:auto;
	padding:5px;
	float:left;
}
.topConR{
	width:108px;
	height:auto;
	
	padding:5px;
	float:left;
	font-size:11px;
}
/*----------------------------------
= info
----------------------------------*/
.info{
	width:438px;
	height:auto;
	margin:10px;
	padding:10px;
    border: 1px solid #ccc;
	float:left;

	


     -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	 border-radius: 5px;        /* CSS3草案 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	

			***cssでドロップシャドー***
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}
.info2{
	width:438px;
	height:auto;
	margin:10px;
	padding:10px;
    border: 1px solid #ccc;
	float:left;

	


     -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	 border-radius: 5px;        /* CSS3草案 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	

			***cssでドロップシャドー***
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}

.info2L{
	width:270px;
	height:auto;
	float:left;
	margin:0px 10px 0px 0px;
}
.info2R{
	width:150px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
}



/*----------------------------------
= link
----------------------------------*/
.linkBox{
	width:150px;
	height:auto;
	margin:5px;
	float:left;
}

/*----------------------------------
= box
----------------------------------*/
.box15{
	margin-bottom:15px;
}


.bar1{
	margin:0px 0px 15px 0px;
}
/*----------------------------------
= copy
----------------------------------*/

.copy{
	margin:20px;
	text-align:center;
}


/*----------------------------------
= footer
----------------------------------*/

footer{
	width:100%;
	height:210px;
    color:#e9d1b4;
}


footer a:visited{ color: #e9d1b4;}
footer a:active{ color: #e9d1b4;}
footer a:hover{ color: #FF2D31;}
footer a {text-decoration: none;color: #e9d1b4;}




.footTop{
	text-align:center;
	margin-bottom:-5px;
}

.fotCon{
	width:100%;
	background-image:url(../../img/footer_01.jpg);
	background-repeat:repeat-x;
	background-color:#775640;
	margin:0px;
}

.fotBox{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:15px 5px 5px 5px ;
}

.fotBox1{
	width:120px;
	height:auto;
	float:left;
}

.fotBox2{
	width:190px;
	height:auto;
	float:left;
	margin-left:220px;
	font-size:0.9em;
}
.fotBox3{
	width:190px;
	height:auto;
	float:left;
	font-size:0.9em;
}

.fotBoxL{
	width:360px;
	height:auto;
	float:left;
}

.fotBoxR{
	width:600px;
	height:auto;
	text-align:right;
	float:left;
}

.foothr{
	height: auto;
	padding:0px 0px 7px 0px;

}
	
