@charset "utf-8";
@import "admin.css";

/*-----------------------------------------------------------------
import for Mac5.X
-----------------------------------------------------------------*/

/*\*//*/
@import url("ie5mac.css");
/**/

/*-----------------------------------------------------------------
BASE
-----------------------------------------------------------------*/

body{
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding:0px;
	line-height:1.7;
	text-align:center;
	background:#CFCFE2 url(../img/back_g_jpg) top repeat-x;
	font-family: Meiryo, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', sans-serif;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd,form{
	margin: 0px;
	padding:0px;
	text-align:left;
}
form{
	text-align:center;
}

body a {
	color: #003366; text-decoration: none;
}
body a:link {
	color: #003366; text-decoration: none;
}
body a:visited {
	color: #006699; text-decoration: none;
}
body a:hover {
	color: #6600CC; text-decoration: underline;
}

img{
	border:0px;
	vertical-align:bottom
}

.center{
	text-align:center;
}

.box2{
	margin:0px 0px 15px 20px;
	padding:5px 5px 0px 5px;
	background:#ffffff;
	border:#cccccc 1px solid;
	width:500px;
	
}

table.p_ost{
	margin:0px;
}
.p_ost td,.p_ost th{
	padding:0px;
background-color:transparent;
}

.p_ost tr{
	padding:0px;
background-color:transparent;
}

table.p_ost{
	margin:0px;
	background-color:transparent;
}
.p_ost td,.p_ost th{
	padding:0px;
background-color:transparent;
}

table.p_os{
	margin:0px;
	background:url(../img/os2010_bg_jpg);
}
.p_on td,.p_os th{
	padding:0px;
background-color:transparent;
}

.p_os tr{
	padding:0px;
background-color:transparent;
}

table.p_os{
	margin:0px;
	background-color:transparent;
}
.p_os td,.p_os th{
	padding:0px;
background-color:transparent;
}

.p_on tr{
	padding:0px;
background-color:transparent;
}

blockquote{
	border:5px solid #DAE6F3;
	background:url(../img/blockquote_gif);
	text-align:left;
	padding:10px;
	margin-top:5px;
	margin-bottom:0px;
	color:#49496D;
}

hr{
	margin:0;
	padding:0;
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #FFF; /* 線色 */
	height: 1px; /* 高さ */
	width:500px;
}

/*------------------------
font size
------------------------*/
.big{
	font-size:1.1em;
}
.small{
	font-size:0.8em;
}

/*------------------------
float
------------------------*/
.clear {
	clear:both;
	display:none;
}
.float_r{
	float:right;
	margin:0 0 10px 10px;
}
.float_l{
	float:left;
	margin:0 10px 10px 0;
}

.float_c{
	float:center;
	margin:0 10px 0px 10;
}
/*------------------------
table
------------------------*/
table{
	background:#FFFFFF;
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	line-height:1.5;
}
td{
	text-align:left;
	padding:5px;
}
th{
	background-color:#FFE8E8;
	padding:5px;
	font-weight:normal;
}
/*table border_ON*/
table.b_on{
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.b_on td,.b_on th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 10px;
}
.b_on th{
	background-image:url(../img/cell_back_png);
	background-position:top left;
	color:#000033;
	font-weight:bold;
}
.b_on th.sub{
	font-weight:normal;
	background-color:#EAF3F4;
	background-position:top left;
	color:#333;
	font-size:1em;
}

.b_on ol{
	padding-left:25px;
	maegin:5px 0;
}
.cell_c th,.cell_c td{
	text-align:center;
	vertical-align:top;
}

table.p_on{
	margin-left:auto;
	margin-right:auto;
}
.p_on td,.p_on th{
	padding:0px;
}

table.c_on{
	margin-left:auto;
	margin-right:auto;
}
.c_on td,.p_on th{
	padding:1px;
}

