@charset "utf-8";

/*フッタ設定--------------------------------------------------------------------*/

#footer a {
	color: #fff;
}

/*前のページに戻る*/

#prev_page a {
	border: 0px solid red;
	margin-top: 8px;
	margin-left: 720px;
	padding-left: 16px;
	color: #fff;
	font-size: x-small;
	position: absolute;
	clear: both;
	z-index: 97;
	float: right;
	background: url(../common/img/prev_page.gif) no-repeat left 3px;
}

/*ページトップへ*/

#go_top {
	margin-right: 12px;
	padding-left: 16px;
	border: 0px solid #f60;
	color: #333;
	font-size: x-small;
	position: relative;
	bottom: 32px;
	float: right;
	background: url(../common/img/go_top.gif) no-repeat left 2px;
}

/*画像リンクにマウスオーバーで薄くする*/

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* @group メインメニュー */

#main_menu {
	margin: 0;
	
}

#main_menu table {
	width: 100%;
	border-spacing: 0px;
	margin: 0 0 0;
}

/* @end */



/* @group 前のページ戻る */

#go_prev{
	font-size: small;
float: right;	
display: block;
	text-align: right;
	margin-right: 2em;	
}

#go_prev ul{
	margin: 0;
	padding: 0;
}

#go_prev li{
list-style-image: url(../images/go_prev_12x9.gif);
	position: relative;
	top: 5px;
}

/* @end */


/* @group パン屑リスト（トップページ） */

#topicPath_00 {
	display: none;
	margin: 0;
	padding: 4px 0 4px 12px;
	border: 0px dashed #f60;
	margin: 0;
	background: url(../common/images/main_menu_091210.gif) center bottom;
}

#topicPath_00 ol {
	list-style-type: none;
}

#topicPath_00 li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
	font-size: small;
}

#topicPath_00 li a {
	padding-right: 10px;
	background: url(../common/images/topic_path.gif) no-repeat right center;
	text-decoration: underline;
}

/* @end */


/* @group パン屑リスト */

#topicPath_01 {
	padding: 8px 0 8px 12px;
	border: 0px dashed #f60;
	background: url(../common/images/menu_bg.jpg) center bottom;
	margin: 0;
}

#topicPath_01 ol {
	list-style-type: none;
	
}

#topicPath_01 li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
	font-size: small;

}

#topicPath_01 li a {
	padding-right: 10px;
	background: url(../common/images/topic_path.gif) no-repeat right center;
	text-decoration: underline;
}

#topicPath_01 li .last{
	padding-right: 10px;
	background: none no-repeat right center;
	text-decoration: underline;
}



/* @end */

/* @group サブリンク（ヘッダー下） */

#sublink{
	margin: 0;
	padding:0;
}


#sublink ul {
	margin: 0;
	padding: 0;
	text-align: right;
	border: 0px dashed #f60;
	list-style-type: none;
	position: relative;
	width: 300px;
	height: 24px;
	top: 48px;
	float: right;
}

#sublink li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: small;
}

#sublink li a {
	padding-right: 0;
	text-decoration: underline;
}

#sublink li a.last {
	background-image: none;
	padding-right: 10px;
}

/* @end */

/* @group 文字サイズ・ウェイト・色設定 */

.size_1 {
	font-size: xx-small;
}

.size_2 {
	font-size: x-small;
}

.size_3 {
	font-size: small;
}

.size_4 {
	font-size: medium;
}

.size_5 {
	font-size: large;
}

.size_6 {
	font-size: x-large;
}

.size_7 {
	font-size: xx-large;
}

.w_normal {
	font-weight: normal;
}

.w_bold {
	font-weight: bold;
}

.color_00 {
	color: #000;
}

.color_01 {
	color: #333;
}

.color_02 {
	color: #666;
}

.color_03 {
	color: #999;
}

.color_04 {
	color: #ccc;
}

.color_05 {
	color: #f00;
}

.color_06 {
	color: #f60;
}

.color_07 {
	color: #f90;
}

.color_08 {
	color: #00f;
}

