/***** Global *****/

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #000;
	font-size: 14px;
}
.header_container {
	background-image: url(../images/bg.png);
}
a:link, a:visited {
	color: #06F;
	text-decoration: none;
}

a:active, a:hover {
	color: #09F;
	text-decoration: underline;
}
.logout{
	cursor: pointer;
}
hr {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #999;
	height: 1px;
	margin: 5px 0;
}

img {
	border: 0;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	padding: 5px;
	font-size: 14px;
}

input[type="submit"], input[type="button"] {
	width: 200px;
	padding: 10px;
}

select {
	padding: 5px;
	font-size: 14px;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#header {
	width: 1000px;
	height: 120px;
}

div#header img {
	margin-top: 10px;
	margin-left: 10px;
}

div#navi {
	width: 1000px;
	height: 40px;
}

div#content {
	width: 1000px;
	margin-top: 30px;
}

div#l_content {
	float: left;
	width: 220px;
}

div#r_content {
	margin-left: 240px;
	width: 720px;
}

div.section_title {
	margin-bottom: 15px;
	width: 720px;
	height: 40px;
	background-image: url(../images/section_title_bg.png);
}

div.section_title div.title {
	padding-top: 5px;
	padding-left: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

div.normal_content {
	width: 675px;
	margin-left: 25px;
	margin-bottom: 25px;
	line-height: 170%;
}

div#footer {
	margin-top: 30px;
	width: 1000px;
	height: 80px;
	background-image: url(../images/footer_bg.png);
}

div#footer_content {
	padding: 13px 30px;
	color: #FFF;
	font: normal 11px Verdana, Arial, Helvetica;
	text-align: right;
}

div#footer_content a {
	color: #FFF;
	text-decoration: none;
}

.link_banner {
	display: block;
	width: 220px;
}

.inline {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 100%;
}

div#sns a {
	margin-right: 17.5px;
}

div#sns a.sns_last {
	margin-right: 0;
}

div.source {
	margin: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
}

span.label {
	background-image: url(../images/title_marker.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

span.pointer {
	cursor: pointer;
}

a.pdf {
	padding-left: 20px;
	background-image: url(../images/icon_pdf_small.png);
	background-repeat: no-repeat;
}

/***** page top button *****/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	background: #666;
	border-radius: 10px;
	cursor: pointer;
	opacity: 0.5;
}

#page_top:hover {
	opacity: 0.9;
}

/***** index.html *****/

div#main_visual {
	margin-bottom: 10px;
	width: 1000px;
	height: 420px;
}

div#index_l_content {
	float: left;
	width: 220px;
}

div#index_m_content {
	float: left;
	margin-left: 10px;
	width: 500px;
}

div#index_r_content {
	margin-left: 740px;
	width: 220px;
}

div.info_content {
	width: 470px;
	margin-left: 25px;
	line-height: 125%;
}

div.info_content span.info_date {
	font-size: 12px;
}

div.info_content a {
	display: block;
}

/***** club_profile.html *****/

table.club_profile {
	background-color: #CCC;
	margin-left: 25px;
	margin-bottom: 30px;
	width: 675px;
	border-spacing: 1px;
}

table.club_profile th {
	padding: 5px 15px;
	background-color: #EEE;
	text-align: left;
	width: 150px;
}

table.club_profile td {
	padding: 5px 15px;
	background-color: #FFF;
	line-height: 150%;
}

div.photo {
	float: left;
	width: 200px;
	margin-right: 20px;
	text-align: center;
	line-height: 125%;
	font-weight: bold;
}

div.photo span {
	font-size: 12px;
	font-weight: normal;
}

/***** info.cgi *****/

div.info_subject {
	margin: 10px 25px;
	background-image: url(../images/title_marker.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #009;
}

div.info_date {
	margin: 10px 25px;
	font-size: 12px;
}

div.info_photo {
	margin-left: 25px;
}

a.info_photo {
	margin-right: 10px;
}

/***** join.cgi *****/
div.join_form {
	margin-left: 25px;
}

table.join_form {
	width: 675px;
	background-color: #CCC;
	border-spacing: 1px;
}

table.join_form th {
	width: 150px;
	background-color: #EEE;
	text-align: left;
	padding: 5px 20px;
}

table.join_form td {
	background-color: #FFF;
	text-align: left;
	padding: 5px 10px;
}

/***** makeup.cgi *****/

div#makeup_form {
	width: 675px;
	margin-left: 25px;
	margin-bottom: 25px;
}

