@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	line-height: 140%;
	margin: 0;
	background-image: none;
}

a {
	color:#008EDB;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #D97200;
}
.pink {
	color: #ff99cc;
	font-size: 14px;
}
.white {
	color: #FFFFFF;
	font-size: 25px;
}
.white12 {
	color: #FFFFFF;
	font-size: 14px;
}
.gray {
	color: #C0C0C0;
	font-size: 15px;
}
.font {
	font-size: 25px;
}
.font2 {
	font-size: 35px;
	font-weight:bold;
	color: #00ff66;
}
.font3 {
	font-size: 14px;
}
.font4 {
	color: #ff99cc;
	font-size: 30px;
}
.font5 {
	color: #000000;
	font-size: 10px;
	text-align: left;
	margin-left: 20px;
}
.font6 {
	color: #ff0033;
	font-size: 16px;
}

.right {
	position: relative;
	margin-top: 0px;
	margin-left: 280px;
	margin-right: 0px;

}
.right2 {
	position: relative;
	margin-top: 0px;
	margin-left: 372px;
	margin-right: 0px;

}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:935px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDF4F9;
	border-right-color: #E2E2DE;
	border-bottom-color: #FFF9F9;
	border-left-color: #E2E2DE;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(../img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:935px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
	/*background-color: #fff;*/
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #FFF9F9;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub a{
	font-size: 10px;
	color: #999999;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
  text-decoration: none;
}
#header #logo {
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #FFF9F9;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
	color: #008EDB;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../img/nav.gif);
	height: 35px;
	clear: both;
	padding-left: 37px;
} 

#nav li {
	display: inline;
}
  
#nav li a {
	color: #808080;
	text-decoration: none;
	background-image: url(../img/g_menu_li.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 30px;
	width: 123px;
	text-align: center;
	padding-top: 5px;
	line-height: 30px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../img/g_menu_li_ov.gif);
}

#nav li strong {
	line-height: 40px;
	color: #808080;
	background-image: url(../img/g_menu_st.gif);
	float: left;
	height: 35px;
	width: 123px;
	text-align: center;
	display: block;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #FFFFFF;
}

/* トップフラッシュ部分*/
#top_img #topf_img {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/top-bg.gif);
	background-repeat: x;
	background-position: left top;
	height: 260px;
}

#top_img #c_pad #topf_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 0px;
	margin-left: 125px;
	margin-right: 30px;
}

#contents {
	width:700px;
	float: right;
}

#contents p{
	padding-top: 2px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 14px;
	padding-left: 27px;
	color: #006699;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 41px;
	background-image: url(../img/h3.gif);
	height: 41px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #96B7BA;
	padding-left: 7px;
	color: #006699;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #CCCCCC;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #789FA5;
	margin-right: 20px;
	padding-left: 10px;
}
#contents h5 a {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #789FA5;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 16px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}
/* 東大宮支配人*/
#contents #staf_img {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/higashiomiya/higasi_omiya_sihainin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}

#contents #c_pad #staf_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 0px;
	margin-left: 125px;
	margin-right: 30px;
}

/* 東大宮プランナー*/
#contents #staf2_img {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/higashiomiya/higashiomiya_planner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 177px;
}

#contents #c_pad #staf2_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 5px;
	margin-left: 235px;
	margin-right: 0px;
}

/* 東大宮メンバー*/
#contents #staf3_img {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/higashiomiya/higashiomiya_menber.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 256px;
}

#contents #c_pad #staf3_img p {
	font-size: 1.2em;
	color: #000000;
	background-image: none;
	margin-top: 5px;
	margin-left: 120px;
	margin-right: 0px;
	
}

/* 豆知識背景１*/
#contents #ring_img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/ring.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 129px;
}
/**
#contents #c_pad #ring_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 5px;
	margin-left: 235px;
	margin-right: 0px;
}
**/
/* 豆知識背景2*/
#contents #lucky_img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/lucky.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 249px;
}

#contents #c_pad #lucky_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 15px;
	margin-left: 120px;
	margin-right: 0px;
}
#contents #c_pad #lucky_img2 p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 0px;
}

/* 豆知識背景3*/
#contents #yuino_img {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/yuno_bgimg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
}
#contents #c_pad #yuino_img p {
	font-size: 1em;
	color: #000000;
	background-image: none;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 0px;
}
/* 先輩エピード*/
#contents #episode1_img {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 50px;
	background-color: #FFFFFF;
	background-image: url(../images/episode.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
}

