@charset "utf-8";

/* ************************************************
                                                 
　サイト全体の基本スタイル

************************************************ */ 

* {
	line-height: 1.4;
}
a:focus{
	outline:none;
}
p{
	margin-bottom:1em;
}
#main p strong{
	font-size:123.1%;
}	


/*　hypertext
-----------------------------------*/
a:link, a:visited {
	color: #ff7000;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

a.exlink{
	padding-right:15px;
	background:url(../img/icon_exlink.gif) no-repeat center right;
}

/* clearfix
---------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: " ";
}

.clearfix {
	display: inline-block;
}

/* \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end */

/* float
----------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

/* text-align
----------------------------------- */
.tCenter{
	text-align:center;
}

.tRight{
	text-align:right;
}