.color_ff {
	color: #fff;
}

.hoso {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group 定義〜１ */

dl.teigi1 dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 7em;
	border: 0px solid #ccc;
}

dl.teigi1 dd {
	color: #666;
	margin-left: 7em;
	padding-left: 0em;
	border: 1px solid #fff;
/*白の0px線はウィンドウズでの表示の為*/
}

dd {
	padding-bottom: 0.5em;
}

dd ol {
	margin: 0;
	border: 0px solid #f60;
	padding: 0 0 0 3em;
}

dd ol li {
	border: 0px solid #f60;
	padding-bottom: 1em;
}

/* @end */

/* @group 利用案内〜問合せ */

.info_toiawase {
	width: 476px;
	border: 1px solid #ccc;
	margin: 1px auto;
	text-align: left;
	padding: 1em 2em;
	font-size: small;
}

.info_toiawase .title {
	text-align: center;
	border: 1px solid #999;
	padding: 3px;
	background-color: #eee;
}

/* @end */

/* @group その他 */

.news_date {
	padding: 0.5em 1em;
	text-align: left;
	background-color: #eee;
	color: #000;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

.jump {
	color: #ffff00;
	margin-right: 3px;
	padding-right: 14px;
	background: url(../common/img/mini_jump_icon.gif) no-repeat right 0px;
	height: 13px;
	text-decoration: none;
}

a:hover.jump {
	color: #00B8FD;
	background: url(../common/img/mini_jump_icon2.gif) no-repeat right 0px;
	text-decoration: underline;
}

.link_icon {
	background: url(../common/img/mini_jump_icon.gif) no-repeat right center;
}

a:hover.link_icon {
	color: #00B8FD;
	background: url(../common/img/mini_jump_icon2.gif) no-repeat right 0px;
	text-decoration: underline;
}

.link_180x40 {
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 8px auto 8px;
	background-color: #42007e;

/*リンク背景色*/
}

.qanda_q1 {
	font-weight: bold;
	background-color: #d4e9ff;
	padding: 1px 0 1px 12px;
	font-size: small;
	border: 1px solid #666;
	margin-right: 0em;
	margin-left: -2em;
	margin-bottom: 0.5em;
}

.qanda_q2 {
	background-color: #fff;
	font-size: small;
	margin-right: 2em;
	margin-left: -3em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
}

.qanda_q2 a {
	padding: 0 0 0 16px;
	background: url(../common/img/small_square_arrow_down.gif) no-repeat left 2px;
}

.qanda_q3 {
	background-color: #fff;
	font-size: small;
	color: #000;
	font-weight: bold;
	margin-right: 2em;
	margin-left: -3em;
	margin-bottom: 0.5em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
	padding: 0 0 0 32px;
	background: url(../common/img/icon-q.gif) no-repeat left 2px;
	font-style: normal;
}

.qanda_q4 {
	background-color: #fff;
	font-size: small;
	margin-right: 2em;
	margin-left: -3em;
	margin-bottom: 2em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
	padding: 0 0 0 32px;
	background: url(../common/img/icon-a.gif) no-repeat left 2px;
}

/* @end */

/* @group blog読込み */

#blog_title{
	margin: 10px auto;
	padding: 0 0;

}

#blog_title ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	
}

#blog_title li {
	margin: 2px 4px;
	padding: 2px 0;
	line-height: 1.2em;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dashed #999;
	text-align: left;
}

#blog_title li a{
	display: block;
	
}

#blog_title li a:hover{
	color: #f60;

}


.new{
	color: #cc0000;
	font-weight: bold;
	font-size: x-small;
}
.read_blog{
	font-size: 10px;
	text-align: left;
	margin-left: 240px;
	padding:4px 0 0 0;
	

}

table#toppage_blog{
	width: 420px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;
		}

table#toppage_blog td.toppage_blog_date{
	font-size: small;
	padding: 5px 0 5px 15px;
	vertical-align: top;
	width: auto;
	line-height: 1.2em;
	border-bottom: 1px dashed #999;
	white-space:nowrap;
	background: url(http://jogaku.or.jp/images_common/list_head_13x7.gif) no-repeat left 7px;

	}