/*------------------------
main
------------------------*/
#main{
	width:760px;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	padding-right:15px;
}
/*Firefox、Mozilla、Safari、Operaにのみスタイルを適用
------------------------------*/
html[xmlns] #main{
	padding-right:0;
}


/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
#header{
	border-bottom:2px solid #003366;
	border-top:5px solid #003366;
	background:#FFF url(../img/head_back_jpg) bottom repeat-x;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#header h1{
 	width:308px;
	float:left;
}
#header h1 img{
 	margin:10px 0 0 20px;
}

#head_menu{
	width:452px;
	float:right;
}

/*-----------------------------------------
sub menu & visitermenu
-----------------------------------------*/
#sub_menu li,#visiter_menu li{
	float:right;
	list-style-type:none;
}
#sub_menu,#visiter_menu{
	clear:right;
}

#sub_menu li a,#sub_menu li .nolink{
	margin-left:15px;
}
#sub_menu li a:hover{
	margin-left:15px;
}

#sub_menu ul{
	margin-right:17px;
	padding-top:10px;
}

#visiter_menu ul{
	margin-right:15px;
	padding-top:8px;
}
#visiter_menu img{
	margin-right:1px;
}


/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
#menu{
	width:165px;
	float:left;
	margin-right:15px;
}

#contents{
	width:560px;
	float:right;
}
/*Firefox、Mozilla、Safari、Operaにのみスタイルを適用
------------------------------*/
html[xmlns] #contents{
	margin-right:15px;
}

#contents p{
	margin:5px 20px 8px 20px;
	clear:both;
}

#path{
	text-align:left;
	font-size:0.8em;
	padding:5px 10px 5px 0px;
}

.coming{
	margin-top:30px;
}

/*------------------------
midashi
------------------------*/
h2 img{
	margin-bottom:6px;
}

/*---------------------*/
.h3_back{
	background: url(../img/h3_jpg) no-repeat center left;
	width:540px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h3_back h3{
	color:#000033;
	font-size:120%;
	margin:2px 10px 2px 18px;
	padding:3px 0;
}
/*---------------------*/
.h3_back2{
	background: url(../img/h32_jpg) no-repeat center left;
	width:540px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h3_back2 h3{
	color:#000033;
	font-size:120%;
	margin:2px 10px 2px 18px;
	padding:3px 0;
}
/*club*/
.h3_club{
	background: url(../img/h_back_jpg) repeat-x bottom;
	border:1px solid #A9B3D4;
	width:540px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h3_club h3{
	color:#000033;
	font-size:120%;
	margin:2px 10px;
	line-hight:1.5;
}

/*---------------------*/
h4{
	margin:10px 0 8px 10px;
}
h4 img{
	margin-left:10px;
}
.h4_back{
	background:#E3E5F1 url(../img/h4_gif);
	width:530px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h4_back h4{
	font-size:100%;
	margin:0px 10px 0px 0;
	padding:2px 5px 2px 7px;
	border-left:2px solid #ccc;
}


/*-----------------------------------------------------------------
main menu
-----------------------------------------------------------------*/
#menu dl{
	margin-top:5px;
}
#menu li{
	list-style-type:none;
}
.menu_other_sub,.menu_other_sub02{
	margin:2px 0 10px 0;
}

#menu_other dt img{
	margin-bottom:5px;
}

/*---------------------*/
#menu dl#menu_course{	
	padding-bottom:5px;
}

#menu_course ul{
	background:#FFF;
	padding-bottom:3px;
}

/*---------------------*/
dl#menu_other{
	margin-bottom:15px;
}
.menu_other_sub img,.menu_other_sub02 img{
	margin-bottom:3px;
}

/*---------------------*/
ul#menu_navi{
	margin-bottom:30px;
}
#menu_navi img{
	margin-bottom:8px;
}


/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
#footer{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.pageup{
	width:760px;
	text-align:right;
	background:#FFF;
	clear:both;
}
.pageup img{
	margin:15px 15px 15px 0;
}
#footer p{
	text-align:center;
	font-size:0.8em;
	color:#003366;
	padding:3px 0 8px 0;
	border-top:1px solid #003366;
}


