@charset "utf-8";
/* CSS Document */

/* リセットCSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
 
body {
  line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
 
nav ul {
  list-style:none;
}
 
blockquote, q {
  quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
 
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
 
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
 
table {
  border-collapse:collapse;
  border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
 
input, select {
  vertical-align:middle;
}

/* リセットCSSここまで */

body {
	background-image:url(../parts/background.gif);
	background-repeat:repeat;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:870px;
	height:auto;
}

/*ヘッダー部分のスタイル*/
#header {
	width: 870px;
	height: 85px;
	background-color:#0066ff;
	padding: 0px 0px 0px 0px;
}

#header img {
	vertical-align:text-bottom;
	border:none;
}

/*ヘッダー部分のスタイル終了*/

/*メインメニュー*/
#main_menu {
	clear:both;
	width:870px;
	height:30px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#main_menu #link01 a {
	background-image:url("../parts/btn_01_2012.jpg");
}

#main_menu #link02 a {
	background-image:url(../parts/btn_02_2012.jpg);
}

#main_menu #link03 a {
	background-image:url(../parts/btn_03_2012.jpg);
}

#main_menu #link04 a {
	background-image:url(../parts/btn_04_2012.jpg);
}

#main_menu #link05 a {
	background-image:url(../parts/btn_05_2012.jpg);
}	
	

#main_menu ul {
	margin: 0;
	padding: 0;
}

#main_menu li {
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#main_menu li a {
	display: block;
	width: 173px;
	line-height: 30px;
	border-right: solid 1px #999999;
	overflow: hidden;
	text-decoration:none;
}

#main_menu li a:hover {
	background-position: 0 -30px;
}

#main_menu li a span {
	visibility:hidden;
}

#main_menu #current01 a {
	background-image:url(../parts/btn_01_2012.jpg);
	background-position: 0 -60px;
}

#main_menu #current02 a {
	background-image:url(../parts/btn_02_2012.jpg);
	background-position: 0 -60px;
}

#main_menu #current03 a {
	background-image:url(../parts/btn_03_2012.jpg);
	background-position: 0 -60px;
}

#main_menu #current04 a {
	background-image:url(../parts/btn_04_2012.jpg);
	background-position: 0 -60px;
}

#main_menu #current05 a {
	background-image:url(../parts/btn_05_2012.jpg);
	background-position: 0 -60px;
}	
	
/* メインメニューのスタイル終了 */

/* 本体部分（１段組み）の構成 */

#content {
	width:870px;
	margin: 0 0;
}

#content img {
	border:none;
	margin: 0px;
	display: block;
}

#box01 {
	width: 790px;
	margin: 0 0;
	border: solid 10px #0066ff;
	padding: 120px 30px;
	background-color: #FFFFFF;
	display: block;
}

#box01 p {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 32px;
	color: #000000;
	line-height: 150%;
}

#box02 {
	width: 760px;
	padding: 60px 30px 30px 60px;
	border: solid 10px #0066ff;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
}

#box02 h1 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 32px;
	color: #000000;
	line-height: 150%;
}

#box02 p {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 300%;
	text-decoration: underline;
	text-decoration-color: #1CC3ED;
}

#footer {
	clear:both;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
}
/* 本体部分（1段組み）の構成 ここまで */

/* 「マショウニュース」記事 */

#content .article {
	text-align:left;
	padding: 10px;
	width: 398px;
	margin-top: 10px;
	border: 1px solid #FF99CC;
	overflow:hidden;
}

#content .article h1 {
	/*font-family:Lucida Grande,Arial,Meiryo,Hiragino Maru Gothic Pro,verdana,'Trebuchet MS',Helvetica,sans-serif;*/
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 120%;
	color: #FF33FF;
	margin: 0;
}

#content .article h2 {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	font-size: 14px;
	line-height: 150%;
	color: #FF99CC;
	margin: 0;
}

#content .article p {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	/*"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;*/
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	margin-top: 3px;
	margin-bottom:3px;
}

#content .article p a {
	text-decoration:none;
	color:#FF00FF;
}

#content .article p a:hover {
	color:#FF0000;
}

#content .article .kyocho1 {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height:150%;
}

#content .article .kyocho2 {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	line-height:150%;
	margin-top:3px;
	margin-bottom:3px;
}

