@charset "utf-8";

/*==新着情報の幅を変更しない==*/

/*==cap02を読み込まない==*/

/*==Navを読み込まない==*/

/*==wrapを読み込まない==*/

/*==矢印画像を追加しない==*/


/*==サイトタイトルのpxを変更しない==*/
* {
	
	margin: 0px;
	
	padding: 0px;
	

}


body {
	
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	
	letter-spacing: 0.2em;
	
	background-color: #e0e0e0;
	
	background-image:url(../images/pinstripe.png);
    
    background-repeat: repeat-x;	

}


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;
	

}


a {
	
	color:#000;
	

}


a:hover {
	
	color:#939;
	
	text-decoration:none;
	

}


.clearfix {
	
	overflow: hidden;
	

}


.mT20 {
	
	margin-top: 20px;	

}


#wrap {
	
	width: 960px;
	
	margin: 0 auto;
	
	position: relative;

}


#header {
	
	width: 100%;
    
    display: block;
    
    margin-bottom: 590px;
    
}


.Mv {
	
	position: absolute;
	
	left: 0;
	
	top: 0;

    right: 0;
	
	z-index: 0;
	

}

.Mv > img{

    width: 960px;
    
    height: auto;
    
    box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
    
}


.head {
	
	padding: 15px;
	
	font-weight:bold;
	

}


.siteTitle a {
	
	font-size: 25px;
	
	color: #fff;
	
	text-decoration: none;
	    
    position: relative;
    
    z-index: 5;
    
    top: 250px;
    
    left: 50px;
    
    background: rgba(84,110,122,0.5);
    
    padding: 60px 20px;
	
    border-radius: 8px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       -ms-border-radius: 8px;
       -o-border-radius: 8px; 

}


#GNav {
	
	position: absolute;
	
	z-index: 5;
	
	top: 0;
    
    right: 0;
	
	width: 100%;
    
    background: rgba(84,110,122,0.5);
    
    overflow: hidden;
    
    padding: 15px 0;	

}


.GNavList {
	
	float: right;
    
    margin-right: 20px;
	
}


.GNavList li {
	
	float: left;
	
	margin-left:15px;
    
    height: 40px;	

}


.GNavList li:hover {
	

}


.GNavList li a {
	
	display: block;
	
	color: #fff;
	
	padding: 0 17px;
	
	font-weight:bold;
	
	text-decoration: none;
	
	    background: rgba(84,110,122,0.2);
    
    line-height: 40px;
	
	border-radius:3px;
       -webkit-border-radius:3px;
       -moz-border-radius:3px;
       -ms-border-radius:3px;
       -o-border-radius:3px;
	
}


.GNavList li a:hover {
	
	background-color:#fff;
	
	color:#7d94e6;
	
}


#Nav {
	
	position: absolute;
	
	z-index: 2;
	
	top: 450px;
		
	width: 100%;
	
	left: 0;
	
    overflow: hidden;

    background: rgba(0,0,0,0.4);
    
    padding: 0 0 10px 0;
    
    border-radius: 6px;
       -webkit-border-radius: 6px;  
       -moz-border-radius: 6px;
       -ms-border-radius: 6px;  
       -o-border-radius: 6px;
    
}

#Nav > .cap02{
    
    padding: 15px 25px;
    
    border-bottom: 1px solid #d1d1d1;
    
    z-index: 5;
    
    position: relative;
    
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
       -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
       -ms-box-shadow: 0 0 5px rgba(0,0,0,0.7);
       -o-box-shadow: 0 0 5px rgba(0,0,0,0.7);
    
}


#MainContents {
	
	padding: 15px;
	
	float: right;
	
	width: 580px;
	
	margin-bottom: 15px;
	
    background: ;
    
    border-radius: 8px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       -ms-border-radius: 8px;
       -o-border-radius: 8px;

}


#SubContents {
	
	float: left;
	
	width: 320px;
  
}

.Nav{
    
    padding: 10px;
    
}

.Nav li {
	
	display: inline-block;
	
	white-space: nowrap;
	
	float: left;
	
	font-size: 12px;
	    
    height: 30px;
	
    margin: 5px;

}


