@charset "utf-8";

*{
	word-break: break-all;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    text-decoration:none;
}

mark {
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ------------------------- clearFix */

.cFix {
	overflow: hidden;
}

.cFix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html .cFix {
	height: 0;
	overflow: visible;
}
/**/

/* ------------------------- Basic */

body {
	background: url(../img/bk_body.gif);
	background-size: 20px 20px;
}

#container {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

/* header */
h1 {
	margin-top: 8px;
	color: #11164b;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}

#logo {
	margin-top: 8px;
	background: url(../img/logo.png) no-repeat center 0;
	background-size: 168px 31px;
}

#logo a {
	display: block;
	margin-left: 77px;
	width: 168px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	margin-top: 8px;
}

#menu li {
	float: left;
	width: 160px;
	margin-bottom: 1px;
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity:0.70;
	text-align: center;
}

#menu li:nth-child(odd) {
	width: 159px;
	margin-right: 1px;
}

#menu li a {
	display: block;
	width: 160px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.5;
}

#contents {
	margin-left: 15px;
	width: 290px;
	background: #ffffff;
}

#footer {
	margin-top: 15px;
	padding: 8px 0;
	border-top: 1px solid #4392cd;
	text-align: center;
	color: #000000;
	font-size: 80%;
}

/* タイトル */
.title1 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 27px;
	background: url(../img/bk_title1.gif) repeat-x 0 bottom;
	font-weight: bold;
}

/* TOPページ */
#news li {
	margin: 5px 20px 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	font-size: 90%;
}

/* アクセス */
#mapCanvas {
	width: 270px;
	height: 300px;
	margin: 8px 0 0 10px;
}

/* class */
.marT5 { margin-top: 5px; }
.marT8 { margin-top: 8px; }
.marT15 { margin-top: 15px; }
.marT25 { margin-top: 25px; }

.padT15 { padding-top: 15px; }
.padB15 { padding-bottom: 15px; }

.marL15 { margin-left: 15px; }
.marLR20 {
	margin-right: 20px;
	margin-left: 20px;
}

.tCenter { text-align: center; }

.fcRed { color: #ff0000 }
.fcBlue { color: #4672ef; }
.fcPink { color: #CC4466; }

.fs90 { font-size: 90%; }

.fwN { font-weight: normal; }
.strong { font-weight: bold; }