#content .article .kyocho3 {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0033FF;
	line-height:150%;
	margin-top:3px;
	margin-bottom:3px;
}

#content .article .kyocho4 {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF0000;
	line-height:150%;
	margin-top:3px;
	margin-bottom:3px;
}


#content .article .caption {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#0066FF;
	line-height:150%;
	margin-top:3px;
	margin-bottom:3px;
}

#content .spec {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	line-height:150%;
}

#content .article .white {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	/*"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;*/
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	margin-top: 3px;
	margin-bottom:3px;
}


#content .article h1 a {
	text-decoration: none;
	color:#FF33FF;
}

#content .article h1 a:hover {
	color:#FF0000;
}

#content .article img {
	border:none;
}

#content .article span {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
}

#content span.invisible {
	display:none;
	text-decoration:none;
}


#content .article .inyou {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #663300;
	line-height: 150%;
	margin-top: 3px;
	margin-bottom:3px;
}



/* 記事内、左寄せ写真 */
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border:0;
}

/* 記事内、右寄せ写真 */
.img_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	border:0;
}
/* マショウニュースここまで */

/* #content内の中央配置用 */
#content .center {
	text-align:center;
	border:none;
	margin-top:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#000000;
	line-height:150%;
}

#content .center span {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#000000;
	line-height:150%;
}

#content .center h1 {
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#FF33FF;
}

#content .center h1 a:link {
	text-decoration:none;
	color:#FF33FF;
}

#content .center h1 a:visited {
	text-decoration:none;
	color:#FF33FF;
}

#content .center h1 a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
/* #content内の中央配置用ここまで */

#content .center02 {
	text-align:center;
	padding: 10px;
	width: 398px;
	margin-top: 10px;
	border: 1px solid #FF99CC;
	margin-left:auto;
	margin-right:auto;
}

#content .center02 p {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:14px;
	color:#FF66CC;
	text-decoration:none;
	line-height:120%;
}

#content .center02 p a:link {
	text-decoration:none;
	color:#FF66CC;
}

#content .center02 p a:visited {
	text-decoration:none;
	color:#FF66CC;
}

#content .center02 p a:hover {
	color:#FF0000;
}

#content .center03 {
	text-align:center;
	border:none;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:260px;
	font-size:14px;
	color:#000000;
	line-height:150%;
}

/**/
#content .center04 {
	text-align:center;
	padding: 10px;
	width: 398px;
	margin-top: 10px;
	border: 1px solid #3300FF;
	margin-left:auto;
	margin-right:auto;
}

#content .center04 p {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:14px;
	color:#3300FF;
	text-decoration:none;
	line-height:120%;
}

#content .center04 p a:link {
	text-decoration:none;
	color:#3300FF;
}

#content .center04 p a:visited {
	text-decoration:none;
	color:#3300FF;
}

#content .center04 p a:hover {
	color:#FF0000;
}

/**/
#content .center05 {
	text-align:center;
	padding: 10px;
	width: 398px;
	margin-top: 10px;
	border: 1px solid #ff8c00;
	margin-left:auto;
	margin-right:auto;
}

#content .center05 p {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:14px;
	color:#ff8c00;
	text-decoration:none;
	line-height:120%;
}

#content .center05 p a:link {
	text-decoration:none;
	color:#ff8c00;
}

#content .center05 p a:visited {
	text-decoration:none;
	color:#ff8c00;
}

#content .center05 p a:hover {
	color:#FF0000;
}

/**/
#content .center06 {
	text-align:center;
	padding: 10px;
	width: 398px;
	margin-top: 10px;
	border: 1px solid #2e8b57;
	margin-left:auto;
	margin-right:auto;
}

#content .center06 p {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:14px;
	color:#2e8b57;
	text-decoration:none;
	line-height:120%;
}

#content .center06 p a:link {
	text-decoration:none;
	color:#2e8b57;
}

#content .center06 p a:visited {
	text-decoration:none;
	color:#2e8b57;
}

#content .center06 p a:hover {
	color:#FF0000;
}


/* イメージ、hover時に半調 */
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.5;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}




/*  */
.chuigaki {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 120%;
	color: #FF0000;
	margin-top: 3px;
}

