@charset"Shift_JIS";

/*** ------------------------------------------------------------- ハック ***/
.clearfix:after{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
    display:inline-table;
}
/*Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */

/*** ------------------------------------------------------------- リセット ***/
body,div,dl,dt,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
	font-weight: normal;
	font-size: 12px;
}

table { border-collapse:collapse; border-spacing:0; }

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }

li { list-style:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}

q:before,q:after { content:''; }

abbr,acronym { border:0; font-variant:normal; }

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input,textarea,select {
    font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
    *font-size:100%;
}

legend { color:#000000; }

img {
    vertical-align:bottom;
}

/*** ------------------------------------------------------------- 共通 ***/
* {
	margin:0px;
	padding:0px;
}
a:link {
	color:#339900;
	text-decoration:none;
} 
a:visited {
	color:#339900;
	text-decoration:none;
} 
a:hover {
	color:#ACD630;
	text-decoration:underline;
}
a:active {
	color:#ACD630;
	text-decoration:underline;
	font-size: 14px;
}


.red {
	color:#FF0000;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
}
.bleu {
	color: #00B6EA;
	font-weight: bold;
}
.green {
	background: #EBF4E1;
}
.orange {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}

.u-line {
	text-decoration: underline;
    
}
.font10 {
	font-size: 11px;
}
.font14 {
	font-size: 14px;
}
img {
    border:none;
}

.ptop {
	text-align:right;
	clear: both;
	padding: 20px 0px;
	border-top: 1px dotted #339900;
	margin: 20px 0px 0px;
}

#main .pankuzu {
	padding: 0px 10px 10px;
	font-size: 1.0em;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#666666;
	background-image: url(../../img/body-bg.gif);
	background-repeat: repeat-x;
	line-height: 140%;
	font-size: 12px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
#wrapper {
	margin:0px auto;
	width:900px;
	text-align:left;
	position:relative;
}

#cont {
	width:900px;
	clear:both;
}

.banner {
	padding: 0px 0px 30px;
}


/*** ------------------------------------------------------------- フッター ***/
#footer {
	clear:both;
	background: #339900 url(../../img/footer-bg.gif) repeat-x;
	color: #FFFFFF;
}
#footer .footer-menu {
	margin: 0px auto;
	width: 900px;
	padding: 20px 0px 10px;
	border-bottom: 3px double #F1E33A;
}

.foot-navi {
	margin: 0px auto;
	padding: 10px 0px;
	width: 900px;
	line-height: 160%;
}

.footer-p {
	margin: 0px auto;
	width: 900px;
	padding: 15px 0px 20px;
	font-size: 12px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
} 
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
} 
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#wrapper #cont #txt-m {
	font-size: 96%;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