div#makeup_form input[type="text"], div#makeup_form input[type="email"] {
	width: 300px;
}

div#makeup_form textarea {
	width: 550px;
	height: 200px;
}

/***** member.cgi *****/

div#login_form {
	width: 675px;
	margin-left: 25px;
	margin-bottom: 25px;
}

div#login_form input[type="text"], div#login_form input[type="email"], div#login_form input[type="password"] {
	width: 300px;
}

div.member_menu_title {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #069;
	color: #FFF;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 1px #000;
}

ul.member_menu {
	padding: 0;
}

ul.member_menu li {
	list-style: square;
	margin-top: 2px;
	margin-left: 25px;
	color: #CCC;
}

table.member_list {
	width: 675px;
	background-color: #CCC;
	margin-left: 25px;
	border-spacing: 1px;
}

table.member_list th {
	padding: 5px 10px;
	background-color: #EEE;
	text-align: left;
}

table.member_list td {
	padding: 5px 10px;
	background-color: #FFF;
}

table.member_profile {
	width: 675px;
	background-color: #CCC;
	margin-left: 25px;
	border-spacing: 1px;
}

div.show_member_profile {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 25px;
}

table.member_profile th {
	width: 100px;
	background-color: #EEE;
	text-align: left;
	padding: 5px 20px;
}

table.member_profile td {
	background-color: #FFF;
	text-align: left;
	padding: 5px 10px;
}

div#message_form {
	display: none;
}

table.message_form {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
}

table.message_form th {
	background-color: #EEE;
	text-align: right;
	padding: 5px 20px;
}

table.message_form input[type="text"] {
	width: 500px;
}

table.message_form textarea {
	width: 500px;
	height: 100px;
}

table.message_list {
	margin-left: 25px;
	margin-bottom: 25px;
	width: 675px;
	background-color: #CCC;
	border-spacing: 1px;
}

table.message_list th {
	padding: 5px;
	background-color: #FE9;
	line-height: 100%;
}

table.message_list td {
	background-color: #FFF;
	padding: 10px 5px;
	line-height: 100%;
}

table.message {
	margin-left: 25px;
	margin-bottom: 25px;
	width: 675px;
	border: 1px solid #CCC;
	border-spacing: 5px;
}

table.message th {
	padding: 5px 10px;
	background-color: #FE9;
	text-align: left;
}

table.message td {
	padding: 10px;
	line-height: 150%;
}

table.message div.response {
	margin-top: 20px;
	margin-left: 50px;
	padding: 10px;
	width: 570px;
	border: 1px solid #CCC;
}

div.message_attachment {
	margin-top: 20px;
	font-size: 12px;
}

table.info_form {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
}

table.info_form th {
	background-color: #EEE;
	text-align: right;
	padding: 5px 20px;
}

table.info_form input[type="text"] {
	width: 500px;
}

table.info_form textarea {
	width: 500px;
	height: 200px;
}

table.info_list {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	background-color: #CCC;
	width: 675px;
}

table.info_list th {
	background-color: #EEE;
	padding: 5px;
}

table.info_list td {
	background-color: #FFF;
	padding: 10px 5px;
}

table.meeting_form {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	width:100%;
}
table.meeting_form th {
	background-color: #EEE;
	text-align: right;
	padding: 5px 20px;
}

table.meeting_form input[type="text"] {
	width: 500px;
}

table.meeting_form textarea {
    height: 250px;
    width: 600px;
}
table.meeting_list {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	background-color: #CCC;
	width: 675px;
}

table.meeting_list th {
	background-color: #EEE;
	padding: 5px;
}

table.meeting_list td {
	background-color: #FFF;
	padding: 10px;
}

table.attendance {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	background-color: #CCC;
	width: 675px;

}

table.attendance th {
	background-color: #EEE;
	padding: 5px;
}

table.attendance td {
	background-color: #FFF;
	padding: 5px 10px;
}

table.manage_member {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	background-color: #CCC;
	width: 675px;

}

table.manage_member th {
	background-color: #EEE;
	padding: 5px 10px;
	text-align: left;
}

