@charset "utf-8";

/*==wrapを読み込まない==*/
* {
	
	margin: 0px;
	
	padding: 0px;
	

}


body {
	
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	
	letter-spacing: 0.2em;
	
	background-image: url(../images/bg.jpg);
    
    border-bottom: 10px solid rgba(0,0,0,0.5);
	

}


h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	
	margin: 0px;
	
	padding: 0px;
	
	font-size: 11px;
	

}


ul {
	
	list-style-type: none;
	

}


img {
	
	border: none;
	

}


input, textarea, select {
	
	font-size: 1em;
	

}


form {
	
	margin: 0px;
	

}


table {
	
	border-collapse:collapse;
	
	font-size: 100%;
	
	border-spacing: 0;
	

}


.clearfix:after {
	
	content: ".";
	
	display: block;
	
	height: 0px;
	
	clear: both;
	
	visibility: hidden;
	

}


.clearfix {
	
	overflow: hidden;
	

}


.mT20 {
	
	margin-top: 20px;
	

}


.mB20 {
	
	margin-bottom: 20px;
	

}


.head {
	
	width: 300px;
    
    background: #fff;
    
    padding: 15px 0;
    
    border-top-left-radius: 8px;
       -webkit-border-top-left-radius: 8px;
       -moz-border-top-left-radius: 8px;
       -ms-border-top-left-radius: 8px;
       -o-border-top-left-radius: 8px;
    
    border-top-right-radius: 8px;
       -webkit-border-top-right-radius: 8px;
       -moz-border-top-right-radius: 8px;
       -ms-border-top-right-radius: 8px;
       -o-border-top-right-radius: 8px;
    
    margin: 50px 0 0 30px;

    border-top: 2px solid #f69679
    
}


.contents {
	
	width: 1000px;
	
	margin-right: auto;
	
	margin-left: auto;	

}


#Nav {
	
	float: left;
	
	width: 190px;
	

}


#MainContents {
	
	padding: 15px;
	
	float: left;
	
	width: 387px;
	
	background-color: #FFF;
	
}


#SubContents {
	
	float: right;
	
	width: 190px;
	

}


.foot {
	
	width: 1000px;
	
	margin-right: auto;
	
	margin-left: auto;
	

}


#header {
	
	width: 100%;
    display: block;
		
}


Title {
	
	font-size: 18px;
	
	font-weight: bold;

}

.siteTitle{
    
    font-weight: bold;
    
    font-size: 18px;
    
}

.siteTitle a {
	
	color: #333;
	
	text-decoration: none;
    
    text-align: center;
    
    display: block;
	
}

.siteTitle a:hover{
    
    color: #f69679;
    
}


.cap01 {
	
	font-size: 15px;
	
	line-height: 25px;
	
	font-weight: bold;
	
	padding:15px;
	
	margin-bottom:10px;
    
    background: #FFA07A;
    
    color: #fff;
    
    border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -ms-border-radius: 5px;
       -o-border-radius: 5px;
    
    border-bottom: 3px solid #d2744e
	
}


.cap02 {
	
	font-size: 14px;
	
	line-height: 25px;
	
	color: #fff;
	
	font-weight: bold;
	
	background:#FFA07A;
	
    padding: 8px 10px;
    
    border-top-left-radius: 4px;
       -webkit-border-top-left-radius: 4px;
       -moz-border-top-left-radius: 4px;
       -ms-border-top-left-radius: 4px;
       -o-border-top-left-radius: 4px;
    
    border-top-right-radius: 4px;
       -webkit-border-top-right-radius: 4px;
       -moz-border-top-right-radius: 4px;
       -ms-border-top-right-radius: 4px;
       -o-border-top-right-radius: 4px;
    
    text-align: left;
    
}


.new {
	
	margin-top: 15px;
	
	margin-bottom: 15px;
	

}


.new dt {
	
	color: #FFF;
	
	background-color: #663;
	
	line-height: 23px;
	
	padding-left: 10px;
	
	width: 60%;
	

}


.new dd {
	
	padding: 10px;
	

}


.Nav {
	
	padding: 20px 0;
	
}


.Nav li {
	
	padding:10px 0;
	
	border-bottom:1px solid #d1d1d1;
	

}


.Nav li a {
	
    background: url(../images/wmp_11_09.png) no-repeat 15px center;
	
	padding-left:4em;
	
	display: block;
	
	color: #333;
	
	text-decoration: none;
	
	font-weight: bold;
	
    text-align: left;

}


