@charset "utf-8";
/* CSS Document */

/*****ページ全体*****/

body {
	background-color: rgb(255,255,255);
	width: 800px;
	margin: 0 auto;
} 	

a:link { color:#333333; }
a:visited { color:#333333; }
a:active { color:#333333; }
a:hover { color:#FF6600; }


#title{
 margin:0;
}

/*****フォント*****/
h1
{
font-size:10px;
font-weight:normal;
} 

h2
{
font-size:13px;
font-weight:bold;
color: #444;
} 

h3
{
	font-size:12px;
	font-weight:normal;
	color: #444;
} 

h4
{
	font-size:12px;
	font-weight:normal;
	color: #444;
}

p {
   margin: 0.7em 0px;
}

p.example1 { font-size: 15px; }
p.example2 { font-size: 13px; }
p.example3 { font-size: 12px;
margin:0; 
}
p.example4 { font-size: 11px; }
p.example5 { font-size: 9px; }
p.example6 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin:0;
}

p.example8 { font-size: 1.5em; }
p.example9 { font-size: 80%; }

p.example10 { font-size: larger; }
p.example11 { font-size: smaller; }

.font1 {
	font-size:14px;
	color:#000099;
	font-weight:bold;
}
	   
.font2 {
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}

.texst1 {font-size:13px;
         color:#333333; 
         line-height: 1.5em; }

a:link { color:#333333; }
a:visited { color:#333333; }
a:active { color:#333333; }
a:hover {
	color:#FF6600;
	font-size: 12px;
}

/*****タイトルバー*****/
.back_topix {
	background-image: url(imagepress/top/bg_news.gif);
	background-repeat: no-repeat;
	height: 200px;
}

/*****メニューバー*****/
.back {
	background-image: url(imagepress/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
