@charset "utf-8";
/* CSS Document */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6,strong {
font-style: normal;
font-weight: normal;
font-size: 1.0em;
}

table {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}

caption,th {
text-align:left;
font-weight:normal;
}

table,th,td,img {border:0;}


img,input {
vertical-align:middle;
}

.rollover{
}

.clearfix {
zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
p{
	margin-bottom:1em;
}
hr{
color:#ddd;
border:0;
height:1px;
background-color:#ddd;
margin:0 0 10px;
padding:0;
}


body {
color:#333;
font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Verdana, Geneva, Arial, sans-serif;
line-height:1.5;
margin:0;
padding:0;
min-width:930px;
}

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; background-color: transparent; color: #333; -webkit-font-smoothing: antialiased; }

/* default */

input,textarea {
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
padding:2px;
font-weight:normal;
}


a{
color:#448ac9;
outline:none;
text-decoration:none;
}
a:hover{

}


ol,ul{
margin-bottom:1em;
padding:0 0 12px 22px;
}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.centerButton{
	text-align:center;
	padding:10px 0;
	margin:0;
}
.width5{width:5% !important}
.width10{width:10% !important}
.width15{width:15% !important}
.width20{width:20% !important}
.width25{width:25% !important}
.width30{width:30% !important}
.width33{width:33% !important}
.width40{width:40% !important}
.width45{width:45% !important}
.width50{width:50% !important}
.width55{width:55% !important}
.width60{width:60% !important}
.width70{width:70% !important}
.width80{width:80% !important}
.width90{width:90% !important}
.width100{width:99% !important}
.height100{height:100px;}
.height150{height:150px;}
.height200{height:200px;}
.height300{height:300px;}
.height400{height:400px;}
.height500{height:500px;}

.nm{margin:0 !important}
.nmb{margin-bottom:0 !important}
.mt5{margin-top:5px !important}
.mt10{margin-top:10px !important}
.mt15{margin-top:15px !important}
.mt20{margin-top:20px !important}
.mt25{margin-top:25px !important}
.mt30{margin-top:30px !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb100{margin-bottom:100px !important}
.mv50{margin:50px 0!important}



.bold{
	font-weight:bold;
}
hr.clear{
	clear:both;
	line-height:0;
	height:0;
}
.red{color:#dd0000}
.orange{color:#ff6000}
.large{font-size:1.2em}
.small{font-size:0.8em;}

.fl{float:left;width:49%}
.fr{float:right;width:49%}

.posr {
	position: relative;
}
.pp {
	position: absolute;
	right: 0px;
}