.Nav li a:hover {
	
background: url(../images/wmp_11_06.png) no-repeat 30px center;
	
	padding-left:6em;
	
	display: block;
	
	color: #09F;
	
	text-decoration: underline;
	
	font-weight: bold;
	

}


.text01 {
    
    padding: 20px;
	
	line-height: 28px;
    
    background: #EDEDED;
    
    margin-top: -15px;
    
    border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -ms-border-radius: 5px;
       -o-border-radius: 5px;
	

}


.text02 {
	
	background-color: #FFC;
	
	padding: 10px;
	
	color: #396;
	
	border-radius:10px;
	
	line-height: 28px;
	

}


.text03 {
	
	padding: 10px;
	
	border: 1px dotted #660;
	
	line-height: 28px;
	

}


.blue {
	
	color: #06C;
	

}


.red {
	
	color: #C00;
	

}


.Line {
	
	border-bottom-width: 1px;
	
	border-bottom-style: dotted;
	
	border-bottom-color: #C90;
	

}


.center {
	
	text-align: center;
	

}


#footer {
	
	color: #333;
	
    padding: 40px 0 20px 0;
	
	height:68px;
	
	line-height: 17px;
    
    background: #fff;
    
    border-top-left-radius: 40%;
       -webkit-border-top-left-radius: 40%;
       -moz-border-top-left-radius: 40%;
       -ms-border-top-left-radius: 40%;
       -o-border-top-left-radius: 40%;
    
    border-top-right-radius: 40%;
       -webkit-border-top-right-radius: 40%;
       -moz-border-top-right-radius: 40%;
       -ms-border-top-right-radius: 40%;
       -o-border-top-right-radius: 40%;

    margin: 50px 0 0 0;
    
    border-top: 5px solid #f69679;
    
}


.copy {
	
	font-size: 11px;
	
	text-align: center;
    
}


.new dd a {
	
	color: #660;
	

}


.link01 {
	
	padding: 10px;
    
    background: #ededed;
	
    border-bottom-left-radius: 5px;
       -webkit-border-bottom-left-radius: 5px;
       -moz-border-bottom-left-radius: 5px;
       -ms-border-bottom-left-radius: 5px;
       -o-border-bottom-left-radius: 5px
    
    border-bottom-right-radius: 5px;
       -webkit-border-bottom-right-radius: 5px;
       -moz-border-bottom-right-radius: 5px;
       -ms-border-bottom-right-radius: 5px;
       -o-border-bottom-right-radius: 5px;

}


.link01 li {
	
	margin-bottom: 10px;
	
	list-style-position: inside;
	
	list-style-image: url(../images/arrow073_02.gif);
    
    padding: 8px 15px;
	
}

.link01 li a{
    
    color: #454545;
    text-decoration: none;
    transition: all .4s ease-out;
       -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
       -ms-transition: all .4s ease-out;
       -o-transition: all .4s ease-out;
    
}

.link01 li a:hover{
    
    padding-left: 25px;
    
    transition: all .4s ease-in;
       -webkit-transition: all .4s ease-in;
       -moz-transition: all .4s ease-in;
       -ms-transition: all .4s ease-in;
       -o-transition: all .4s ease-in;
    
    color: #3498db;
    
}


#Contents02 {
	
	width: 1000px;
	
	margin-right: auto;
	
	margin-left: auto;
	
	margin-top: 360px;
	
	margin-bottom: 15px;
	

}


#MainContents2 {
	
	float: right;
	
	width: 675px;
	
	background-color: #FFF;
	
	margin-bottom: 5px;
	
	margin-left: 2px;
	
	margin-right: 3px;
	
	padding:15px;
	
	border-radius:5px;
       -webkit-border-radius:5px;	
       -moz-border-radius:5px;	
       -ms-border-radius:5px;	
       -o-border-radius:5px;	

}


#subContents2 {
	
	float: left;
	
	width: 256px;
	
	background-color:#FFF;
	
	border-radius:5px;
       -webkit-border-radius:5px;
       -moz-border-radius:5px;
       -ms-border-radius:5px;
       -o-border-radius:5px;

	margin-left: 2px;	
    
    text-align: center;

}

#subContents2 p > img{
    
    width: 90%;
    height: auto;
    margin: 0 0 15px 0;
    
}