.Nav li a {
	
	padding: 0 10px;
	
	color: #636363;
	
	text-decoration: none;
	
	font-size: 11px;
	
	font-weight:bold;
    
    background: #ececec;
    
    display: block;
    
	line-height: 30px;

    border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       -ms-border-radius: 3px;
       -o-border-radius: 3px;
    
}

.Nav li a:before{
	
	content:">";
	
}


.Nav li a:hover {
	
	color:#49c;
	
	position:relative;
	
	top:2px;
	
	left:2px;
	

}


.cap02 {
	
	font-size: 14px;
	
	color: #555;
	
    padding: 10px;
	
	font-weight:bold;

	background-color:#fff;
    
    border-radius: 4px;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       -ms-border-radius: 4px;
       -o-border-radius: 4px;
    
    border-bottom: 1px solid #d1d1d1;
    
    z-index: 5;
    
    position: relative;
    
    box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
       -webkit-box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
       -moz-box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
       -ms-box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
       -o-box-shadow: 0 8px 6px -8px rgba(0,0,0,0.6);
	
}


#footer {
	
	clear: both;
	
	border-top:1px solid #C1C1C1;
   
    margin: 50px 0 0 0;
    
}


.foot {
	
	color: #333;
	
	padding: 15px;
	

}


.FNav {
	
	text-align: center;
	
	margin-bottom: 30px;
    
    padding: 20px 0 0 0;
	

}


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

}


.copy {
	
	text-align: center;
	
	color:#757575;
	

}


.FNav li a {
	
	color: #757575;
	
	text-decoration:none;
	
	font-weight:bold;
	
	margin:0 10px;
	
	padding:5px 10px;	

}


.FNav li a:hover {
	
	color:#111;
	

}


.cap01 {
	
	color: #fff;
	
	background-color: #ffab91;
	
	padding: 15px;
	
	font-size: 15px;
	
	border:1px solid #e3937b;
	
    border-radius: 8px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       -ms-border-radius: 8px;
       -o-border-radius: 8px;

}


.text01 {
	
	padding: 15px;
	
	line-height: 23px;
	
	letter-spacing: 0.2em;
	
    background: rgba(0,0,0, 0.2);

}


.text02 {
	
	padding: 15px;
	
	line-height: 23px;
	
	letter-spacing: 0.2em;
	
	background: rgba(0,0,0, 0.2);
	

}


.link01 {
	
	padding: 15px;
	
    background: rgba(0,0,0, 0.2);

}


.link01 li {
    
    padding: 10px;
	
    height: 30px;

}

.link01 li a{
    
    line-height: 30px;
    
    padding: 0 10px;
    
    background: rgba(0,0,0,0.3);
    
    display: block;
    
    text-decoration: none;
    
    
    
}

.link01 li a:hover{
    
    color: #fff;
    
    background: rgba(0,0,0,0.8);
    
}

.text03 {
	
	padding: 14px;
	
	line-height: 23px;
	
	letter-spacing: 0.2em;
	
	border-radius:3px;
       -webkit-border-radius:3px;
       -moz-border-radius:3px;
       -ms-border-radius:3px;
       -o-border-radius:3px;
    
    background: rgba(0,0,0, 0.2);

}


.contents {
	
	margin-top: 450px;
	

}


.new {
	
	padding: 10px 5px;
	
    background: rgba(0,0,0, 0.2);
    
}


.new dt {
	
	background-image: url(../images/26p_121.gif);
	
	background-repeat: no-repeat;
	
	background-position: left center;
	
	padding-left: 14px;
	
	color: #000;
	
	font-weight:bold;
    
    margin: 5px 0 0 0;
	

}


.new dd {
	
    margin: 10px 0;

}


.new dd a {
	
	text-decoration:none;
    
    display: block;

	background: rgba(255,255,255, 0.5);
	
    padding: 10px;
    
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;
    
}


.new dd a:hover {

   background: rgba(255,255,255, 1);
   
   color: #49c;

}
