@charset "UTF-8";


/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}


html{
    height:100%;
	background: url(../images/bg_body.jpg) repeat;
}
body{
    height:100%;
	color: #753a3a;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

* html div#container{
    height:100%;
}

a:link { color: #9b3535; text-decoration: underline;}
a:visited { color: #333; text-decoration: underline;}
a:hover, a:active { color: #cc0000; text-decoration: underline;}

#header a:link, #navi a:link { color: #753a3a; text-decoration: none;}
#header a:visited, #navi a:visited { color: #753a3a; text-decoration: none;}
#header a:hover, #navi a:hover,#header a:active, #navi a:active { color: #cc0000; text-decoration: underline;}

div#container{
    width: 825px;
	margin: 10px auto;
	padding: 0 35px;
    background: #FFF;
    position:relative;
    min-height: 100%;
}

body > #container {
    height: auto;
	border-top: 10px solid #ebe2de;
	border-right: 1px solid #f8f6f6;
	border-left: 1px solid #f8f6f6;
}

div#main{
    padding-bottom:100px;
}

#header {
    padding: 10px 0;
	margin-top: 60px;
	margin-bottom: 20px;
}

#header p {
	font-size: 100%;
	border-top: 1px dotted #cfb8af;
	margin: 5px 0;
	padding-top: 5px;
}

#footer {
    position:absolute;
    bottom:0px;
    height:100px;
    width:805px;
}

#footer p {
	border-top: 1px dotted #CCC;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 93%;
}

#leftSide {
	float: left;
	width: 180px;
}

#rightSide {
	float: right;
	width: 600px;
	margin-bottom: 30px;
}

/** navi **/

#navi li {
	padding: 8px 5px;
	border-top: 1px dotted #CCC;
}

#navi li a {
	display: block;
}

#navi a:link { color: #753a3a; text-decoration: none;}
#navi a:visited { color: #753a3a; text-decoration: none;}
#navi a:hover, #navi a:active { color: #F60; text-decoration: none;}
#navi li:hover, #navi li:active { color: #F60; text-decoration: none;}


#navi .accChild {
	margin-top:5px;
}

#navi .accChild li {
	border-top: none;
	padding: 3px 0px 3px 10px;
}

.banner {
	margin-top: 20px;
	width: 165px;
	height: 45px;
	padding: 35px 5px 10px 10px;
	background: url(../images/banner_event_bg.gif) no-repeat;
	overflow: hidden;	
}

.banner .bannerTxt1 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px!important;
}

.banner .bannerTxt2 {
	font-size: 10px;
	line-height: 13px!important;
}

.banner .bannerTxt3 {
	font-size: 9px;
	line-height: 13px!important;
}

.banner a:link, .banner a:visited {
	text-decoration: none!important;
	color: #730d0d!important;
}

.banner a:hover, .banner a:active {
	text-decoration: underline!important;
	color: #d80212!important;
}

/** pagebute **/

#pagebute .link_page {
	padding: 3px 6px;
	background-color: #CCC;
	margin: 0 2px;
}

#pagebute .current_page {
	padding: 3px 6px;
	background-color: #69C;
	color: #FFF;
	margin: 0 2px;
}

#pagebute a.link_page:hover {
	background-color: #69C;
	color: #FFF;
	text-decoration: none;
}




/** common **/

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 15px;
}

h1 {
	padding: 8px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

p {
	margin-bottom: 2em;
	line-height: 150%;
}

strong {
	font-weight: bold;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.imgFrame img {
	padding: 2px;
	border: 1px solid #CCC;
}

.column01 {
	padding: 20px 20px 0;
	background-color: #F0F2F9;
	border: 1px solid #CCC;
}

.txtRed {
	color: #C00!important;
}

.txtSmall {
	font-size: 85%!important;
}

.txtBold {
	font-weight: bold;
}

.txtLeft {
	text-align: left!important;
}

.txtRight {
	text-align: right!important;
}

.txtCenter {
	text-align: center!important;
}

.margin-left0 {
	margin-left: 0!important;
}

.marginTop10 {
	margin-top: 10px!important;
}

.marginTop15 {
	margin-top: 15px!important;
}

.marginTop20 {
	margin-top: 20px!important;
}

.marginTop30 {
	margin-top: 30px!important;
}

.marginTop50 {
	margin-top: 50px!important;
}

.marginBottom10 {
	margin-bottom: 10px!important;
}

.marginBottom15 {
	margin-bottom: 15px!important;
}

.marginBottom20 {
	margin-bottom: 20px!important;
}

.mgnRight5 {
	margin-right: 5px;
}

/* 140605add */
del {
	text-decoration: line-through;
}