#contents #c_pad #episode1_img p {
	font-size: 1.2em;
	color: #000000;
	background-image: none;
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 0px;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 318px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #507074;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #6F9BA2;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}
/*
3boxミニサイズ
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 85px;
	width: 105px;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn-a.gif);
	position: absolute;
	bottom: 0px;
	padding-right: 5px;
	left: 1px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov-h.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}
/*
3_1box
-------------------------------------------------------------------*/
#contents .box3_1 {
	float: left;
	height: 145px;
	width: 204px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3_1 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3_1 p {
	margin: 0px;
}
#contents .box3_1 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #808080;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 150px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	bottom: 20px;
	padding-right: 5px;
	left: 26px;
}

#contents .box3_1 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}
.box3_1 a img {
	border: 2px solid #EDEDE9;
}
.box3_1 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box3_1_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_1_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_1_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_1_photo a:hover img {
	border: 2px solid #FCD096;
}
/*
3_2box
-------------------------------------------------------------------*/
#contents .box3_2 {
	float: left;
	height: 270px;
	width: 204px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3_2 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3_2 p {
	margin: 0px;
}
#contents .box3_2 .btn a {
	font-size: 13px;
	line-height: 23px;
	height: 23px;
	padding-left: 5px;
	color: #808080;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 170px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	bottom: 20px;
	padding-right: 5px;
	left: 18px;
}

#contents .box3_2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}
.box3_2 a img {
	border: 2px solid #EDEDE9;
}
.box3_2 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box3_2_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_2_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_2_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_2_photo a:hover img {
	border: 2px solid #FCD096;
}

/*
3_3box
-------------------------------------------------------------------*/
#contents .box3_3 {
	float: left;
	height: 330px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	margin-left: 10px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3_3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3_3 p {
	margin: 0px;
}
#contents .box3_3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 210px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	bottom: 20px;
	padding-right: 5px;
	left: 26px;
}

#contents .box3_3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}
.box3_3 a img {
	border: 2px solid #EDEDE9;
}
.box3_3 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box3_3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_3_photo a:hover img {
	border: 2px solid #FCD096;
}


/*
枠シンプルbox
-------------------------------------------------------------------*/
#contents .box4 {
	float: left;
	height: 40px;
	width: 318px;
	border: 0px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box4 h4 {
	margin: 0px;
	background-color: #507074;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #6F9BA2;
}

#contents .box4 p {
	margin: 0px;
}

#contents .box4 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box4 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}

/*
5boxサイズ大
-------------------------------------------------------------------*/
#contents .box5 {
	float: left;
	height: 140px;
	width: 510px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
	
}
#contents .box5 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box5 p {
	margin: 0px;
}
#contents .box5 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 150px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	position: absolute;
	bottom: 20px;
	padding-right: 5px;
	left: 26px;
}

#contents .box5 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box5_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box5_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box5_photo a img {
	border: 2px solid #FFFFFF;
}
.box5_photo a:hover img {
	border: 2px solid #FCD096;
}


/*横長のボックス
---------------------------------------------------------------------------*/
#contents .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 657px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	background-color: #F8F8FF;
	margin-left: 5px;
}

#contents .itemlist h3 {
	color: #0099FF;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 7px 30px 0px 10px;
	margin-bottom: 0.5em;
	font-size: 100%;
	margin-left: 190px;	/*画像の幅に合わせてここは変更する*/
	background-image: url(../img/h30bg.gif);
	height: 25px;
	line-height: 23px;
}

#contents .itemlist p {
	padding: 0px;
}

#contents .itemlist p, #contents .itemlist h3 {
	margin-left: 190px;	/*画像の幅に合わせてここは変更する*/
}

#contents .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#contents .itemlist a:hover img {
	border: 1px solid #999999;
}

#contents .itemlist div.img {
	float: left;
}

/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A5BDC0;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
/*
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 675px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #70A9AF;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(../img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(../img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #CDE8EB;
}

*/


/* 枠なしテーブル */
table.borderless{}
.borderless td{
	padding: 1em;
	vertical-align: top;
}

