* {
	background-image: none;
	color:#333;
	font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:1.5;
}

body {
	background-color: #FF9999;
	background-image: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_bg.jpg);
	font-size:62.5%;
	_font-size:60.0%;
}


a{
	color:#DB4956;
}

a:hover{
	text-decoration: underline;
}



strong {
	color: #C30;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	margin:0 auto;
	width:800px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	background-image: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_header.gif);
	height:60px;
	width:800px;
}


#header h1 a {
	color: #333;
	display: block;
	font-size: 22px;
	font-weight:bold;
	height: 25px;
	line-height: 25px;
	margin-left: 200px;
	padding-top: 10px;
	text-decoration: none;
}


#header #sub {
	color: #A8A253;
	font-size: 1.0em;
	margin-left: 200px;
}

/*ナビゲーション
-------------------------------------------------------------------*/

#nav {
	background-color: #C03A3A;
	height: 20px;
	width:800px;
}


#nav ul {
	display: block;
	float: right;
	list-style-type:none;
	margin-right: 10px;
}


#nav li {
	background: url(http://mizk.net/img/001_c_li.gif) no-repeat 12px 3px;
	border-left: 1px solid #fff;
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
}

#nav a {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 20px;
}

#nav a:hover {
	background-color: #fff;
	color: #f60;
}


/*●パンくずナビ*/

div#pan{
	font-size:1.2em;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#wrap {
	background: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_base_bg2.jpg) #fff;
	float: left;
}


/*
コンテンツ　メインカラム
-------------------------------------------------------------------*/

#contents {
	float: right;
	overflow: hidden;
	width:570px;
}

#contents h2 {
	border-bottom: 1px solid #EAEAEA;
	border-left: 7px solid #933;
	color: #933;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 10px 5px 5px;
	padding: 2px 0px 2px 10px;
}


#contents h3 {
	border-left: 5px solid #933;
	color: #333;
	font-size: 1.6em;
	font-weight:bold;
	line-height: 20px;
	margin: 15px 0px 10px 10px;
	padding-left: 10px;
}


#contents h4 {
	border-left: 5px solid #2D5991;
	color: #2D5991;
	font-size: 1.4em;
	font-weight:normal;
	line-height: 16px;
	margin: 15px 0px 10px 15px;
	padding-left: 10px;
}


#contents p{
	background-image: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_note_line.gif);
	font-size:1.4em;
	line-height: 20px;
	margin: 10px 30px;
	padding: 5px 10px;
}

#contents p.entry-foot{
	background:none;
	border-top:1px solid #ccc;
	color:#666;
	font-size:1.2em;
	text-align:right;
}

#contents p.entry-foot a{
	font-size:1.0em;
}



#c_pad {
	padding: 10px;
}

#c_pad p a {
	line-height: 20px;
}

#c_pad p a:hover {
	font-weight:bold;
	text-decoration: underline;
}

#c_pad p strong {
	line-height: 20px;
}

#c_pad li{
	font-size:1.4em;
	margin-left:50px;
}


/*●サイトマップ*/

#c_pad li ul{
	margin-bottom:15px;
}

#c_pad li ul li{
	font-size:1.0em;
	margin-left:30px;
}

#c_pad li ul li a{
	font-size:1.0em;
}


/* ●トップページのメインカラムに表示するメニュー */


#c_pad div#hp_type a{
	color:#333;
}

#c_pad div#hp_type a:hover{
	color:#DB4956;
}

#c_pad div#hp_type ul{
	border-left:2px solid #ddd;
	margin-left:30px;
}

#c_pad div#hp_type li{
	display:inline;
	margin-left:10px;
}

#c_pad div#hp_type li a{
	color:#060;
}



/*●トップページイメージ*/

#contents #top_img {
	background-color: #E4F3E4;
	border: 1px solid #D0E3D0;
	padding: 10px 0;
	text-align: center;
}

.smpl{
	background: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_top_img.jpg);
	height:186px;
	width:530px;
	margin:0 auto;
}



/*●コメントフォーム*/

table.comment-form{
	border:none;
	font-size:1.2em;
	margin:0px 0px 10px 15px;
	width:90%;
}

table.comment-form td{
	border-top:none;
	border-right:none;
	border-bottom:1px solid #ccc;
	border-left:none;
	padding:5px;
}

table.comment-form th{
	background-color:#eee;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #ccc;
	border-left:6px solid #ccc;
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
	text-align:left;
	width:130px;
}

#contents form input:focus,
#contents form textarea:focus{
	background-color:#ffffcc;
}

#comment-preview,#comment-submit{
	font-size:1.1em;
	_font-size:1.0em
	padding:0 5px;
}

#comment-author,
#comment-email,
#comment-url{
	padding:3px 0px;
}

#comment-text{
	_width:300px;
}





/*
コンテンツ　サイドメニューカラム
-------------------------------------------------------------------*/
#side {
	float: left;
	overflow: hidden;
	width: 210px;
}


#side p {
	font-size:1.3em;
	line-height:1.5;
	padding: 10px;
}

#side p a {
	display: block;
	margin-bottom:3px;
}


div.side_d {
	margin:5px auto;
	padding-top: 2px;
	width: 200px;
}

div.side_d h3 {
	background: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_side_h3.gif) no-repeat;
	border-bottom: 1px solid #060;
	color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight:bold;
	line-height: 24px;
	margin:3px auto 0;
	padding-top: 4px;
	text-align: center;
	width: 180px;
}

div.side_d ul {
	margin-bottom: 10px;
}

div.side_d li {
	list-style-type: none;
}


div.side_d li a {
	background:url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_li.gif) no-repeat #fff 5px center;
	border-bottom: 1px solid #CEEACE;
	color:#006600;
	display: block;
	font-size: 1.3em;
	line-height: 15px;
	margin: 1px 12px 0px 12px;
	padding:3px 0 3px 15px;
	text-decoration:underline;
	_width:160px;
}


div.side_d li a:hover {
	background-color: #EBF5EC;
	color: #000000;
	text-decoration: none;
}



div.side_d div{
	margin: 1px 12px 0;
	background:#fff;
}


/*●サイドバーの検索窓*/

div.side_d form input.mado{
	margin:0 auto;
	width:90%;
}

div.side_d form input.btn{
	padding:0px;
	font-size:1.0em;
}


/*●サイドバーのカレンダー*/

div.side_d div.calender table{
	border:1px solid burlywood;
	font-size:1.3em;
	text-align:center;
	width:100%;
}

div.side_d div.calender th{
	font-weight:bold;
}


div.side_d div.calender td{
	border:1px solid burlywood;
	padding:3px 0;
	width:14%;
}

div.side_d div.calender td a{
	color:#00f;
	display:block;
}

div.side_d div.calender td a:hover{
	color:#fff;
	background:#f00;
}



/*
フッター
-------------------------------------------------------------------*/

#f_menu {
	background: url(http://mizk.net/mtos/plugins/ijk-tmpl/img/001_foot.jpg) repeat-x;
	border: 1px solid #E2E2DE;
	clear: both;
	height: 50px;
	padding: 10px 0;
	text-align: center;
}

#f_menu h3{
	font-size:1.3em;
	font-weight:bold;
}

#f_menu li {
	border-right: 1px solid #333;
	display: inline;
	font-size: 1.2em;
	list-style-type: none;
	padding:0px 5px;
}

#f_menu ul {
	margin: 5px 0;
}

#f_menu li a {
	font-size: 1.1em;
}

#f_menu p {
	color: #333;
	font-size: 1.1em;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	background-color: #C03A3A;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 5px 0px;
	text-align: center;
}