table#toppage_blog td.toppage_blog_title{
	padding: 5px 0 5px 0;
	vertical-align: top;
	width: auto;
	line-height: 1.2em;
	border-bottom: 1px dashed #999;
	font-size: small;	
		}






table#toppage_blog td.toppage_blog_date a
{
display: block;
padding-left: 12px;
text-decoration: none;
	background: url(http://jogaku.or.jp/images_common/list_head_13x7.gif) repeat-x left center;
}


table#toppage_blog td.toppage_blog_title a{
display: block;
text-decoration: none;	
	}

table#toppage_blog td a:link,
table#toppage_blog td a:active{
	color: #00f;
}


table#toppage_blog td a:hover{
	text-decoration: underline;
	color: #00f;
}

table#toppage_blog td a:visted{
	color: #fc0;
}


/* @end */

/* @group イベントタイトル */
#event_title{
	width: 381px;
	background-color: #fff;
}
#event_title ul{
}
#event_title ul li{
	text-align: left;
	background: url(../images_common/list_head_13x7.gif) no-repeat left center;
	padding-left: 12px;

}


/* @end */








/* @group ワークショップ */

.workshop_on{
	color:#fff;
	font-size: small;
	padding: 3px;
	background-color: #0e007e;
	border: 1px solid #000;
		margin-right: 0.5em;
	}
	
.workshop_over{
	color:#fff;
	font-size: small;
	padding: 3px;
	background-color: #f60;
	border: 1px solid #000;
	margin-right: 0.5em;
	}

/* @end */

/* @group メインメニュー */

#topmenu_091210 {
	background: transparent url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 780px;
	height: 34px;
	

	
}

#topmenu_091210 a {

/*display: inline;*/
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#topmenu_091210 li {
	background-color: transparent;
	/*display: inline;*/
	float: left;
	left: 0px;
	list-style: none;
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative;
	top: 0px;
	/*width: 190px;*/
}

div#topmenu_091210 ul {
	background-color: transparent;
	height: 28px;
	border: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu_091210 span {
	display: none;
}

/* @group 範囲 */

/*TOP*/
#home {
width:60px;
left:0px;
}
/*トピックス*/
#topics {
width:120px;
left:60px;
}
/*城岳同窓会について*/
#about {
width:120px;
left:180px;
}
/*100周年記念事業*/
#hundred {
width:120px;
left:300px;
}
/*同期会開催情報*/
#announce {
width:120px;
left:420px;
}
/*同窓生の広場*/
#hiroba {
width:120px;
left:540px;
}
/*会報*/
#newsletter {
width:120px;
left:660px;
}



/* @end */

/* @group hover状態 */
/*TOP*/
#home a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat 0px -34px;
}
/*トピックス*/
#topics a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -60px -34px;
}
/*城岳同窓会について*/
#about a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -180px -34px;
}
/*100周年記念事業*/
#hundred a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -300px -34px;
}
/*同期会開催情報*/
#announce a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -420px -34px;
}

/*同窓生の広場*/
#hiroba a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -540px -34px;
}
/*会報*/
#newsletter a:hover {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -660px -34px;
}



/* @end */

/* @group 選択状態 */
/*TOP*/
#home.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat 0px -68px;
}
/*トピックス*/
#topics.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -60px -68px;
}
/*城岳同窓会について*/
#about.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -180px -68px;
}
/*100周年記念事業*/
#hundred.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -300px -68px;
}
/*同期会開催情報*/
#announce.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -420px -68px;
}
/*同窓生の広場*/
#hiroba.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -540px -68px;
}
#newsletter.on {
	background: url(http://www.jogaku.or.jp/common/images/main_menu_091210.gif) no-repeat -660px -68px;
}



/* @end */


















#home a,#home li {
	/*float: left;*/
	height: 34px;
	margin: 0;
	padding: 0;
	width: 60px;
}

