@chareset "Shift_JIS";

/* ページの基本設定 */

body {color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color:#ffffff;} 
	
/* contents.cssからの変更 */

h2 {font-size:10pt;}

h3 {font-size:12pt; 
	padding-left:1em; 
	line-height:2.0em;
	height:30px;}
	
li  {font-size:9pt;	line-height:1.4em;}
p {font-size:medium;
	line-height:1.5em;}
#copyright {font-size:x-small;}

/* リンクの基本設定 */

a {color: #003300;
	text-decoration:none;}
a:hover {color: #999999;
	text-decoration:none;}


/* ヘッダのデザイン */

h1 {margin:0;
	padding-right:30px;
	height:120px;
	line-height:9.0em;
	font-size:10pt;
	text-align:right;
	font-family:"ＭＳ ゴシック", "Osaka", "Arial";
	border-bottom:solid  20px #006600;
	background:url("img/m_megumido_logo.jpg") no-repeat #FFFFFF;}	

/* 変更部分ここから */

h1 a {color:#000000;}
h1 a:hover{color:#009933;}	

/*----- contents.cssからの変更はここまで */


/* mainのデザイン */

.main {width:100%;	/* IEのバグ対策 */
	margin-bottom:20px;
	/*border:1px solid #d5d5d5;*/
	background-color:#ffffff;}
.main h2 {margin:0;
	padding:0.2em 0.5em;
	color:#ffffff;
	background-color:#006600;}
	p {padding:0 10px;}
p img {float:left;
	margin:0 10px 10px 0;}
.main h3 {margin-top:1em;

	margin-left:1em;　/*----- 変更はここから */
	padding-left:1em;
	background:url("img/mic_goishimk.jpg") no-repeat left;}
p.categories {clear:both;
	margin:5px 10px;
	text-align:right;
	border-top:dashed 1px #d5d5d5;}	
	
/*----- contents.cssからの変更はここまで */


/* menuのデザイン */

#left, #right {background:url("img/back1.gif") #e9fffc;}	

/*----- 変更はここから */

.menu {margin:10px;}	

/*----- contents.cssからの変更はここまで */

.menu h2 {margin:0;
	padding:2px 5px;
	color:#ffffff;
	background-color:#006600;}
.menu ul {margin:0;
	padding:0 5px 10px 5px;
	list-style-type:none;}
.menu li {padding:2px 0 2px 15px;
	background:url("img/list_icon.gif") no-repeat left;
	border-bottom:1px dotted #666666;}


/* bottomのデザイン */

#bottom {margin:20px 10px 10px 10px;}
#bottom input {margin:5px 0;}
#copyright {padding:0;}


/* contents.cssから追加したソースはここから -----------------------------*/


/* ロールオーバーボタンのデザイン */

#rollover {margin:10px;
	padding-bottom:10px;}
#rollover a {display:block;
	height:22px;
	margin:5px 0;
	padding:2px 0 2px 20px;
	font-size:12px;
	line-height:1.5em;
	font-weight:bold;
	background:url("img/button.gif") no-repeat;}
#rollover a:hover {color:#CC0033;
	background-position:0 -30px;}
#rollover a:active {color:#ffffff;
	background-position:0 -60px;}


/* サムネイル付きメニューのデザイン */

#gallery {margin:10px 0;
	width:138px;
	background-color:#ffffff;
	border:1px solid #d5d5d5;}
#gallery li {height:60px;
	padding:10px 0 0 60px;
	border-bottom:1px dotted #666666;}
#ga00 {background:url("img/ga00s.jpg") no-repeat left;}
#ga01 {background:url("img/ga01s.jpg") no-repeat left;}
#ga02 {background:url("img/ga02s.jpg") no-repeat left;}
#ga03 {background:url("img/ga03s.jpg") no-repeat left;}
#ga04 {background:url("img/ga04s.jpg") no-repeat left;}
#ga05 {background:url("img/ga05s.jpg") no-repeat left;}
#ga06 {background:url("img/ga06s.jpg") no-repeat left;}
#ga07 {background:url("img/ga07s.jpg") no-repeat left;}
#ga08 {background:url("img/ga08s.jpg") no-repeat left;}

/* ページのレイアウト */
body {margin:0;
	padding:0;}
#contents {position:relative;
	width:100%;}
#left {position:absolute;
	left:15px;
	top:10px;
	width:170px;}
#right {position:absolute;
	right:15px;
	top:10px;
	width:170px;}
#center {margin-top:10px;
	margin-left:200px;
	margin-right:200px;}


/* contents.cssからの変更はここまで -----------------------------*/
.fimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* css_table -----------------------------*/

table {border-collapse:collapse;
	border:solid #006600 1px;}
th, td {width:22em;
	padding:0.6em;
	border:solid #006600 1px;
	border-top:none;
	border-bottom:none;
	}
.gray {background-color:#e5eee3;}
caption {color:#ffffff;
	background-color:#006600;
	padding:0.5em;
	font-weight:bold;}