/*-----------------------------------------------------------------
visiter menu
-----------------------------------------------------------------*/
dl.visiter_list{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
.visiter_list dt{
	margin:20px 0 5px 10px;
	font-weight:bold;
}
.visiter_list dd{
	margin-left:20px;
}
.visiter_list ul{
	list-style-type:none;
}


/*-----------------------------------------------------------------
top page
-----------------------------------------------------------------*/

#flash{
	margin:5px 0 10px 0;
}


.ban_area{
	margin:1px 0 0 0;
	width:560px;
}

/*---margin---*/
.r15{margin-right:15px;}
.r10{margin-right:10px;}
.r8{margin-right:8px;}
.r5{margin-right:5px;}
.r1{margin-right:1px;}
.l8{margin-left:8px;}
.l5{margin-left:5px;}
.b6{margin-bottom:6px;}
.t6{margin-top:6px;}

/*---news&mobile---*/
#news_mobile{
	width:560px;
	margin:13px 0 13px 0;
}

#news_topics{
	width:365px;
	float:left;
}

#news_topics ul{
	list-style-type:none;
	overflow:scroll;
	overflow-x: hidden;
	height:370px;
	width:364px;
	border:1px solid #CCC;
	padding-bottom:5px;
	padding-top:3px;
}
#news_topics li{
	background:url(../img/arrow_p_gif) 12px 9px no-repeat;
	padding:3px 5px 0px 30px;
}
#news_topics li.news_last{
	margin-top:5px;
	margin-bottom:8px;
	font-weight:bold;
}
#news_topics li.news_new{
	background:url(../img/arrow_p2_gif) 7px 9px no-repeat;
	padding:3px 5px 0px 40px;
}

ul.nt_page{
margin:15px 20px;
}
.nt_page li{
	background:url(../img/arrow_p_gif) 12px 9px no-repeat;
	padding:3px 5px 3px 30px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	list-style-type:none;
}

#mobile{
	width:185px;
	float:right;
}
#mobile dd{
	border:1px solid #CCC;
	height:155px;
}
#mobile dd p{
	margin:8px 12px;
	font-size:12px;
}
#mobile dd p.small{
	font-size:10px;
}

/*---online db site---*/
#ban_sate{
	width:560px;
	margin:13px 0 13px 0;
}

#db_ban{
	width:365px;
	background:#B6B6B6;
	float:left;
	padding-bottom:5px;
	padding-top:3px;
}
#db_ban dt,#db_ban dd{
	display:inline;
}
#sate{
	background:#B6B6B6;
	height:56px;
	width:185px;
	float:right;
}

/*-----------------------------------------------------------------
course
-----------------------------------------------------------------*/
#c_path{
	background: url(../img/c_path_jpg) no-repeat bottom right;
	width:560px;
	height:30px;
	text-align:left;
	font-size:10px;
	padding-top:5px;
	float:right;
}

#c_path2{
	background: url(../img/c_path2_jpg) no-repeat bottom right;
	width:560px;
	height:30px;
	text-align:left;
	font-size:10px;
	padding-top:5px;
	float:right;
}
/*Firefox、Mozilla、Safari、Operaにのみスタイルを適用
------------------------------*/
html[xmlns] #c_path{
	margin-right:15px;
}


.catchcopy{
	margin:15px 0 20px 0px;
}
.c_text dt,.c_text01 dt,.c_textonly dt{
	color:#004566;
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
}
.c_textonly02 dt{
	color:#004566;
	font-weight:bold;
	font-size:120%;
	margin-bottom:0px;
	line-height:1.5;
}

.c_text dd,.c_text01 dd,.c_textonly dd{
	margin:0 10px;
}
.c_textonly02 dd{
	margin:8px 10px 0px 10px;
}