#topics a,
#topics li,
#about a,
#about li,
#hundred a,
#hundred li,
#announce a,
#announce li,
#hiroba a,
#hiroba li,
#newsletter a,
#newsletter li
 {
	/*float: left;*/
	height: 34px;
	margin: 0;
	padding: 0;
	width: 120px;
}




/* @end */

/* @group サイドメニュー */



#side_menu_top{
	width: 190px;
	height: 22;
	margin: 0px;
	background-image: url(../common/images/side_menu_top_190x22.gif);
	padding: 0px;}
	
	

#side_menu {
	background: transparent url(../common/menu/side_menu.gif) no-repeat;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 190px;
	height:300px;


}

#side_menu a {

/*display: inline;*/
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

div#side_menu ul {
	background-color: transparent;
	border: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_menu li {
	background-color: transparent;
	/*display: inline;*/
	float: left;
	left: 0px;
	height: 32px;
	list-style: none;
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 190px;
}

#side_menu li.small {
	background-color: transparent;
	/*display: inline;*/
	float: left;
	left: 0px;
	height: 28px;
	list-style: none;
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 190px;
}







#side_menu span {
	display: none;
}

/* @group 範囲 */


#info-0 {
width:190px;
height: 32px;
top:0;
}

#info-1 {
top: 32px;
width:190px;

}
#info-2 {
width:190px;
top:60px;

}
#info-3 {
width:190px;
top:88px;
}
#info-4 {
width:190px;
top:116px;

}
#info-5 {
width:190px;
top:144px;
}

#schedule2 {
width:190px;
top:172px;
border: 0px solid #f60;
}
#work2 {
width:190px;
top:60px;
}
#report2 {
width:190px;
top:60px;
}
#blog2 {
width:190px;
top:60px;
}



/* @end */

/* @group hover状態 */

#info-0 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px 0;
}
#info-1 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -32px;
}
#info-2 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -60px;
}
#info-3 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -88px;
}
#info-4 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -116px;
}
#info-5 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -144px;
}

#schedule2 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -172px;
}

#work2 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -204px;
}

#report2 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -236px;
}

#blog2 a:hover {
	background: url(../common/menu/side_menu.gif) no-repeat -190px -268px;
}


/* @end */

/* @group 選択状態 */


#info-0.on{
	background: url(../common/menu/side_menu.gif)  -380px 0;
}
#info-1.on{
	background: url(../common/menu/side_menu.gif)  -380px -32px;
}
#info-2.on {
	background: url(../common/menu/side_menu.gif) -380px -60px;
}
#info-3.on {
	background: url(../common/menu/side_menu.gif) -380px -88px;
}
#info-4.on {
	background: url(../common/menu/side_menu.gif) -380px -116px;
}
#info-5.on {
	background: url(../common/menu/side_menu.gif) -380px -144px;
}

#schedule2.on {
	background: url(../common/menu/side_menu.gif) -380px -172px;
}

#work2.on {
	background: url(../common/menu/side_menu.gif) -380px -204px;
}

#report2.on {
	background: url(../common/menu/side_menu.gif) -380px -236px;
}

#blog2.on {
	background: url(../common/menu/side_menu.gif) -380px -268px;
}



/* @end */





















/* @end */


#print_info{
	display: none;
}

/* @group トップページリンク集 */
#toppage_links{
	width:189px;
	color:#000;
	margin:5px auto 32px;
	font-size:small;
	border:1px solid #999;
	background-color:#fff;
	clear: both;
}
#toppage_links h5{
	text-align: center;
	color: #960306;
	border-bottom: 1px solid #666;
}	
#toppage_links ul{
	margin:0;padding:0;text-align:left;font-size:x-small;
}


#toppage_links li{
	margin: 0;
	padding:2px 5px 2px 5px ;
	border-bottom:1px solid #ccc;
	width:172px;
	background: url(../images_common/list_head_13x7.gif) no-repeat left center;
	padding-left: 12px;	
	}

#toppage_links li a{
	display: block;
	}
#toppage_links p{
	background-color: #fff;
	padding: 6px;
	line-height: 1.4em;
	margin: 0;
	}

/* @end */
