@charset "UTF-8";

/*--------------------------------------------------------------

textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss


--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
a:link {
	color:#555;
}
a:visited {
	color:#555;
}
a:hover {
	color:#555;
	text-decoration:none;
}
a:active {
	color:#555;
}

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */
h4 {
	font-size:107%;
	text-align:center;
	margin:15px 0px;
}

/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */
.lv2_title {
	margin:0px 20px;
}

.lv2_title img {
	display:block;
}

.waste {
	width:860px;
	margin:0px 20px;
	padding-top:5px;
	background:url(../img/lv2/lv2_topback.gif) top no-repeat;
}

.waste li {
	display:inline;
	margin-right:5px;
}

.header-utility_user .graduate a {
	display:block;
	text-indent:-9999px;
	width:134px;
	height:25px;
	background: url(../img/common/header-utility_graduate.gif) left top no-repeat;
}
.header-utility_user .guidance a {
	display:block;
	text-indent:-9999px;
	width:134px;
	height:25px;
	background: url(../img/common/header-utility_guidance.gif) left top no-repeat;
}

/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */
#submenu-area .submenu {
	margin:0 0 15px 0;
}

#submenu-area .submenu li {
	margin-bottom:5px;
	border:1px solid #e3e3e3;
	padding:1px;
}

#submenu-area .submenu .submenu_sub {
	border:none;
	padding:0px;
}

#submenu-area .submenu .submenu_sub a {
	width:auto;
	padding:0px;
	background:none;
}

#submenu-area .submenu .submenu_sub img {
	display:block;
}

#submenu-area .submenu li a {
	width:176px;
	display:block;
	padding:8px 0px 8px 20px;
	background:url(../img/common/side_bt.gif) no-repeat;
}

#submenu-area .submenu .lv2_list_parent {
	margin-bottom:0px;
}

#submenu-area .submenu .lv2_list_parent img {
	display:block;
	vertical-align:bottom;
}

#submenu-area .submenu .lv2_list_parent a {
	display:block;
	zoom:1;
	vertical-align:bottom;
}

#submenu-area .submenu li a:link,
#submenu-area .submenu li a:visited {
	text-decoration:none;
}

#submenu-area .submenu li a:hover,
#submenu-area .submenu li a:active {
	text-decoration:underline;
}

#submenu-area .submenu ul .lv2_list {
	margin-bottom:0px;
	padding:0px;
	border:none;
	zoom:1;
}

#submenu-area .submenu ul .lv2_list ul {
	margin-bottom:5px;
}

#submenu-area .submenu ul .lv2_list ul li {
	padding:0px;
	margin:0px;
	border-top:none;
	background:url(../img/lv2/side_sub_bt.gif) repeat-x;
}

#submenu-area .submenu ul .lv2_list ul .check a {
	background:url(../img/lv2/side_bt._nav.gif) no-repeat bottom right;
}

#submenu-area .submenu ul .lv2_list ul li a {
	padding:5px 0px 5px 23px;
	margin:0px;
	background:none;
	width:175px;
}

.submenu-title {
	margin:0;	
}

/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */
.en_proposal li {
	list-style:disc;
	float:none;
	margin-left:15px;
	margin-bottom:3px;
}

.re_proposal {
	clear:both;
	margin-bottom:8px;
}

.re_proposal ul {
	width:480px;
	float:right;
}

.re_proposal li {
	list-style:disc;
	float:none;
}

.topics_list_link {
	margin:10px 0px 0px 0px;
	padding:0px;
}

.topics_list_link a {
	padding:0px 0px 0px 10px;
	background:url(../img/common/globalmenu_top_nav.gif) no-repeat 0px 4px;
}

h6 {
	border-bottom:2px solid #f0f0f0;
	padding-bottom:5px;
	margin-bottom:5px;
}

h6 a {
	font-size:100%;
	margin:0px 0px 3px 0px;
	padding:4px 5px;
	border-left:5px solid #558ab0;
}

h6 span {
	font-size:100%;
	margin:0px 0px 0px 0px;
	padding:4px 5px;
	border-left:5px solid #558ab0;
}

.section.opening p {
	margin-bottom:15px;
}

.underline {
	text-decoration:underline;
}

.section .arranges li {
	list-style:disc;
	margin-left:18px;
	margin-bottom:3px;
	float:none;
}

