@charset "utf-8";
/* CSS Document */

/*** Reset ***/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, big,
em, img, small, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, 
caption, article, aside, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html{
    overflow-y:scroll;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}
input, textarea,{
	margin:0;
	padding:0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse:collapse; 
    border-spacing:0;
	word-break:break-all;
}
tbody, tfoot, thead, th, tr, td, {
	vertical-align:middle;
}
caption, th{
    text-align:left;
}
a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom:1;  
}

table { width:100%;}

a:link { color:#000; text-decoration:none;}
a:visited {color:#252525;}
a:hover {color:#378b0d;}
a:active {color:#8d8d8d;} 
a,a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.imglink { border:none; text-decoration:none;}
.clap {color:#58a164;}

.text-out {
	font:1px/1px sans-serif;
	display:none;
	text-decoration:none;
	text-indent:-9999em;
	overflow:hidden;
}
.rounded {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
i { margin-right:6px; }
.ls { float:left;}
.rs { float:right;}
.dno { display:none; }

/*** Main ***/

body {
    background: url('../img/bg.gif') repeat;
    background-color:#fff;
	color:#000;
	font-family:Meiryo, sans-serif, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", ;
	font-size:13px;
    min-width:960px;
}
.container {
	margin: 0 auto;
	text-align:center;
	max-width: 960px;
	overflow:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	margin:0;
	padding:0;
    font-weight: 700;
    letter-spacing: 1px;
}

p { color: #000; line-height:160%;}
i { margin-right:6px; }

/* margins */
.mgnbot-0{margin-bottom:0;}
.mgnbot-10{margin-bottom:10px;}
.mgnbot-20{margin-bottom:20px;}
.mgnbot-30{margin-bottom:30px;}
.mgnbot-40{margin-bottom:40px;}
.mgnbot-50{margin-bottom:50px;}

hr{
	width:100%;
	height:1px;
	border:none;
	border-top:dashed 1px #693;
	color:#FFFFFF;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/******* Header *******/

header {
	width:100%;
	border-top:3px solid #cd0067;
}
header h1 {
	width:270px;
	height:70px;
	margin:20px 0;
	float:left;
}
header h2 {
	width:300px;
	height:105px;
	margin:0 10px 16px 90px;
	float:left;
}

.mmbox {
	width:280px;
	margin:20px 0;
	float:right;
	text-align: right;
}
.mmbox ul {
	list-style: none; 
	padding:0;
	margin-bottom:6px;
}
.mmbox li {
	padding: 0; 
	margin: 0;
	float: right;
}
.mmbox li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 10px;
}
.mmbox li a:hover{
	background:url("../img/link1.png") no-repeat left center;
}
.mmbox p {
	margin-right: 10px;
	display: block;
	clear:both;
}

/******* Main *******/

main {
	overflow:auto;
}

.corner {
	margin:26px auto;
	text-align:center;
}
.corner img {
	margin:0 6px;
}

.banaBox {
	width:440px;
	margin-bottom:20px;
}
.banaBox img {
	margin-bottom:10px;
}


/* Breadcrumb */

.breadcrumb {
  background-color:#fff;
  margin-bottom:20px;
  padding:0;
}
.breadcrumb li+li:before {
  content:'»';
}

/* Bottom Nav */

nav {
	width:960px;
	margin:0 auto;
	padding:16px 0;
	border-top:1px dashed #693;
	border-bottom:1px dashed #693;
	text-align:center;
}
nav li {
	border-left:1px solid #CCC;
	padding-left:8px;
	margin-left:8px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
nav li:first-child{
	border-left:none;
}
	
/******* Footer *******/

footer {
    width:100%;
	margin-top:26px;
	padding-bottom:20px;
	border-bottom:3px solid #cd0067;
}
footer .container {
	text-align:left;
}
footer h2 {
	width:335px;
	height:30px;
	margin-bottom:20px;
	clear:both;
}
.ttl_r {
	font-weight:bold;
	color:#cd0067;
	margin-right:8px;
}
.ttl_g {
	font-weight:bold;
	color:#3a7a1b;
	margin-right:8px;
}