.c_textonly03 dd{
	margin:5px 0px 10px 10px;
}

.c_main,.c_textonly,.c_textonly02{
	width:520px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.c_photo{
	width:210px;
	float:right;
}
.c_photo img{
	margin-bottom:15px;
}
.c_text{
	width:300px;
	float:left;
}
.c_text dd{
	margin-bottom:15px;
}

.c_photo01{
	width:160px;
	float:right;
}
.c_photo01 img{
	margin-bottom:15px;
}
.c_text01{
	width:350px;
	float:left;
}
.c_text01 dd{
	margin-bottom:15px;
}

.c_image{
	margin:10px 0 30px 0;
}
.c_image02{
	width:510px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.c_teacher,.c_student,.c_ob{
	width:90%;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.c_teacher td,.c_student td,.c_ob td{
	vertical-align:top;
}
.c_teacher{background:#CBDCED;}
.c_student{background:#CFE6CF;}
.c_ob{background:#E2D6EC;}

.c_face{
	width:80px;	
}
.c_face img{
	margin:5px 0 5px 5px;
}

.c_message dt{
	padding:2px;
	border-bottom:1px dotted #FFF;
	margin:0 5px 0 0;
	color:#000033;
}
.c_message dd{
	background:#FFF;
	padding:10px;
	margin:5px 5px 5px 0;
}


/*--------------
animal
--------------*/
#animal{
	width:545px;
	background: url(../course_animal/img/bottom_gif) no-repeat bottom #FDD10B;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding-bottom:35px;
}
#animal dl{
	width:466px;
	background: url(../course_animal/img/point_bottom_gif) no-repeat bottom #FFFFCC;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	margin-bottom:5px;
}
#animal dd{
	padding:10px 20px 20px 20px;
	border-left:1px solid #FF7F00;
	border-right:1px solid #FF7F00;
}


/*-----------------------------------------------------------------
history
-----------------------------------------------------------------*/
.t_img{
	margin:8px 0;
}
table.history{
	margin-top:10px;
}
table.history th{
	vertical-align:top;
	white-space:nowrap;
	text-align:right;
	padding:8px;
	border-top:1px solid #999;
	background-color:#FFE8E8;
}
table.history th.era{
	background-color:#FFCACA;
	border-top:1px solid #999;
}
table.history td{
	vertical-align:top;
	padding:8px;
	border-top:1px dotted #999;
}


/*-----------------------------------------------------------------
way
-----------------------------------------------------------------*/
table.way,table.way02{
	margin-bottom:30px;
}
.way td,.way02 td{
	text-align:right;
	padding:2px 5px;
	vertical-align:top;
}
.way02 td{
	text-align:left;
}
.way th,.way02 th{
	padding:2px 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	background:#FFF;
}
.way td.b_off,.way02 td.b_off{
	border-bottom:none;
	border-top:none;
	background:#FFF;
	width:10px;
}
/*宮川追加*/
.way td.b_off2,.way th.b_off2{
	border-bottom:none;
	border-top:none;
	background:#FFF;
}

td.subtotal,th.subtotal{font-weight:bold;}
.way_on td,.way_on th{background:#FFE8E8;}


/*-----------------------------------------------------------------
relate
-----------------------------------------------------------------*/
#kakei_relate{
	width:520px;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
.kr_left{
	float:left;
	width:255px;
}
.kr_right{
	float:right;
	width:255px;
}
#kakei_relate dt{
	background: url(../img/h_back_jpg) repeat-x bottom;
	border:1px solid #A9B3D4;
	color:#333;
	margin:0 10px 10px 10px;
	font-weight:bold;
	padding:1px;
	text-indent:1em;
}
#kakei_relate li{
	background:url(../img/arrow_mini_gif) 17px 6px no-repeat;
	margin-left:10px;
	padding-left:30px;
	margin-bottom:5px;
	list-style-type:none;
}
#kakei_relate li.btm{
	margin-bottom:15px;
}

#kakei_relate ul.kr_sub {
	margin-top:3px;
	margin-bottom:2px;
}
#kakei_relate .kr_sub li {
	margin-bottom:0px;
}