.borderless td.center{
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

/* カレンダー用 */
table.calender{
	empty-cells: show;
	border-collapse: collapse;
}

.calender td{
	width: 50px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #D3CDB4;

}

.calender td.weekday{

	height: 20px;
	background-image: url(../img/week_bg.gif);
	background-repeat: repeat-x;
}
.calender td.event1{
	height: 50px;
	background-image: url(../img/event_color1.gif);
}
.calender td.event2{
	height: 50px;
	background-image: url(../img/event_color2.gif);
}
.calender td.event3{
	height: 50px;
	background-image: url(../img/event_color3.gif);
}
.calender td.event4{
	height: 50px;
	background-image: url(../img/event_color4.gif);
}
.calender td.event5{
	height: 50px;
	background-image: url(../img/event_color5.gif);
}
.calender td.event6{
	height: 50px;
	background-image: url(../img/event_color6.gif);
}
.calender td.event7{
	height: 50px;
	background-image: url(../img/event_color7.gif);
}
.calender td.event8{
	height: 50px;
	background-image: url(../img/event_color8.gif);
}
.calender td.event9{
	height: 50px;
	background-image: url(../img/event_color9.gif);
}
/* カレンダー休日色分け用 */
#holiday{
	color: #ff0000;
}
#saturday{
	color: #0000ff;
}

/* イベント説明タイトル用 */
table.event{
	padding-left: 7px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}
.event td{
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 14px;
	color: #006699;
}

/* アロケートフェアプレゼントバナー */

#side div.btm_bnr{
	margin: 0 0 0 6px;
}

/* お問い合わせ用 */
table.contact{
	width: 600px;
	border-collapse: collapse
}
.contact th{
	text-align: center;
	color: #666666;
	background-color: #eeffff;
	border: 1px solid #D3CDB4;
	padding: 0.5em 1em 0.5em 1em;
}
.contact td{
	border: 1px solid #D3CDB4;
	padding: 0.5em 1em 0.5em 1em;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
	color: #808080;
}
#contents #pan strong {
	margin-left: 7px;
	color: #808080;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 220px;
	background-color: #E3DCCD;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

#side_d h3 {
	display: block;
	width: 195px;
	line-height: 22px;
	color: #808080;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(../img/side_h3.gif);
	height: 22px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:165px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(../img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


#side_d li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/side_li_ov.gif);
}
#side_d li.bnr{
	margin: 5px 0;
	padding: 0;
}

#side_d li.bnr a,
#side_d li.bnr a:hover{
	width:195px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 5px;
	background: none;
	text-decoration: none;
	height: auto;
}

/* サイドメニュー画像あり版 */
#side_e {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 195px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #D3CCBD;
	padding: 0 5px 0 5px;
}

#side_e h3 {
	display: block;
	width: 195px;
	line-height: 22px;
	color: #808080;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 1.1em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/side_h3.gif);
	height: 22px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}

#side_e ul {
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center;
}

#side_e a {
	font-size: 100%;
	font-weight: bold;
  text-decoration: none;
  display: block;
  height: 36px;
	padding: 0em 1em 0em 1em;
  overflow: hidden;
  background-image: url(../img/side_bg.gif);
  background-repeat: no-repeat;
  color: #543;
}

#side_e a:hover {
	font-size: 110%;
	font-weight: normal;
  text-decoration: none;
  display: block;
  height: 36px;
	padding: 0em 1em 0em 1em;
  overflow: hidden;
  background-image: url(../img/side_bg.gif);
  background-repeat: no-repeat;
  color: #543;
}

.menu01 a { background-position: 0 0; }

.menu02 a { background-position: 0 -36px; }

.menu03 a { background-position: 0 -72px; }

.menu04 a { background-position: 0 -108px; }

.menu05 a { background-position: 0 -144px; }

.menu06 a { background-position: 0 -180px; }

.menu07 a { background-position: 0 -216px; }

.menu08 a { background-position: 0 -252px; }

.menu09 a { background-position: 0 -288px; }

.menu10 a { background-position: 0 -324px; }

.menu01 a:hover { background-position: -195px 0; }

.menu02 a:hover { background-position: -195px -36px; }

.menu03 a:hover { background-position: -195px -72px; }

.menu04 a:hover { background-position: -195px -108px; }

.menu05 a:hover { background-position: -195px -144px; }

.menu06 a:hover { background-position: -195px -180px; }

.menu07 a:hover { background-position: -195px -216px; }

.menu08 a:hover { background-position: -195px -252px; }

.menu09 a:hover { background-position: -195px -288px; }

.menu10 a:hover { background-position: -195px -324px; }
/* -- */

#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(../img/foot_bg.gif);*/
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #FAE1E9;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #808080;
	text-align: right;
	display: block;
	background-color: #FF7193;
	background-image: url(../img/foot_bg2.gif);*/
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

