@charset "utf-8";

/* CSS Document */

/*
===========================================================
	Base Fonts
	Copyright (c) 2012, UNITED WAVE All rights reserved.
===========================================================
*/
/*
===========================================================
	h1
===========================================================
*/
h1 {
	font-size: 11px;
	text-align: right;
}
/*
===========================================================
	リンク
===========================================================
*/
/*
===========================================================
	リンク
===========================================================
*/
a {
	font-size: 14px;
}

a:link {
	color: #09F;
	text-decoration: underline;
}

a:visited {
	color: #09F;
	text-decoration: underline;
}

a:hover {
	color: #75C8FF;
	text-decoration: underline;
}

a:active {
	color: #75C8FF;
	text-decoration: underline;
}

/*
===========================================================
マージン
===========================================================


*/
/*top*/

.mgT15mgB15 {
	margin-top:15px;
	margin-bottom: 15px;
}
.mgT5 {
	margin-top:5px;
}

.mgT10 {
	margin-top:10px;
}

.mgT15 {
	margin-top:15px;
}

.mgT20 {
	margin-top:20px;
}

.mgT25 {
	margin-top:25px;
}

.mgT30 {
	margin-top:30px;
}

.mgT35 {
	margin-top:35px;
}

.mgT40 {
	margin-top:40px;
}

.mgT45 {
	margin-top:45px;
}

.mgT50 {
	margin-top:50px;
}

/*bottom*/
.mgB5 {
	margin-bottom:5px;
}

.mgB10 {
	margin-bottom:10px;
}

.mgB15 {
	margin-bottom:15px;
}

.mgB20 {
	margin-bottom:20px;
}

.mgB25 {
	margin-bottom:25px;
}

.mgB30 {
	margin-bottom:30px;
}

.mgB35 {
	margin-bottom:35px;
}

.mgB40 {
	margin-bottom:40px;
}

.mgB45 {
	margin-bottom:45px;
}

.mgB50 {
	margin-bottom:50px;
}
/*Text-align
-------------------------------------------*/
.txaL {
	text-align:left;
	}

.txaR {
	text-align:right;
	}

.txaC {
	text-align:center;
	}	


/*Float
-------------------------------------------*/
.flL, .boxL {
	float:left;
	}

.flR, .boxR {
	float:right;
	}
.photoFrameR {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}	
.photoFrameL {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

	/* Back to TOP--------------------------------- */
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 90%;
 }
#back-top a {
    width: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #eee url(../../img/common/arrow.gif) no-repeat center center;
/* rounded corners */
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#back-top a:hover span {
    background-color: #eee;
}	
.clearboth {
	clear: both;
}