#kakei_relate ul.sitemap_sub {
	margin-top:30px;
}
#kakei_relate .sitemap_sub li{
	background:url(../img/arrow_b_gif) 17px 3px no-repeat;
	margin-left:6px;
	padding-left:35px;
	margin-bottom:5px;
	list-style-type:none;
}

.dd_cate{
	margin-left:15px;
	font-weight:bold;
	margin-top:3px;
}


/*-----------------------------------------------------------------
equipment
-----------------------------------------------------------------*/
table.equ_table{
	margin-top:7px;
}
.equ_table td{
	text-align:center;
	vertical-align:top;
}


/*-----------------------------------------------------------------
uniform
-----------------------------------------------------------------*/
#sign{
	text-align:right;
}
#uniform_photo img{
	margin: 0px 10px
}


/*-----------------------------------------------------------------
calendar
-----------------------------------------------------------------*/
.cal_month{
	margin-top:15px;
	margin-bottom:15px;
}
table.calendar{
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:10px;
}
.calendar td{
	text-align:left;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.calendar th{
	background:#FFE1E1;
	padding:5px;
	text-align:center;
	font-weight:normal;
	width:20px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.calendar th.cal_day{background:#FFE1E1;}
.calendar th.cal_sat{background:#C7E2E2;}
.calendar th.cal_sun{background:#FFC2A6;}


/*-----------------------------------------------------------------
club
-----------------------------------------------------------------*/
.comment{
	margin-top:15px;
	margin-bottom:20px;
}
/*--------------
detail
--------------*/
.club_detail{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
}
.club_name{
	float:left;
	width:320px;
}
.club_name .club_h3{
	margin-bottom:12px;
	background: url(../img/clubname_back_gif) bottom repeat-x #319393;
	color:#FFF;
}
.club_name .club_h3 h3{
	padding:3px 10px;
	font-size:130%;
}

.club_photo{
	float:right;
	width:220px;
}
.club_photo img{
	margin:0 10px;
}

.club_text th{
	text-align:center;
}
.club_text td{
	text-align:right;
}


/*--------------
news
--------------*/
table.news{
	margin-bottom:10px;
}
.news td{
	vertical-align:top;
	border-bottom:1px dotted #CCC;
}
.date{
	background:url(../img/arrow_p_gif) 8px 2px no-repeat;
	padding-left:25px;
}
td.clubname{
	white-space:nowrap;
}

/*--------------
news couse
--------------*/
table.newsc{
	margin-bottom:10px;
	background:#FFE8E8;
}
.newsc td{
	vertical-align:top;
	border-bottom:2px solid #FFF;
}
.datec{
	background:url(../img/arrow_p_gif) 8px 2px no-repeat;
	padding-left:25px;
}
td.clubnamec{
	white-space:nowrap;
}

/*--------------
list
--------------*/
table.club_table.sports{
	background:#CCE7F8;
}
table.club_table.culture{
	background:#CCE7F8;
}
.club_table td{
	width:33%;
	vertical-align:top;
	padding:15px 10px;
}
.club_table ul{
	list-style-type:none;
}
.club_table li{
	background:url(../club/img/arrow_gif) 8px 5px no-repeat;
	padding-left:25px;
}

.club_table a {color: #333; text-decoration: underline;}
.club_table a:link {color: #333; text-decoration: underline}
.club_table a:visited {color: #666; text-decoration: underline;}
.club_table a:hover {color: #6600CC; text-decoration: none;}

/*--------------
? ?^
--------------*/
.photos{
	background-color:#CCE7F8;
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.photos img{
	margin:5px 3px 15px 3px;
}

/*--------------
detail
--------------*/
.detail_date{
	text-align:right;
}
.club_navi{
	text-align:right;
	margin-top:10px;
}

.club_navi img{
	margin:5px;
}

.record_img img{
	margin:0 0 8px 0;
}
#detail_table td.record_img,.detail_table td.record_img{
	vertical-align:top;
	text-align:right;
}
#detail_table td,.detail_table td{
	vertical-align:top;
}
#detail_table .detail_text,.detail_table .detail_text{
	text-align:left;
	margin:0 5px 20px 0;
}
#detail_table dl,.detail_table dl{
	margin:30px 5px 15px 0;
}
#detail_table dt,.detail_table dt{
	font-weight:bold;
	padding:0 0 0 5px;
	margin-bottom:3px;
	border-left:5px solid #339933;
}
#detail_table dd,.detail_table dd{	
	margin-left:12px;
}
#detail_table ul,.detail_table ul{	
	margin-left:20px;
}

/*--------------
text decoration
--------------*/
.c_pink{ font-weight:bold; color:#FF6666;}
.c_green{ font-weight:bold; color:#339933;}
.c_orange{ font-weight:bold; color:#FF6600;}
.c_green02{ font-weight:bold; color:#669966;}
.c_red{ color:#FF0000;}


/*-----------------------------------------------------------------
library
-----------------------------------------------------------------*/
table.library_table{
	margin-top:0;
	margin-bottom:15px;
}
.library_table td{
	vertical-align:top;
}
.library_table ul{
	list-style-type:none;
	margin-top:10px;
}

table.library td,table.library th{
		text-align:center;
		padding:3px;
}
th.lib_head{
	background:#FFBFBF;
}
th.lib_sat{
	background:#C7E2E2;
}
th.lib_sun{
	background:#FFC2A6;
}

.lib_a1{color:#CA2848;}
.lib_a2{color:#3333cc;}
.lib_a3{color:#009933;}
.lib_b1{background:#ccc;}
.lib_b2{background:#FFC2A6;}
.lib_b3{background:#CCE697;}
.lib_b1_2{color:#ccc;}
.lib_b2_2{color:#FFC2A6;}
.lib_b3_2{color:#CCE697;}

/*宮川追加*/
td.lib_b1_2,option.lib_b1_2{
	background:#ccc;
	color:#333;
}
td.lib_b2_2,option.lib_b2_2{
	background:#FFC2A6;
	color:#333;
}
td.lib_b3_2,option.lib_b3_2{
	background:#CCE697;
	color:#333;
}
td.lib_b1,option.lib_b1{
	background:#ccc;
	color:#333;
}

#lib_topics{
	margin-left:auto;
	margin-right:auto;
}
#lib_topics ul{
	list-style-type:none;
	width:500px;
}
/*Firefox、Mozilla、Safari、Operaにのみスタイルを適用
------------------------------*/
html[xmlns] #lib_topics ul{
	margin-left:auto;
	margin-right:auto;
}

#lib_topics li{
	background:url(../img/arrow_p_gif) 12px 7px no-repeat;
	padding:3px 5px 5px 30px;
}
#lib_topics li.news_last{
	margin-top:5px;
	margin-bottom:8px;
}


/*-----------------------------------------------------------------
inq
-----------------------------------------------------------------*/
.inq{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	border:1px solid #999;
	padding:10px 0;
}
#contents .inq p{
	margin:0;
	margin:2px 15px;
	text-align:center;
}
#contents .inq strong{
	font-size:120%;
}
.minired{
	color:red;
}
#form1{
	text-align:center;
}
.button{
	text-align:center;
	margin:10px auto;
}
.inq_main,.inq_field{
	width:360px;
}
.text_r{
	text-align:right;
}
.transfer dt{
	color:#000033;
	font-weight:bold;
	margin-bottom:3px;
}
.transfer dd{
	padding-left:30px;
	margin-bottom:8px;
}
.transfer ol{
	margin-left:30px;
}


/*-----------------------------------------------------------------
graduate
-----------------------------------------------------------------*/
p.t_top{
	padding-top:10px;
}

.ob_list,.ob_pdf,.ob2_pdf,.normal,.transfer{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:30px;
	margin-right:30px;
}

.ob_list li{
	background:url(../img/arrow_mini_gif) 7px 6px no-repeat;
	padding-left:20px;
	margin-bottom:1px;
	list-style-type:none;
	
}
ul.ob_pdf{
	margin-bottom:15px;
}

.ob_pdf li{
	background:url(../img/arrow_pdf_gif) 7px 0px no-repeat;
	padding-left:30px;
	margin-bottom:5px;
	list-style-type:none;
}

ul.ob2_pdf{
	margin-bottom:15px;
}

.ob2_pdf li{
	background:url(../img/arrow_xls_gif) 7px 0px no-repeat;
	padding-left:30px;
	margin-bottom:5px;
	list-style-type:none;
}


ul.normal{
	margin-top:-10px;
}
.normal li{
	margin-left:20px;
	margin-bottom:5px;
	list-style-type:disc;
}
.t_red{
	color:red;
}
.t_big{
	font-size:1.5em;
}

/*-----------------------------------------------------------------
news&topics
-----------------------------------------------------------------*/
.free_area{
	text-align:left;
	margin:5px 20px 25px 20px;
}
#record_details .column_box{
	margin-top:20px;
	clear:both;
}


/*-----------------------------
写真レイアウト
-----------------------------*/
.layout_type{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*--------------------
タイプA
--------------------*/
.record_img_a{
	float:right;
	margin:0 0 10px 10px;
}
/*--------------------
タイプB
--------------------*/
.record_img_b{
	float:left;
	margin:0 10px 10px 0;
}
/*--------------------
タイプC,タイプD
--------------------*/
.record_img_c,.record_img_d{
	text-align:center;
	margin-bottom:5px;
}
.record_img_c img,.record_img_d img{
	margin:10px 5px 5px 5px;
	vertical-align:top;
}

/*画像キャプション*/
p.pic_caption{
	margin:0;
	padding:0;
	text-align:center;
	margin-top:3px;
	color:#006633;
	font-size:80%;
}

.h4_attach{
	background:#fff ;
	border:1px solid #CCC;
	width:530px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h4_attach h4{
	font-size:100%;
	margin:0px 10px 0px 0;
	padding:2px 5px 2px 7px;
	border-left:2px solid #ccc;
}

.column_box{
	clear:both;
}

.column_box ul{
	list-style-type:none;
	margin:10px 30px;
}
.column_box li{
	background:url(../img/arrow_mini_gif) 2px 6px no-repeat;
	padding-left:15px;
}

#record_details .date{
	background:none;
	clear:both;
}
#record_details .date td{
	padding:2px 5px;
}
.date td{
	text-align:right;
}
.free_area{
	clear:both;
}


/*-----------------------------------------------------------------
Float_Clear
-----------------------------------------------------------------*/
#header:after,#main:after,#news_mobile:after,#mobile dd:after,#contents:after,#contents p:after,.c_main:after,.c_teacher:after,.c_student:after,.c_ob:after,.student_message:after,.teacher_message:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#kakei_relate:after,.club_detail:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main_area h3.cal_ttl{
	color:#409f41;
	text-align:center;
	font-size:2.0em;
	font-weight:normal;
	padding-right:10px;
	padding-top:7px;
}
#main_area td.record_img span{
	width:200px;
	color:#409f41;
	margin:0 auto;
	text-align:center;
	font-size:0.9em;
}
#vpage{
	margin-top:20px;
}
#detail_table dl.sanshobtn,#detail_table dl.sanshobtn dd{
margin-left:0px;
}
#detail_table .sanshobtn dd{
	background:url(../img/arrow_p_gif) 12px 9px no-repeat;
	padding:5px 5px 5px 30px;
	height:auto;
}

