/* このファイルはUTF-8です */

body{
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	background-image: url("/assets/templates/suginami/side_back.jpg");
	/*background-color: #dbddda;*/
}
div#container{
	margin: 0px auto;
	width: 800px;
	background-color: #ffffff;
}

/* リンク関連 */
a{
	color: #528349;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
}
a:active{
	color: #ff0000;
}
div#top_menu a{
	color: #528349;
	text-decoration: none;
	font-weight: normal;
}
div#top_menu a:hover{
	color: #ff0000;
}
div#top_menu a:active{
	color: #ff0000;
}

ul.frontList a:link{
	color: #004567;
}
ul.frontList a:hover{
	color: #ff0000;
}
ul.frontList a:active{
	color: #ff0000;
}

/* ヘッダ関連 */
div#header{
	height: 100px;
	background-image: url("/assets/templates/suginami/top_logo.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1px;
	background-color: #ffffff;
}
div#header div{
	display: none;
	width: 800px;
	margin: 0px auto;
	text-align: right;
}
/* トップメニュー関連 */
div#top_menu{
	background-image: url("/assets/templates/suginami/top_menu_back.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: right;
	font-size: 10pt;
	padding: 5px 0px;
	margin: 0px;
}
div#top_menu ul{
	margin: 0px 2em 2px 0px;
	padding: 0px;
	color: #000000;
}
div#top_menu ul li{
	display: inline;
	margin-left: 0.3em;
}

div#longtitle{
	border-bottom: solid 1px #528349;
	background-image: url("/assets/templates/suginami/longtitle_back.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 2em 5px 1em;
	margin: 0px;
	font-size: 10pt;
}
h1{
	margin: 0px;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

/* コラム関連 */
div#column_container{
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}



	/* メイン部分 */
div#main_column{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}
div#main_content{
	margin: 1em 1em 0px 2.5em;
	text-align: justify;
}
div#main_content h2{
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-left: -1em;
	margin-bottom: 1.2em;
	background-image: url("/assets/templates/suginami/h2_mark.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
/*	color: #ff7e00;*/
}

div#main_content h3{
	font-size: 100%;
	padding-left: 3px;
	border-left: solid 5px #528349;
	margin-top: 2em;
	margin-bottom: -0.5em;
}

div#main_content table.front_fee{
	border: solid 1px #cccccc;
}
div#main_content table.front_fee th{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
}
div#main_content table.front_fee td{
	border: solid 1px #cccccc;
	font-weight: normal;
	padding-left: 2em;
	text-align: right;
}
ul.frontInfo{
	margin-top: 0.5em;
	margin-left: 0em;
	padding-left: 2em;
	padding-bottom: 5px;
}
ul.frontInfo li{
	list-style-type: square;
	list-style-image: url("/assets/templates/suginami/list_mark_orange.jpg");
	list-style-position: outside;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}

div.news_header{
	position: relative;
	border: solid 1px #cccccc;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background-image: url("/assets/templates/suginami/news_header_back.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e4ffd4;
}
div#main_content div.news_header h3{
	padding-left: 0.5em;
	margin: 1px;
	border: none;
	width: 200px;
}
div.news_header div.news_header_middle{
	position: absolute;
	top: 3px; left: 6.5em;
	border-left: solid 1px #cccccc;
	padding-left: 1em;
}
div.news_header div.news_header_right{
	position: absolute;
	top: 3px; right: 1.5em;
	border-left: solid 1px #cccccc;
	padding-left: 1em;
}
div.news_header div.news_header_right span{
	display: none;
}
div.news p{
	margin-top: 5px;
}
div#main_content div.news ul.frontList{
	margin-top: 0.5em;
	margin-left: 0em;
	padding-left: 2em;
	padding-bottom: 5px;
}
div.news ul.frontList li{
	list-style-type: square;
	list-style-image: url("/assets/templates/suginami/list_mark_orange.jpg");
	list-style-position: outside;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}

div#rel_site img{
	border: solid 1px #cccccc;
}

	/* 右側 */
