@charset "UTF-8";
/* CSS Document */

body {
    color: #333;
    font-size: 12px;
	background-image: url("../images/mainbg.jpg") ;
    padding: 0;
    margin: 0 ;
    font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
    line-height: 1.4;
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

a:link     { color: #164abe; text-decoration:underline ; }    /* 未訪のリンク */
a:visited { color: #3c6ddb; text-decoration:underline ; }   /* 訪問済みのリンク */
a:hover  { color: #164abe; text-decoration:none ; } /* カーソルが上に乗っているリンク */
a:active  { color: #164abe; text-decoration:none ; }   /* アクティブ中のリンク */

a img { border: 0; }

ul {
    margin : 0 ;
    padding : 0 ;
    list-style : none ;
}

li {
    margin : 0 ;
    padding : 0 ;
    list-style : none ;
}

.dot {
    background-image: url(../images/r-dot01.gif) ;
    background-repeat: x-repeat ;
    height: 1px ;
    overflow: hidden ;
    margin: 5px 0 ;
}

.dot01 {
    background-image: url(../images/r-dot01.gif) ;
    background-repeat: x-repeat ;
    height: 1px ;
    overflow: hidden ;
    margin: 10px 0 ;
}

/* スペース★★★★★★★★★★★★★★★★★★★★ */

/* margin★★★★★★★★★★★★★★★★★★★★ */

.mb25px {
    margin-bottom: 25px ;
}

.mb20px {
    margin-bottom: 20px ;
}

.mb15px {
    margin-bottom: 15px ;
}

.mb10px {
    margin-bottom: 10px ;
}

.mb5px {
    margin-bottom: 5px ;
}

.mb3px {
    margin-bottom: 3px ;
}

.mb1px {
    margin-bottom: 1px ;
}

.mr10px {
    margin-right: 10px ;
}

/* padding★★★★★★★★★★★★★★★★★★★★ */

.pb25px {
    padding-bottom: 25px ;
}

.pb15px {
    padding-bottom: 15px ;
}

.pb10px {
    padding-bottom: 10px ;
}

.pb20px {
    padding-bottom: 20px ;
}

.pb30px {
    padding-bottom: 30px ;
}

.pb5px {
    padding-bottom: 5px ;
}

.pb3px {
    padding-bottom: 3px ;
}

/* フォント★★★★★★★★★★★★★★★★★★★★ */
.font-red {
   color: #E60012 ;
}
.font-green {
   color: #456775 ;
}
.font-maroon {
   color: #990000 ;
}
.font-white {
	color:#fff;
}
.font-11 {
   font-size:11px;
   line-height:130%;
}
.font-16 {
	font-size:16px;
	font-weight:bold;
}
.font-orange {
   color:#f58500;
}

/* 追加要素★★★★★★★★★★★★★★★★★★★★ */
.under-clear {
	clear:both;
}



#wrap {
	width:800px;
	margin: 30px auto 0px auto;
}

#bgtop {
	width:800px;
	height:20px;
	margin:0px;
	padding:0px;
	background-image: url("../images/contentsbg-top.png");
	background-repeat:no-repeat;
}
#bgmain {
	width:800px;
	margin:0px;
	padding:0px;
	background-image: url("../images/contentsbg-mid.png");
	background-repeat:repeat-y;
}
#bgmain2 {
	width:800px;
	margin:0px;
	padding:0px;
	background-image: url("../images/contentsbg-mid.gif");
	background-repeat:repeat-y;
}

#menu {
	width:780px;
	padding:0px 10px;
}
#menu ul {
    width: 750px ;
    height: 63px ;
}

#menu li {
    float: left ;
}

.topchirashi{
	width:660px;
	padding-top:30px;
	float:left;
        position:relative;
}
.topchirashi .fusen {
        position:absolute;
        top: 10px;
        left: 290px;
}


.topright {
	width:140px;
	padding-top:360px;
	float:right;
}

#tawagoto {
    position: absolute ;
    top: -10px ;
	left: 20px;
}



#bgbtm {
	width:800px;
	height:21px;
	margin:0px;
	padding:0px;
	background-image: url("../images/contentsbg-btm.png");
	background-repeat:no-repeat;
}
#header {
	width: 800px;
	margin-bottom:10px;
}

#footer {
	margin-top:10px;
}

.copy {
	text-align:center;
	margin: 0px auto;
	font-size:10px;
	color:#fff;
}