.textBox02 {
	
	padding: 15px 25px;
	
	margin:0;
	
	border-radius:0 0 10px 10px;
	
	margin-bottom:30px;
    
    background: #ededed;
	

}


.caption03 {
	
	background:#FFA07A;
	
	font-size: 14px;
	
	line-height: 30px;
	
	font-weight: bold;
	
	color: #FFF;
	
	padding-left: 20px;
	
	margin-top:15px;
	
    border-top-left-radius: 5px;
       -webkit-border-top-left-radius: 5px;
       -moz-border-top-left-radius: 5px;
       -ms-border-top-left-radius: 5px;
       -o-border-top-left-radius: 5px;
    
    border-top-right-radius: 5px;
       -webkit-border-top-right-radius: 5px;
       -moz-border-top-right-radius: 5px;
       -ms-border-top-right-radius: 5px;
       -o-border-top-right-radius: 5px;
    
}


.new2 dt {
	
	font-size: 14px;
	
	font-weight: bold;
	
	color: #09F;
	

}


.new2 dd {
	
	margin-bottom: 7px;
	
	padding-top: 5px;
	
	padding-right: 5px;
	
	padding-bottom: 5px;
	
	padding-left: 10px;
	
	border-bottom-width: 1px;
	
	border-bottom-style: dashed;
	
	border-bottom-color: #d1d1d1;
	

}


.new2 dd a {
	
	color:#333;
	
	text-decoration: none;
	
}

.new2 dd a:hover{
    
    margin-left: 30px;
    
}


.new2 dd a:hover {
	
	color:#09F;
	
	text-decoration:none;
	

}


#GNav {
	
	background:#FFA07A;
	
	height:40px;
	
	line-height: 40px;
    
    margin: 0 0 0 0;
    
    border: 10px solid #fff;
    
    border-top-left-radius: 8px;
       -webkit-border-top-left-radius: 8px;
       -moz-border-top-left-radius: 8px;
       -ms-border-top-left-radius: 8px;
       -o-border-top-left-radius: 8px;
    
    border-top-right-radius: 8px;
       -webkit-border-top-right-radius: 8px;
       -moz-border-top-right-radius: 8px;
       -ms-border-top-right-radius: 8px;
       -o-border-top-right-radius: 8px;
}


.GNavList {
	
	width: 999px;
	
	margin-right: auto;
	
	margin-left: auto;
	

}


.GNavList li {
	
	display: block;
	
	float: left;
	
	margin-right: 5px;
	
	margin-left: 5px;
	

}


.GNavList li a {
	
	color: #FFF;
	
	text-decoration: none;
	
	font-weight: bold;
	
	display: block;
	
	/* padding-top: 5px;
	*/
        padding-right: 10px;
	
	/* padding-bottom: 5px;
	 */
        padding-left: 10px;
	

}


.GNavList li a:hover {
	
	color: #fefefe;
	
	text-decoration: none;
	
	font-weight: bold;
	
	display: block;
	
    background-color: #fb8657;
	

}


.FNav li {
	
	display: inline;
	
	margin-right: 5px;
	
	margin-left: 5px;
	
	white-space: nowrap;
	

}


.FNav li a {
	
	background: url(../images/point009_05.png) no-repeat left center;
	
	padding-left:1.5em;
	
	color: #333;
    
    text-decoration: none;

}

.FNav li a:hover {
	
	background: url(../images/point009_06.png) no-repeat left center;
	
	padding-left:1.5em;
	
	color: #09F;
	

}


.FNav {
	
	text-align: center;
	
	margin-bottom: 25px;
	

}


#wrap {
	
	margin: auto;
	
	width:1000px;
    
    position: relative;
	
}


.Mv {
	
	position:absolute;
	
	top:117px;
	
	left:0;
	
	width:100%;
	
	height:auto;
    
}
.Mv > img{
    width: 98%;
    height: auto;
    border: 10px solid #fff;
    border-bottom-left-radius: 8px;
       -webkit-border-bottom-left-radius: 8px;
       -moz-border-bottom-left-radius: 8px;
       -ms-border-bottom-left-radius: 8px;
       -o-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
       -webkit-border-bottom-right-radius: 8px;
       -moz-border-bottom-right-radius: 8px;
       -ms-border-bottom-right-radius: 8px;
       -o-border-bottom-right-radius: 8px;
}
