@charset "utf-8";
/* CSS Document */

a{
	color:#FF0033;
	text-decoration:none;
}
		
a:hover{
	color:#563900;
	text-decoration:underline;
}

img{
	border:none;
}

.clear{
		clear:both;
		width:1px;
		height:1px;
		overflow:hidden;
		}

.mgb05 {
	margin-bottom:5px;
}

.mgb10 {
	margin-bottom:10px;
}

.mgb15 {
	margin-bottom:15px;
}

.mgb20 {
	margin-bottom:20px;
}

.mgb30 {
	margin-bottom:30px;
}

.mgt05 {
	margin-top:5px;
}

.mgt10 {
	margin-top:10px;
}

.mgt15 {
	margin-top:15px;
}

.mgt39 {
	margin-top:39px;
}

.mgr04 {
	margin-right:4px;
}

.pdb10{
	padding-bottom:10px;
}

.pdb20{
	padding-bottom:20px;
}

.tac{
	text-align:center;
}

.tar{
	text-align:right;
}

.pdt10{
	padding-top:10px;
}

/* --------- WORDPRESS FIX ---------------*/

p img {
    padding: 0;
    max-width: 100%;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* ************************ TEXT CLASS ************************* */
p.txt10{
	font-size:10px;
	line-height:150%;
}

/* ************************ FOOTER NAVIGTION ************************* */
.navigation{
	text-align:center;
}


/* ************************ FOOTER ************************* */

#footer{
	clear:both;
	width:960px;
	height:64px;
	background:#000;
	margin:0px auto 3px;
}

.footer-navi {
	/*width: 39px;*/
	overflow: hidden;
	/*height: 11px;*/
	color:#FFF;
	margin:0px 0px 0px 0px;
	padding:43px 0px 0px 10px;
	float:left;
}

.footer-navi ul#footer-navi-list li {
    float: left;
    /*margin-left: 10px;*/
	list-style : none;
	font-size:10px;
}

.footer-navi ul#footer-navi-list li a {  
    text-decoration: none;
	color:#FFF;
}  

.footer-navi ul#footer-navi-list li a:hover {
    text-decoration: none;
	color:#FFCC00;
}

div#ilm {
	float:right;
	padding:10px 10px 0px 0px;
}

div#cpright{
	width:960px;
	margin:0px auto 16px;
}

div#cpright p{
	color:#333;
	text-align:right;
	font-size:9px;
}


span.morebt{
	width:38px;
	height:11px;
	display:block;
	float:right;
	margin-top:6px;
}

span.morebt{
	text-indent: -9999px;
}

span.morebt a{
    background: url(../common_img/bt_more.gif) no-repeat 0px 0px;
	height:11px;
	width:38px;
	display:block;
}

span.morebt a:hover{
    background: url(../common_img/bt_more.gif) no-repeat 0px -11px;;
	width:38px;
	cursor: pointer;
}

div#before{
	width:43px;
	height:11px;
	display:block;
	float:left;
}

div#before p{
	text-indent: -9999px;
}

div#before a{
    background: url(../common_img/bt_prev.gif) no-repeat 0px 0px;
	height:11px;
	width:43px;
	display:block;
}

div#before a:hover{
    background: url(../common_img/bt_prev.gif) no-repeat 0px -11px;;
	width:43px;
	cursor: pointer;
}

div#next{
	width:43px;
	height:11px;
	display:block;
	float:right;
}

div#next p{
	text-indent: -9999px;
}

div#next a{
    background: url(../common_img/bt_next.gif) no-repeat 0px 0px;
	height:11px;
	width:43px;
	display:block;
}

div#next a:hover{
    background: url(../common_img/bt_next.gif) no-repeat 0px -11px;;
	width:43px;
	cursor: pointer;
}