@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;
}

.mgt05 {
	margin-top:5px;
}

.mgt10 {
	margin-top:10px;
}

.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;
}

/* ************************ ENTRY ************************* */

.entry{
	width:610px;
	border-bottom:#000 3px solid;
	padding-bottom:10px;
	margin-bottom:6px;
}

.entry p{
	padding-bottom:6px;
	line-height:1.5em;
	font-size:14px;
}

.entry-imgbox{
	width:280px;
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}

.entry h2{
	font-size:16px;
	line-height:130%;
	font-weight:bold;
	padding-bottom:5px;
}

.entry h3{
	font-size:14px;
	line-height:130%;
	font-weight:bold;
	padding-bottom:3px;
}

.entry h4{
	font-size:12px;
	line-height:1.5em;
	padding-bottom:3px;
	font-weight:bold;
}

.entry h5{
	font-size:10px;
	line-height:145%;
	padding-bottom:3px;
}