.clerical {
	width:100%;
}

.clerical th {
	background:url(../img/contribute/table_back.gif) top left no-repeat;
	border:1px solid #e6e6e6;
	text-align:left;
	padding:5px;
	width:38%;
}

.clerical td {
	border:1px solid #e6e6e6;
	padding:5px;
}

img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

p.right {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.narrow {
	padding:10px;
}

.narrow p {
	padding-bottom:10px;
}

.content_left {
	width:300px;
	float:left;
}

.content_right {
	float:right;
	width:300px;
}

ol li {
	list-style-type:decimal;
	margin-left:25px;
}

/* ------------------------------------------------------------ */
/* 創価一貫教育の歩み */
/* ------------------------------------------------------------ */
.history {
	width:100%;
}

.history th {
	width:18%;
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #999;
}

.history td {
	width:82%;
	padding:5px;
	border-bottom:1px dotted #999;
}



/* ------------------------------------------------------------ */
/* 名誉学術称号 */
/* ------------------------------------------------------------ */
.honor_table {
	width:100%;
}

.honor_table td,
.honor_table th {
	border:1px solid #ccc;
	text-align:left;
	padding:6px;
}

.honor_table th {
	background:#f0f0f0;
}

.honor_table .honor_head th {
	background:#64a37d;
	color:#fff;
}

.honor_table .skipborder td {
	background:#f3faf3;
}

.img_title {
	padding:5px 0 3px 0;
	border-bottom:1px solid #e3ece0;
}

.lesson_list li {
	float:left;
	margin-right:12px;
	margin-bottom:15px;
	padding-top:6px;
	width:200px;
}

.lesson_list li h5 {
	margin-bottom:10px;
}

.news_line {
	border-bottom:dotted 1px #e3e3e3;
	margin:0 0 10px 0;
}
.news_line .date {
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	line-height:16px;
}

.news_line .gakuen {
	background:#5288af url(../img/lv2/news_icon_gakuen.jpg) left top no-repeat;
	font-size:77%;
	color:#fff;
	width:92px;
	height:16px;
	line-height:16px;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}
.news_line .tokyo {
	background:#a7c956 url(../img/lv2/news_icon_tokyo.jpg) left top no-repeat;
	font-size:77%;
	color:#fff;
	width:92px;
	height:16px;
	line-height:16px;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}
.news_line .kansai {
	background:#ffa746 url(../img/lv2/news_icon_kansai.jpg) left top no-repeat;
	font-size:77%;
	color:#fff;
	width:92px;
	height:16px;
	line-height:16px;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}
.news_line .sapporo {
	background:#e89fee url(../img/lv2/news_icon_sapporo.jpg) left top no-repeat;
	font-size:77%;
	color:#fff;
	width:92px;
	height:16px;
	line-height:16px;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}

/* ------------------------------------------------------------ */
/* 学園メイト */
/* ------------------------------------------------------------ */
#contents-area.ed_mate {
	background:url(../img/mate/side_ber.gif) no-repeat;
}

#contents-area.ed_mate .content_right {
	float:right;
	width:410px;
}
	
#contents-area.ed_mate .narrow p {
	margin-bottom:5px;
	padding:0px;
}

.navi_arrow li {
	float:left;
	background:url(../img/common/globalmenu_tokyo_nav.gif) no-repeat 0px 8px;
	padding-left:8px;
	margin-right:18px;
}

.blackboard {
	margin:0px auto;
	width:600px;
	background:url(../img/mate/blackboard_bottom.gif) no-repeat bottom;
	padding:0 0 35px 0;
	color:#fff;
}

.blackboard p{
	clear:both;
	padding:0px 25px;
}

.blackboard h6 {
	background:url(../img/mate/blackboard_top.gif) no-repeat;
	padding:10px 25px 5px 25px;
	border:none;
}

.one_category {
	clear:both;
	padding:0px 25px;
}

.one_category p {
	float:right;
	width:475px;
	padding:0px;
}

.blackboard a:link {
	color:#ebe8c7;
}
.blackboard a:visited {
	color:#ebe8c7;
}
.blackboard a:hover {
	color:#ebe8c7;
	text-decoration:none;
}
.blackboard a:active {
	color:#ebe8c7;
}

