﻿/*------------
　　基本
------------*/

@font-face{
	font-family:'WebSubsetFont';
	src:url('../font/WebSubsetFont.woff') format('woff');
}

@font-face{
	font-family:'sorttmillgoudy';
	src:url('../font/SortsMillGoudy.woff') format('woff');
}

*{
	margin:0;
	padding:0;
	background-color: transparent;
	color: #222;
	font-size: 13px;
	font-family:"WebSubsetFont","sorttmillgoudy","Times New Roman","メイリオ",sans-serif;
}

img{
	border:none;
}

a{
	text-decoration:none;
	color:#061014;
}

a:hover,a:active{
	opacity:0.5;
	transition-property:opacity;
	transition-duration:2s;
}



body{
	background:repeating-linear-gradient(-45deg, rgba(80,126,164,0.3),rgba(80,126,164,0.3) 10px,#fff 0,#fff 20px);
	width:100%;
	margin:0;
}

#wrap{
	margin:0 auto;
	margin-bottom:35px;
	padding:0px 10px;
	width:80%;
	background:#f5f5f5;
	box-shadow: 4px 1px 15px 0px rgba(0, 0, 0, 0.62);
}




/*------------
　　リボン
------------*/

*, *::before, *::after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	} 

#ribbon{ 
	margin: 0 auto;
	position: relative; 
	height: 80px; 
	width: 0px; 
	top: 0px; 
	left: 0px; 
	border-left: 100px solid #2a4073; 
	border-right: 100px solid #2a4073; 
	border-bottom: 20px solid transparent;
	}

#ribbon-text{
	text-align: center;
	color: #f5f5f5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	right: 0;
	margin: auto;
	width: 200px;
	height: 30px;
	}

/*------------
　　header
------------*/

header{
	color:#222;
}



h1, h1 a:link, h1 a:visited{
	display:block;
	padding-top:10px;
	font-weight:normal;
	font-size:xx-large;
	text-align:center;
}

ul#menu{
	margin:20px auto;
	display:block;
	text-align:center;
	}

ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}

ul#menu li a{
	font-size:7.5pt;
	}


/*------------
　　main
------------*/

#wrap p{
	margin-bottom:5px;
	padding-left:10px;
	font-size:8pt;
}

#wrap p a{
	color:#84a2d4;
	font-size:8pt;
}



h2{
	text-shadow:4px 2px 2px rgba(0,0,0,0.3);
	background:#696969;
	color:#f5f5f5;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	padding:4px 5px 2px 5px;
	margin:20px auto;
	margin-bottom:0;
}

h3{
	padding-left:8px;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}

.clear{
	clear:both;
}

.space{
	padding-bottom:20px;
}

.space2{
	padding:50px 0;
}

rt{
	font-size:5pt;
	color:#545454;
}


.text{
	text-indent:1em;
}



/*------------
　　footer
------------*/
footer{
	height:30px;
	line-height:30px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:fixed;
	bottom:0;
	display:block;
	background: rgba(169, 169, 169, 0.62);
}

small{
	font-style:normal;
	font-family:"Georgia";
	font-size:80%;
}
