@charset "euc-jp";
/***********************************************************************
	with.I event finder sub用css
	
	作成:delta (http://www.9fubs.net/)
	
	目次:
	
	1 - 汎用
	2 - 構造/レイアウト
	                       
************************************************************************/

/***********************************************************************
	1 - 汎用                       
************************************************************************/

body {
  font: 12px "Osaka","ＭＳ Ｐゴシック",  sans-serif;
  color: #686868;
  line-height: 18px;
  text-align: center;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, hr, td { 
  margin: 0; 
  padding: 0; 
}

table {
  font-size:11px;
}

.dis_none {
  display:none;
}

img { 
  border: 0;
  display: block;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  color: #333;
}

h2 {
  font-size: 10px;
  line-height: 10px;
  color: #333;
}

h5 {
  font-size: 11px;
}

a:link {
		COLOR: #666666;border:underline;
		}
a:visited {
		COLOR: #666666;border:underline;
		}
a:active {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
		}
a:hover {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
}

.notice a:link {
		COLOR: #ff6a12;TEXT-DECORATION: none;
		}
.notice a:visited {
		COLOR: #ff6a12;TEXT-DECORATION: none;
		}
.notice a:active {
		COLOR: #ff6a12;TEXT-DECORATION: underline;
		}
.notice a:hover {
		COLOR: #ff6a12;TEXT-DECORATION: underline;
}

img:link {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
		}
img:visited {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
		}
img:active {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
		}
img:hover {
		COLOR: #666666;TEXT-DECORATION: none; border:none;
}

.clear {
  clear: both;
}

.left { 
  text-align: left;
 }

.right { 
  text-align: right;
 }

.ceter { 
  text-align: center;
 }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/***********************************************************************
	2 - 構造レイアウト
************************************************************************/

#container {
  position: relative;
  margin: 0 auto;
  width: 1030px;
  text-align: center;
  background: #ffffff;
}

#page {
  position: relative;
  float: left;
  width: 750px;
  margin-right: 30px;
  _margin-right: 15px;
}

#logo {
  margin-top:10px;
  position: relative;
  float: left;
  background: url("../img/top/top_1103.jpg") top center no-repeat;
  width: 750px;
  height: 250px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#main {
  clear: both;
  width: 750px;
}

#form {
  position: relative;
  margin: 0 auto;
  width: 600px;
  text-align: center;
  margin-bottom: 18px;
}

#side {
  margin-top: 40px; 
  float: left;
  width: 250px;
}
 
#footer {
  position: relative;
  clear: both;
  width: 1030px;
  height: 50px;
  margin-top:10px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #ccc;
}

/***********************************************************************
	3 -　form
************************************************************************/

#search_box {
  margin-bottom: 10px; 
}

/***********************************************************************
	3 -　main
************************************************************************/

#recent_event {
  margin-right: 50px; 
  float: left; 
  width: 350px;
}

#pickup_genre {
  float: left;
  width: 350px;
}

#pickup_genre ul,
#recent_event ul {
  background: url("../img/list_back.gif") top left repeat-y;
  text-align: left;
  list-style-type: none;
}

#pickup_genre li,
#recent_event li {
  font-size: 13px;
  line-height: 27px;
  border-bottom: 1px #ccc solid;  
}

#pickup_genre li a,
#recent_event li a {
  padding-left: 15px;
  text-decoration: none;
  display: block;
}

#pickup_genre li a:hover,
#recent_event li a:hover {
  background: #86c4ff;
  color: #fff;
}

/***********************************************************************
	4 -　TOPリスト
************************************************************************/

#pickup_genre h2 { 
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  background: url("../img/pickup_genre.gif") top left repeat-y;
  height: 33px;
 }

#recent_event h2 { 
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  background: url("../img/recent_event.gif") top left repeat-y;
  height: 33px;
 }
 
.img_list .odd {
  background: #f1f5fa url("../img/list_back.gif") top left repeat-y;
} 
 
.img_list .even {
  background: url("../img/list_back.gif") top left repeat-y;
} 

/***********************************************************************
	5 -　side
************************************************************************/

#side img { 
  margin-bottom: 10px;
}

#side #login_area h3 {
  font-family: 'Arial black', 'Tahoma', sans-seri;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 10px;
 }

#side #login_area {
  background: url("../img/login_back.gif") top center no-repeat; 
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px;
  padding: 5px 0px;
 }

#side #login_area .input_area input {
  width: 225px;
  font-size: 15px;
  margin-bottom: 5px;
 }

#side #login_area .login_button {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
 }

#side .submit_button {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 0px 2px;
}

#side .submit_button:hover {
  background: #999;
  color: #fff;
  cursor:pointer;
}

#side #login_area ul {
  clear: both;
  list-style-type: none;
 }

#side #login_area li {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
 }

#side .right_content {
  background: url("../img/login_back.gif") top center no-repeat;  
  margin-bottom: 10px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
 }

#side .right_content h2 {
  background: #aaa;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  text-align: left;
  padding-left: 10px;
  line-height: 24px;
  margin: 1px 2px 10px 2px;
 }

#side .right_content p {
  text-align: left;
  margin-bottom: 5px;
  padding: 0px 10px;
 }

#side .right_content ul {
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
  padding: 0px 10px;
 }

#side .right_content .list_con {
  margin-left: 10px;
  margin-bottom: 10px;
 }

/***********************************************************************
	8 -　フォーム
************************************************************************/

input, select ,textarea { 
  background: #FFF; 
  font-size: 12px;
  color: #797979;
}

.input_form .search_form_text {
  border: 1px solid #D2D2D2;
  padding: 1px;
}

.input_form .search_form {
  position:relative;
  float: left;
  vertical-align:middle;
  font-size: small;
  border-color: #D2D2D2; 
  border-style: solid; 
  border-width: 1px; 
}

.input_form .search_form_text {
  margin-right: 20px;
  margin-left: 50px;
  width: 380px;
  height: 30px;
  padding: 5px;
  font-size: 20px;
}

.input_form .submit {
  height: 42px;
  padding: 0px 15px;
  font-size: 20px;
  margin-bottom: 10px;
  width: 135px;
}

.input_form .submit:hover {
  background: #2596ff;
  color: #fff;
  cursor:pointer;
}
