@charset "shift_jis";
/* CSS Document */


/* ===================================
	error CSS
	=================================== */

/* ===================================

	reset Area

	=================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
    padding:0;
    margin:0;
    line-height:1.6em;

}
table{
    border-collapse: collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-weight:normal;
    font-style:normal;
}
ol,ul{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-size:100%;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}

img{
    border:none;
    padding:0;
    margin:0;
}

body{
    text-align:center;
}

/* ===================================

	wrapper Area

	=================================== */
#wrapper{
    text-align:left;
    width:990px;
    margin:0 auto;
}



/* ===================================

	header Area

	=================================== */
#header{

}


/* ===================================

	navi Area

	=================================== */

#navi{

}


/* ===================================

	container Area

	=================================== */
#container{

}


/* ===================================

	content Area

	=================================== */

#content{
    width:900px;
    padding:10px 45px;

}




/* ===================================

	side Area

	=================================== */

#side{

}


/* ===================================

	footer Area

	=================================== */

#footer{

}




/* ===================================

	Other Detail Area

	=================================== */

.error-404{
    color:#333;
}

.error-404 h2{
    font-weight:bold;
    font-size:24px;
    border-bottom:solid 2px #999;
    margin-bottom:15px;
}

.error-404 h3{
    font-weight:bold;
    font-size:20px;
}
#cause{
    background-color:#f3f3f3;
    padding:0.5em 1em;
    margin-bottom:25px;
}
#cause li{
    list-style:circle inside;
    text-indent:-1em;
    padding-left:1em;
    margin:5px 0;
}


#navigate-menu{
    margin-bottom:1.5em;
}
#navigate-menu p{
    margin-bottom:1em;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

#navigate-menu dl{
    float:left;
    width:400px;
    margin:0 25px;
    border-radius:10px;
}
#navigate-menu dl dt{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    height:40px;
    line-height:40px;
    background-image: url(/images/top/bar_short.gif);
    background-repeat: no-repeat;
    padding-left:1em;
}

#navigate-menu dl dd{
    border-bottom:dashed 1px #ccc;
    border-left:solid 1px #aaa;
    border-right:solid 1px #aaa;
}
#navigate-menu dl dd.last{
    border-bottom:solid 1px #aaa;
}

#navigate-menu dl dt a{
    color:#fff;
    text-decoration:none;
}
#navigate-menu dl dt a:hover{
    text-decoration:underline;
}
#navigate-menu dl dd a{
    display:block;
    color:#333;
    text-decoration:none;
    padding: 5px 20px 5px;
}

#navigate-menu dl.deli-menu dd a:hover{
    background-color:#CDF885;
}
#navigate-menu dl.top-menu dd a:hover{
    color:#fff;
    background-color:#aaa;
}

#search-box{
    width:740px;
    margin:0 80px;
}
#search-box h3{
    background-image: url(/images/top/bar_long.gif);
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    padding-left:50px;
    height:35px;
    line-height:35px;
    color:#fff;
}
#search-box{
    width:740px;
    margin:0 80px;
}
#search-box form{
    padding:20px 10px;
    border:solid 1px #aaa;
    border-top:none;
}
#search-box input{
    width:200px;
    font-size:20px;
}

input#keyword{
    width:500px;
}

#footer{
    margin-top:30px;
    text-align:center;
}
#footer h2{
    font-size:16px;
    font-weight:normal;
    border:none;
}

/* ===================================

	Clearfix Area

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