@charset "Shift_JIS";
*{
    color:#555555;
    padding:0;
    font-size: 12px;
    line-height: 140%;
    margin: 0;
}
body{
    margin:0px;
    padding:0px;
    text-align:center;
	font-family: "メイリオ","Meiryo";
}
.font10{
    color:#555555;
    font-size: 10px;
    font-weight: normal;
}
a{
    color:#1481ED;
    text-decoration: none;
}

a:hover{
    color:#F11D5C;
}
h1{
	width: 692px;
	margin: 0 auto;
    color:#666666;
    padding:5px 0;
    font-size: 12px;
    font-weight: normal;
	text-align: left;
}
h2{
    color:#555555;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
h3{
    color:#555555;
    font-size: 12px;
    font-weight: normal;
}
.red{
    color:#ff0000;
    font-size: 12px;
    font-weight: bold;
}
hr{
    color:#b3afab;
    height: 1px;
}

/* ヘッダ設定*/
#head{
    margin:0 auto;
    padding:0;
    width:692px;
    height:200px;
    background-image : url(img/head.jpg);
    background-repeat: no-repeat;
    text-align:right;
	position: relative;
}

#topmenu{
    width:692px;
	margin: 0 auto;
	height: 41px;
	background: #cc5e5e;
}

#topmenu li {
	float: left;
}

#topmenu a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;  
	width: 115px;
	height: 41px;
	background: url(img/topmenu.jpg) no-repeat left top;
}

#home a {
	background-position: 0px 0px;
}
#new a {
	background-position: -115px 0px;
}
#susume a {
	background-position: -230px 0px;
}
#map a {
	background-position: -345px 0px;
}
#sougo a {
	background-position: -460px 0px;
}
#koukoku a {
	background-position: -575px 0px;
}

#contents{
    margin:0 auto;
    padding:0;
    width:692px;
    background-color:#FFFFFF;
    background-image : url(img/back.jpg);
}

#kensaku {
	width: 200px;
	text-align: left;
	position: absolute;
	top:157px;
	left:15px;
}

#kensaku input {
	height: 20px;
}

/* 左側の設定*/
#left {
    margin-top:10px;
    padding:0;
    width:170px;
    float:left;
}

.menu_tag{
    width:167px;
    height:35px;
    color:#FFFFFF;
    font-weight: bold;
    background-image : url(img/menu_tag.jpg);
    background-repeat: no-repeat;
    margin:0px 0px 0px 0px;
    padding:7px 0px 0px 0px;
}
.regist_bg{
    width:165px;
    height:151px;
    color:#FFFFFF;
    background-image : url(img/regist_bg.gif);
    background-repeat: no-repeat;
    margin:0px 0px 0px 0px;
    padding:15px 0px 0px 0px;
}
.menu2_head{
    width:165px;
    height:20px;
    color:#FFFFFF;
    font-weight: bold;
    background-image : url(img/menu2_head.gif);
    background-repeat: no-repeat;
    margin:0px 0px -3px 0px;
    padding:3px 0px 0px 0px;
}
.left_menu{
    text-align:left;
    margin:5px 0px 0px 10px;
    padding:0px 0px 0px 0px;
}
.left_menu a{
    text-align:left;
    background-image : url(img/arrow02.gif);
    background-repeat: no-repeat;
	background-position: 7px .3em;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 20px;
}
#group{
    width:147px;
    text-align:left;
    margin:0px 0px 0px 0px;
    padding: 5px 10px;
    border: #d4d4d4 1px solid;
    font-size: 10px;
	line-height: 2em;
}

#group a{
    color:#1481ed;
    font-size: 10px;
    line-height: 100%;
}
/* 右側の設定*/

#right{
    margin:0;
    padding:0;
    width:510px;
    float:right;
}
.note{
    padding-top: 5px;
    padding-bottom: 5px;
    background-image : url(img/note.gif);
    margin-right: 20px;
    margin-left: 25px;
    line-height: 20px;
    text-align:left;
}

#category{
	margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
    line-height: 20px;
    text-align:left;
}

#category img {
	vertical-align: top;
}

.ctag {
    margin:10px 0px 0px 0px;
    background : url(img/ctag.gif) no-repeat;
    padding:3px 0px 0px 35px;
}
#regist_new{
    margin-right: 15px;
    margin-left: 25px;
    padding: 5px;
    line-height: 20px;
    text-align:left;
}
table {
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
table td {
	padding-top: 10px;
	background-color: #FFFFFF;
}
.regist_box{
    background-color:#FFFFFF;
    border: #CCCCCC 1px solid;
    padding:10px;
    text-align:left;
}

strong a{
	font-size: 12px;
	color: #666666;

}
small a{
	font-size:10px;
}

/* フッタ設定*/
#foot{
    position:relative;
    width:690px;
    height:78px;
    background-color:#ffffff;
    background-image : url(img/foot.gif);
    color:#888888;
    font-weight: bold;
    text-align:center;
    clear:both;
	margin: 0 auto;
}
.entry a{
    text-decoration: underline;
}

/* clear
----------------------------------------------------------- */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
}
.clear {
	overflow: hidden;
}
/* IE-mac \*/
*html .clear {
	height: 1%;
	overflow: visible;
}
/* end IE-mac */
