@charset "UTF-8";

* {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-decoration:none;
	font-size: 100%;
	word-break: break-all;
}
img {
	border:0;
}
ul {
	list-style-type:none;
}
input,textarea {
	padding:3px;
	}
/*---table---*/
table, td, tr, th{
	font-weight: normal;
	/*vertical-align: bottom;*/
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	
}
/*---clear---*/	
.clear {
	visibility:hidden;
	clear:both;
	height:1px;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---common body---*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
/*Internet Explorlorer 6 or sooner */
*html body {
	font-size:75%;
	}

/*---Link---*/
a:link {
	color: #e62453;
	text-decoration:underline;
}
a:visited {
	color: #ef5b7f;
	text-decoration:underline;
}
a:active {
	color: #666;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}

/*---ぱんくずリスト---*/
.locatin {
	font-size:90%;
	text-align:left;
	}

/*---head---------------------------------------------*/
#head {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	background-image:url(../img/head_line.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:3px;
	text-align:left;
	}
#head #head_logo {
	float:left;
	width:190px;
	}
#head #head_logo img {
	vertical-align:top;
	}
#head #head_nav {
	text-align:right;
	float:right;
	width:610px;
	margin-top:8px;
	}
#head #head_nav ul {
	float:right;
	background-image:url(../img/nav_bg_1.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:30px;
	padding-left:10px;
	margin-bottom:7px;
	}
#head #head_nav ul li {
	display:block;
	float:left;
	background-image:url(../img/nav_bg_2.gif);
	background-repeat:repeat-x;
	height:24px;
	_height:30px;
	padding-top:6px;
	}
#head #head_nav ul li.head_nav_coop {
	padding-top:0;
	}

#head p {
	display:inline;
	padding-left:10px;
	line-height:20px;
	}
#head p.head_link a {
	background-image:url(../img/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding:1em;
	}
#head img {
	vertical-align:middle;
	}
	
#head p.head_login {
	background-image:url(../img/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:0 16px;
	padding:1em;
	font-weight:bold;
	font-size:110%;
	}
#head p.head_txt {
	}
#head #head_usrnav {
	text-align:right;
	}
#head #head_usrnav p.head_logintxt {
	font-weight:bold;
	font-size:110%;
	}

/*---head Link---*/
#head a:link {
	color: #282419;
	text-decoration:underline;
}
#head a:visited {
	color: #666;
	text-decoration:underline;
}
#head a:active {
	color: #666;
	text-decoration:underline;
}
#head a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}


/*---foot---------------------------------------------*/
#foot {
	background-image:url(../img/foot_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	background-color:#282419;
	}
#foot p.foot_nav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/foot_line.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:5px;
	padding-top:20px;
	}
#foot p.foot_nav a {
	color:#fff;
	text-decoration:none;
	}
#foot p.foot_nav a:hover {
	color:#ffc9d2;
	text-decoration:none;
	}
#foot p.foot_copy {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-top:10px;
	}

p.annotation {
	text-indent:-1em;
	padding-left:1em;
	}

p.attention {
	color:#FF0000;
	font-size:95%;
	text-indent:-1em;
	padding-left:1em;
	}



/*--wrap---------------------------------------------*/
#wrap {
	width:800px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
	text-align:left;
	}
/*--sidebar area---------------------------------------------*/
#sidebar {
	width:200px;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
	}
/*Link*/
#sidebar a:link {
	color: #282419;
	text-decoration:underline;
}
#sidebar a:visited {
	color: #666;
	text-decoration:underline;
}
#sidebar a:active {
	color: #666;
	text-decoration:underline;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}
/*side nav*/
#sidebar #side_nav {
	background-image:url(../img/snav_bg_1.gif);
	background-repeat:repeat-y;
	margin-bottom:8px;
	}
#sidebar #side_nav ul {
	background-image:url(../img/snav_bg_2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 0;
	}
#sidebar #side_nav ul li {
	background-image:url(../img/arrow_snav.gif);
	background-position:15px 7px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:5px 0;
	line-height:180%;
	}
#sidebar a:link {
	color: #282419;
	text-decoration:underline;
}
#sidebar #side_nav ul li ul {
	background-image:none;
	}
#sidebar #side_nav ul li ul li {
	background-image:url(../img/arrow_3.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:180%;
	}

/*side informaton*/
#sidebar #side_info {
	background-image:url(../img/snav_bg_1.gif);
	background-repeat:repeat-y;
	margin-bottom:8px;
	}
#sidebar #side_info dl {
	background-image:url(../img/snav_bg_2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 0;
	}
#sidebar #side_info dl dt {
	background-image:url(../img/arrow_snav.gif);
	background-position:15px 7px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:5px 0 0 0;
	line-height:180%;
	}
#sidebar #side_info dl dd {
	padding-left:30px;
	padding-right:10px;
	margin:0 0 5px 0;
	line-height:150%;
	}

/*banner nav*/
#sidebar #side_bnr {
	margin-bottom:8px;
	}
#sidebar #side_bnr ul li {
	margin-bottom:5px;
	}

/*button entry*/
#sidebar #side_entry {
	margin-bottom:8px;
	}
#sidebar #side_entry ul li {
	vertical-align:bottom;
	}
#sidebar #side_entry ul li img {
	vertical-align:bottom;
	}

/*button login*/
#sidebar #side_login {
	margin-bottom:8px;
	}


/*リンク*/
.mod_link {
	margin-left:20px;
	}
.mod_link a {
	background-image:url(../img/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:1em;
	}
	
/*ポップアップ*/
.mod_pop {
	margin-left:20px;
	}
.mod_pop a {
	background-image:url(../img/link_popup.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:1em;
	}

/*ページの先頭へ*/
.mod_top {
	text-align:right;
	margin:12px 0;
	}
.mod_top a {
	background-image:url(../img/arrow_top.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding:1em;
	}
	

