@import"reset.css";
@import"skeleton.css";
@import url(http://fonts.googleapis.com/css?family=Acme:400,900);
@font-face {
	font-family: 'あずきフォント';
	src: local('あずきフォント');
	src: url('../font/azuki.ttf') format('truetype'),
	url('fonts/azuki.eot?') format('oldIE'),
	url('fonts/azuki.svg') format('svg'),
	url('fonts/azuki.woff') format('woff');}
	
/*--------------------------------------
         CSS BASE
--------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body{
	background: #e6e6e6 url(header_bg.png) repeat;
	background: rgba(230, 230, 230, 0.95) url(header_bg.png) repeat;
	color: #373737;
	font:14px/18px Arial, Helvetica, ＭＳ Ｐゴシック, sans-serif;
	-webkit-text-size-adjust: none;
	min-width:960px;
	position:relative;
}
a{color:#53a5a5;outline:none;cursor:pointer;text-decoration:none;}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/*--------------------------------------
         HEADER
--------------------------------------*/
header{
	margin-top:20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
header h1{
	font-family: 'Acme', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
	line-height: 35px;
	position: relative;
	font-weight: 600;
	color: #2f2f2f;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
header h1 span{
	color: #898989;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
header h2, p.info{
	font-family: 'あずきフォント', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
header h3 {  
	display: block;  
	width: 50px;  
	height: 50px; 
	margin-top:0px; 
	padding:0px 0 0px 5px;
	float: left; 
	z-index: 1000;
	}  

header h3 a {  
	background: url(smile_icon50.png) left top no-repeat;  
	display:block;  
	width:50px; 
	height:50px;
	}
header h3 a:hover { 
	background-position: right top;
	}  
/*--------------------------------------
         NAVIGATION FOR SAMPLE
--------------------------------------*/
.demonavi{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.demonavi a{
    display: inline-block;
	margin: 0px 4px;
	padding: 4px 8px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 18px;
	border-radius: 3px;
	background: rgba(87,86,81,0.3);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.demonavi a:hover{
	background: rgba(87,86,81,0.8);
}
.demonavi a.current,
.demonavi a.current:hover{
	background: rgba(87,86,81,0.8);
}
/*--------------------------------------
              GRID FOR SAMPLE
--------------------------------------*/
	/* Grid */
	#grid .column,
	#grid .column2,
	#grid .columns2,
	#grid .column3,
	#grid .columns3,
	#grid .columns {
		background: #ddd;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
		text-align: center;
		text-transform: uppercase;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		-moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-radius: 2px; }
	#grid .column:hover,
	#grid .column2:hover,
	#grid .columns2:hover,
	#grid .column3:hover,
	#grid .columns3:hover,
	#grid .columns:hover {
		background: #bbb;
		color: #333; }

#grid .alpha{
background: #6d6966;
color: #FFF;
}

#grid .omega{
	background: rgba(109,105,102,0.3);
color: #FFF;
}
/*--------------------------------------
              FOOTER
--------------------------------------*/
footer{ margin:0 auto;position:relative;overflow:hidden;
padding:20px 0 40px 0; text-align:center;}
footer a{ color:#fff;}

/*--------------------------------------
              BACK TO TOP
--------------------------------------*/
#backtop {
	position: fixed;
	margin-left:10px;
	bottom: 15px;
	z-index: 1000;
}
#backtop span {
	width: 58px;
	height: 30px;
	display: block;
	background: url(navi_top.png)no-repeat;

}
#backtop a:hover span {
	background:url(navi_top.png)no-repeat rgba(87,86,81,0.1);
}
#subcontent1{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 8px;
		 -webkit-border-radius: 8px;
		 border-radius: 8px;
 		height: 480px;
		line-height: 480px;
 		margin-bottom: 10px;
 }
#subcontent1:hover {
		background: #bbb;
		color: #333; }
#subcontent2{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 8px;
		 -webkit-border-radius: 8px;
		 border-radius: 8px;
 		height: 445px;
		line-height: 445px;
 		margin-bottom: 10px;
 }
#subcontent2:hover {
		background: #bbb;
		color: #333; }
#subcontent3{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 7px;
		 -webkit-border-radius: 7px;
		 border-radius: 7px;
 		height: 410px;
		line-height: 410px;
 		margin-bottom: 10px;
 }
#subcontent3:hover {
		background: #bbb;
		color: #333; }

#subcontent4{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 7px;
		 -webkit-border-radius: 7px;
		 border-radius: 7px;
 		height: 375px;
		line-height: 375px;
 		margin-bottom: 10px;
 }
#subcontent4:hover {
		background: #bbb;
		color: #333; }
#subcontent5{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 6px;
		 -webkit-border-radius: 6px;
		 border-radius: 6px;
 		height: 340px;
		line-height: 340px;
 		margin-bottom: 10px;
 }
#subcontent5:hover {
		background: #bbb;
		color: #333; }
#subcontent6{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 8px;
		 -webkit-border-radius: 6px;
		 border-radius: 6px;
 		height: 305px;
		line-height: 305px;
 		margin-bottom: 10px;
 }
#subcontent6:hover {
		background: #bbb;
		color: #333; }
#subcontent7{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 5px;
		 -webkit-border-radius: 5px;
		 border-radius: 5px;
 		height: 270px;
		line-height: 270px;
 		margin-bottom: 10px;
 }
#subcontent7:hover {
		background: #bbb;
		color: #333; }
#subcontent8{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 5px;
		 -webkit-border-radius: 5px;
		 border-radius: 5px;
 		height: 235px;
		line-height: 235px;
 		margin-bottom: 10px;
 }
#subcontent8:hover {
		background: #bbb;
		color: #333; }
#subcontent9{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
 		height: 200px;
		line-height: 200px;
 		margin-bottom: 10px;
 }
#subcontent9:hover {
		background: #bbb;
		color: #333; }
#subcontent10{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
 		height: 165px;
		line-height: 165px;
 		margin-bottom: 10px;
 }
#subcontent10:hover {
		background: #bbb;
		color: #333; }
#subcontent11{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 3px;
		 -webkit-border-radius: 3px;
		 border-radius: 3px;
 		height: 130px;
		line-height: 130px;
 		margin-bottom: 10px;
 }
#subcontent11:hover {
		background: #bbb;
		color: #333; }
#subcontent12{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 3px;
		 -webkit-border-radius: 3px;
		 border-radius: 3px;
 		height: 95px;
		line-height: 95px;
 		margin-bottom: 10px;
 }
#subcontent12:hover {
		background: #bbb;
		color: #333; }
		
#subcontent13{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-radius: 2px;
 		height: 60px;
		line-height: 60px;
 		margin-bottom: 10px;
 }
#subcontent13:hover {
		background: #bbb;
		color: #333; }
#subcontent14{
		background: #ddd;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		-moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-radius: 2px;
 		height: 25px;
		line-height: 25px;
 		margin-bottom: 10px;
 }
#subcontent14:hover {
		background: #bbb;
		color: #333; }
@media only screen and (max-width: 767px) {
 body{min-width:420px;}
}		 
@media only screen and (max-width: 479px) {
 body{min-width:300px;}
}