table.manage_member td {
	background-color: #FFF;
	padding: 5px 10px;
}

div.delete_member {
	margin-top: 50px;
	padding: 25px;
	width: 625px;
	border: 1px solid #F00;
	background-color: #FEE;
	color: #F00;
	text-align: center;
}

table.makeup_list {
	margin-left: 25px;
	margin-bottom: 25px;
	border-spacing: 1px;
	background-color: #CCC;
	width: 675px;
}

table.makeup_list th {
	background-color: #EEE;
	padding: 5px 10px;
	text-align: left;
}

table.makeup_list td {
	background-color: #FFF;
	padding: 5px 10px;
}

div.makeup_detail {
	margin-left: 25px;
	width: 635px;
	border: #999 1px solid;
	padding: 20px;
}

div.makeup_regist_form {
	margin-left: 25px;
}

table.makeup_regist_form {
	width: 675px;
	background-color: #CCC;
	border-spacing: 1px;
}

table.makeup_regist_form th {
	width: 150px;
	background-color: #EEE;
	text-align: left;
	padding: 5px 20px;
}

table.makeup_regist_form td {
	background-color: #FFF;
	text-align: left;
	padding: 5px 10px;
}

div.delete_makeup {
	margin-top: 50px;
	padding: 25px;
	width: 625px;
	border: 1px solid #F00;
	background-color: #FEE;
	color: #F00;
	text-align: center;
}

table.org_chart {
	margin-left: 25px;
	margin-bottom: 50px;
	width: 675px;
	background-color: #CCC;
	border-spacing: 1px;
}

table.org_chart caption {
	text-align: left;
	font-weight: bold;
}

table.org_chart th {
	padding: 5px 10px;
	background-color: #EEE;
}

table.org_chart td {
	padding: 10px;
	line-height: 150%;
	background-color: #FFF;
}

/***** meeting.cgi *****/

div#meeting_program {
	margin-left: 25px;
	width: 680px;
	background-image: url(../images/meeting_bg.png);
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

div#meeting_program div#top {
	width: 680px;
	height: 230px;
	background-image: url(../images/meeting_top.png);
	text-align: center;
}

div#meeting_program div#middle {
	width: 600px;
	padding: 10px 40px;
	background-image: url(../images/meeting_middle.png);
}

div#meeting_program div#bottom {
	width: 680px;
	height: 160px;
	background-image: url(../images/meeting_bottom.png);
	padding-top: 35px;
	font-size: 12px;
	text-align: center;
}

div.meeting_arrow {
	width: 100%;
	height: 20px;
	text-align: center;
}

div#meeting_title {
	position: relative;
	top: 170px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
}

div#meeting_date {
	margin-bottom: 25px;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
}

div#meeting_monthly_theme {
	margin-bottom: 25px;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
}

div#meeting_program div.meeting_content {
	padding: 20px;

}

div#meeting_program div.meeting_content hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #990;
	height: 1px;
	margin: 15px 0;
}

div#meeting_program div.meeting_content .profile_photo {
	float: right;
	margin: 0 0 10px 10px;
}

div#meeting_shadow {
	margin-left: 25px;
	width: 680px;
	height: 18px;
	background-image: url(../images/meeting_shadow.png);
}

div.youtube {
	margin-top: 25px;
	width: 560px;
	height: 288px;
	text-align: center;
}

div.ppt {
    height: 326px;
    margin-top: 25px;
    overflow: hidden;
    text-align: center;
    width: 560px;
}

/* ���� */
span.mini{
text-align:right;
font-size:0.9em;
font-style:italic;
}

.fRight {
float:right;
}

.fLeft {
float:left;
}

.photo_box {
width:100%;
float:left;
}

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.info_box {
width:100%;
float:left;
}

.rb_name {
clear:both;
float:right;
margin:0 0 20px 20px;
}



/*�@�y�[�W���@*/

ul.pager_area {
	text-align:center;
}

ul.pager_area li {
	display: inline-block;
	list-style: outside none none;
	margin: 5px;
}

ul.pager_area li label {
	padding: 10px;
	cursor:pointer;
	border:1px solid #ccc;
}

ul.pager_area li.active label{
	background:#f00;
	color:#fff;
}

ul.pager_area li:hover label{
	border-bottom:2px solid #c8c8c8;
}


input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