div#right_column{
	width: 220px;
	float: right;
	font-size: 10pt;
	padding-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 1em;
	/* border-left: solid 1px #528349; */
	border-bottom: dotted 1px #dddddd;
	background-color: #ffffff;
	background-image: url("/assets/templates/suginami/right_column_back.gif");
	background-position: left;
	background-repeat: repeat-y;
}
div#right_column h2{
	font-size: 100%;
	font-weight: bold;
	border-bottom: double 3px #aaaaaa;
	margin: 1em 0px 0px 0px;
	padding-bottom: 1px;
	background-image: url("/assets/templates/suginami/right_h2_back.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}
div#right_column h3{
	font-size: 90%;
	font-weight: bold;
	border-left: double 3px #aaaaaa;
	margin: 1em 0px 0px 0px;
	padding-bottom: 1px;
}
div#home_latest_list ul{
	margin-top: 0.5em;
	margin-left: 0em;
	padding-left: 1.5em;
	padding-bottom: 5px;
}
div#home_latest_list ul li{
	list-style-type: square;
	list-style-image: url("/assets/templates/suginami/list_mark_green_gray.jpg");
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}
div#home_journal_list ul{
	margin-top: 0.5em;
	margin-left: 0em;
	padding-left: 1.5em;
	padding-bottom: 5px;
}
div#home_journal_list ul li{
	list-style-type: square;
	list-style-image: url("/assets/templates/suginami/list_mark_green_gray.jpg");
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}
div#home_bbs_list ul{
	margin-top: 0.5em;
	margin-left: 0em;
	padding-left: 1.5em;
	padding-bottom: 5px;
}
div#home_bbs_list ul li{
	list-style-type: square;
	list-style-image: url("/assets/templates/suginami/list_mark_green_gray.jpg");
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}
span.ditto_journal_date{
	font-size: 90%;
	color: #666666;
}
div#home_journal_list div.align_right{
	text-align: right;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
}

	/* カレンダー */
div#calendar{
	margin: 0px;
	padding: 0px;
}
div.ee_miniCalendar{
	width: 90%;
	text-align: center;
	margin: 1em auto 1em auto;
}
div.ee_miniCalendar table td{
	border: solid 1px #aaaaaa;
	background-color: #ffffff;
	padding: 2px;
}
div.ee_miniCalendar table th{
	padding: 2px;
	font-weight: normal;
}
table.ee_miniCalendarNav{
	margin: 0px auto;
}
div.ee_miniCalendar table.ee_miniCalendarNav td{
	border: none;
}
div.ee_miniCalendar table.ee_miniCalendarNav td.ee_miniCalYear{
	font-size: 80%;
	padding: 0px;
	margin-bottom: 0px;
}
div.ee_miniCalendar table.ee_miniCalendarNav td.ee_miniCalMonth{
	font-weight: bold;
}
table.ee_miniCalendarDays{
	width: 100%;
	margin: 0px auto;
}
table.ee_miniCalendarDays td.ee_sunday{
	border: solid 1px #ccaaaa;
}
table.ee_miniCalendarDays td.ee_saturday{
	border: solid 1px #aaaaff;
}
table.ee_miniCalendarDays a{
	display: block;
	border: solid 1px #0f832a;
	background-color: #c1d6c6;
	margin: -1px;
	text-decoration: none;
	color: #000000;
}
table.ee_miniCalendarDays td.ee_today{
	background-color: #fcfbdc;
	border: solid 1px #8c8c8c;
}
table.ee_miniCalendarDays td.ee_prev{
	color: #888888;
	background-color: #dddddd;
	border: solid 1px #aaaaaa;
}
table.ee_miniCalendarDays td.ee_next{
	color: #888888;
	background-color: #dddddd;
	border: solid 1px #cccccc;
}
div.easyEventsList_group{
	padding: 5px;
	border-left:  dotted 1px #c1d6c6;
	margin-top: 1em;
	margin-bottom: 0px;
}
div.easyEventsList_heading{
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 5px;
}
div.easyEventsList_time{
	margin-top: 5px;
}
div.easyEventsList_description{
	border-bottom: dashed 1px #cccccc;
}
/* フッター */
div#footer{
	clear: both;
	color: #ffffff;
	padding-top: 1.6em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 10pt;
	background-image: url("/assets/templates/suginami/footer_back.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #528349;
}
div#footer a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/* その他 */
hr.invisible{
	display: none;
}

a.top_news{
	display: block;
	border: 1px solid #ddddff;
	margin: 1em 2em;
	padding: 1em;
	width: 80%;
	text-align: center;
	background-color: #eeeeff;
	color: #0000ff;
}
div#main_content p.top_news{
	border: 1px solid #ddddff;
	margin: 1em 2em;
	padding: 1em;
	width: 80%;
	text-align: center;
	background-color: #eeeeff;
}
a.top_news:hover{
	color: #0000ff;
	border: 1px solid #3333ff;
	background-color: #eeeeff;
}

div#right_column a.right_news_green{
	display: block;
	padding: 1em;
	font-weight: normal;
	color: #334433;
	border: 1px solid #448844;
	background-color: #eeffee;
}
div#right_column a.right_news_green:hover{
	text-decoration: underline;
}
div#right_column p.right_news_pink{
	padding: 1em;
	font-weight: normal;
	border: 1px solid #aa8888;
	background-color: #ffeeee;
}


