/*********************** MIAMIHOSHUKO.ORG のスタイルシート**********************/
/* 6/21/2009 KR */

body {  
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "MS Gothic", arial, verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•", sans-serif, "MS Mincho"; 
	color: #666666;		/* default font color is gray */
	font-size: 85%;
	margin: 0;
	background-color: #ccffff;
}

a:link { text-decoration: none; color: #0066cc; }	/* blue */
a:visited { text-decoration: none; color: #0066cc; }
a:hover { text-decoration: underline; color: #003399; }	/* darker blue */

h1 { 
	font-size: 2.8em; 
	color: #6666FF;			/* light blue */
	position: absolute;
	height: 0;
	overflow: hidden;	/* overflow can not be seen */
}
h2 {
	margin: 0.5em 0 1.2em 0;
	padding: 5px;
	font-size: 2em;
	color: #3366cc;		/* blue */
	border-bottom: solid #3366cc 2px;	/* thin underline */
}
h3 
{
	margin: 1em 0 1em 0;
	font-size: 1.5em;
	color: #009900;		/* green */
}
h4 
{
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
	color: #996600;		/* light brown */
}
h5 
{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.13em;
	color: #ff9933;		/* orange */
}
h6
{
	font-size: 1em;
	font-weight:bold;
}



/****************************** Header - 上部バナー設定 ***********************************/
#header {
	background: #ffffff url(_image/banner.jpg) top left no-repeat;	/* set a page top image */
	height: 102px;		/* This number should match background image height, and less than frame size defined in index.html */
	width: 950px;		/* This number should line up with contents */
	margin: 0;
	border-top: 5px solid #ccffff;	/* line on top of header */
	border-bottom: 10px solid #fff;	 /* white line below the background image */
}


/****************************** Footer - page footer area ********************************/
#footer {
	color: #666;			/* gray font color */
	text-align: left;
	font-size: 0.7em;
	margin: 1em;
	line-height: 1em;
}



/****************************** Content - 本内容 ************************************/
/* main container for content page */
#content 
{
	position: relative;
	width: 710px;
	margin: 0;			/* top margin must match Mukuji's top margin */
	padding: 1.5em 30px 3em 30px;
	
	background-color: white;
	border-bottom: 8px solid #ffff99;	/* a thin yellow line on bottom */
	line-height: 1.2;
}

#content p { line-height: 1.3em;}


/******************************** 目次 ********************************/
#mokuji {
	margin: 0 0 1.5em 7px;
	padding : 0;
	width: 100%;
	color: #339900;			/* green default text color */
	font-size: 0.85em;
}
#mokuji ul {
	margin: 0;
	padding : 0;
	list-style: none;
	border-left: 10px solid #ffff66;	/* yellow vertical line on left side of block */
}
#mokuji ul a {
	margin: 0 0 1px 0;				/* a thin line between menu items */
	padding: 0.2em 0.5em;			/* placement of link text within a block */
	display: block;
	
	background: #339900;		/* green background */
	color: white;
	text-decoration: none;	/* prevent underline set earlier */
	font-size: 0.9em;		/* make the text slightly smaller */
}
#mokuji a:hover {
	background: #66cc00;		/* when mouse over, background is lighter green */
}
#mokuji li ul 
{
	position: relative;
	width: 160px;
	left: 0;
	border-left: none;		/* no line on left side of block */
}
#mokuji li ul a {
	background-color: #339900;
}
#mokuji li ul a:hover {
	background-color: #66cc00;
}



/****************************** サブメニュー ************************************/

/* ページ内のメニュー */
#submenu {
	width: 11em;
	float: left;
	background: #ffffcc;			/* yellow background */
	margin: 0 2em 0.5em 0;
	padding: 1.5em;
	border: 2px solid #6c0;			/* green border */
}
#submenu ul 
{
	margin: 0 0 0 1.5em;			/* placement of link block */
	padding: 0;
	list-style: dot;
}
#submenu li
{
	margin: 0.5em 0;
}




/******************************** お知らせ　Box ********************************/

/*** お知らせ ***/

.announce {
	width: 500px;
	background: #ffff99;			/* light orange, title is jpg */
	margin: 2em 0 1em 70px;			/* text box width is narrower than page */
	padding:  1em;
	border: 3px solid #fc0;			/* orange text border */
	border-style: double;
	font-size: 1em;				/* slightly smaller text */
	line-height: 1.3em;
}


/*** お知らせ Rounded Corner ***/
p.announce2 	
{
    width: 80%;
	background: #ffffcc url(_image/pboxtl.jpg) top left no-repeat;  /* light yellow */
	text-align: center;
}

p.announce2 span {
	display: block; /* sets all spans inside p to block, so only need this once */
	background: url(_image/pboxtr.jpg) top right no-repeat;
}

p.announce2 span span {
	background: url(_image/pboxbr.jpg) bottom right no-repeat;
}

p.announce2 span span span {
	padding: 2em;
	height: 0; /* fixes a padding bug in IE */
	background: url(_image/pboxbl.jpg) bottom left no-repeat;
}

p.announce2 span span > span {
	height: auto; /* sets the height back to auto for all other browsers */
}

/*
.announce_title {
	margin: 0 0 1.5em 0;
	width: 100%;
	color: White;
	background-color: #ff9900;			/* orange 
	text-align: center;					/* centered 
	font-weight: bold;
}

/*** 新着情報 ***/
/* .announce2 {
	width: 500px;
	background: #ffffcc url(main_news.gif) top left no-repeat;	/* title is jpg 
	margin: 2em 0 1em 70px;		/* text box width is narrower than page 
	padding:  0 0 1em 0;
	border: 3px #fc0;			/* orange text border 
	border-style: double;
	font-size: 0.9em;				/* slightly smaller text 
	line-height: 1.3em;
}
.announce2_title {
	margin: 0 0 1.5em 0;
	width: 100%;
	color: White;
	background-color: #ffcc00;			/* light orange 
	text-align: center;					/* centered 
	font-weight: bold;
}
*/



/****************************** その他設定 ************************************/
p.ptight 
{
	margin: 0.2em 0;
}

/*** テーブル ***/
/* Basic table - no border, minimal padding*/
table.table1 {
	width: 100%;
	border: none;
}
table.table1 tr 
{
	vertical-align: text-top;
}
table.table1 td 
{
	margin: 0;
	padding: 0.3em;
	/*border: solid 1px #99cc99;*/
}

/* 色付き table */
table.colortable {
	border-collapse: collapse;
}
table.colortable th 
{
	border: solid 2px #99cc99;	/* light green */
	background-color: #ffffcc;	/* lightest yellow */
}
table.colortable td {
	border: solid 2px #99cc99;	/* light green */
	padding: 0.3em;
}
/* table's emphasized column */
.colorcol 
{
	background-color: #ffffcc;	/* lightest yellow */
	font-weight: bold;
}

/* お知らせtable */
table.oshirase {
	margin: 0.5em;
}
table.oshirase th 
{
	border: solid 2px #fc0;		/* orange */
	color: White;
}
table.oshirase td {
	border: solid 2px #fc0;		/* orange */
	padding: 1em;
	vertical-align: text-top;
	
	background-color: #ffffcc;	/* lightest orange */
}
.coloshirase {
	background-color: #ff9900;	/* orange */
}
.colnews {
	background-color: #ffcc00;	/* light orange */
}

/* 緊急情報table */
table.tblalert {
	margin: 0.5em 0 0.5em 0.5em;
	width: 98%;
}
table.tblalert th 
{
	border: solid 2px yellow;
	padding: 0.2em 0;
	background-color: #ff9900;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
}
table.tblalert td {
	border: solid 2px #ff9900;
	padding: 1em;
	vertical-align: text-top;
	text-align: center;
	background-color: white;
	color: #f60;
	font-weight: bold;	
}



/*** 空行スペース ***/
.spacer {  height: 0.8em;  }
.spacerw {  height: 2em;  }


/*** セクション分けのライン ***/
.divider {
	margin: 3em 0;
	width: 100%;
	height: 1.1px;
	background: #3366cc;
	clear: left;
}


/*** 様々な文字の設定 ***/
/* 強調 */
.strong0 {
	margin: 0;
	color: gray;			/* gray */
	font-weight: bold;
}
.strong1 {
	margin: 0.7em 0;
	color: #ff9933;			/* orange */
	font-weight: bold;
}
.strong2 {
	margin: 0.7em 0;
	color: #ff9933;			/* orange */
	text-align: center;		/* centered */
	font-weight: bold;
}


/* Announcement headers 
.alert1
{
	margin: 1em 0 1em 0;
	padding: 0.2em;
	font-size: 1.5em;
	background-color: red;
	border: solid 2px yellow;
	color: white;
	text-align: center;
} */
.alert2
{
	margin: 1em 0 1em 0;
	padding: 0.2em;
	font-size: 1.5em;
	background-color: #f60;		/* orange background */
	border: solid 2px yellow;	/* yellow border */
	color: white;
	text-align: center;
	font-weight: bold;
}

/* 小さめ文字 */
.smallnote {
	font-size: 80%;
}

/* 英文字用フォント */
.en {
	font-family: arial, helvetica, sans-serif;
}



/*** リスト ***/
/* 行間広めリスト */
.roomylist {
	margin: 1em 0 2em 1.5em;
	padding: 0;
}
.roomylist li {
	margin: 0 2em;
	padding: 0.5em 0;
}

/* List with no space around it */
.tightlist 
{
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
}
.tightlist li 
{
    margin: 0;
    padding: 0;
}


/* No bullets */
ul.list0 {
	margin: 0 0 0 1.5em;
	list-style-type: none;
}
ul.list0 li 
{
	margin: 0.5em 0;
}

/* Round bullets */
ul.list1 {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type:disc;	/* filled circle */
}
ul.list1 li 
{
	margin: 1em 0;
}

/* Circle bullets */
ul.list2 {
	margin: 0 0 0 1.5em;
	list-style-type: circle;
}
ul.list2 li 
{
	margin: 1em 0;
}

/* Numbered list with minimum spacing */
ol.list0 {
	margin: 0 0 0 1.5em;
}
ol.list0 li {
	margin: 0.5em 0;
}



/*** 画像 ***/
/* basic image class */
img.basic 
{
	border-style: none;
	padding: 0;
}
img.image1 
{
	border-style: none;
	padding: 0;
}
/* for gyuouki */
img.imggyouji
{
	width: 280px;
	margin: 0.7em 0;
}


/*** 画面上の配置指定 ***/
.leftfloat {
	float: left;
	padding: 0 1em 0.3em 0;
	margin: 0;
	border: none;
}
.rightfloat {
	float: right;
	padding: 0 0 0.3em 1em;
	margin: 0;
	border: none;
}
