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


/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*html*/
body {
	background: #f9f8f3;
	color: #333;
	font-size: small;
	/*font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}

body .arial {
	font-family: Arial , Verdana, Geneva ,sans-serif;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

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

a:active {
	text-decoration: underline;
	color: #FFF;
}

h1,h2,p.li {
	font-size:1em;

}

div#head {
	margin:20px auto 0;
	padding:0 10px;
	width:850px;

	text-align:left;
}

div#base {
	margin:auto auto;
	width:870px;
	height:502px;
	background:url(../img/portal_bg.jpg) no-repeat;
}
div#global_navi {
	width:850px;
	height:59px;
	margin: 0 auto 0;
}
div#global_navi ul {
	list-style-type:none;
	margin:0; padding:0;
}

div#global_navi li {
	float:left;

}
div#global_navi img {
	vertical-align:top;
}
#flashArea {
	width:850px;
	height:357px;
	overflow: hidden;
	background: #fff;
	margin: 10px auto 0;
}
#flashArea li{
	float: left;
	list-style: none;
	width: 425px;
}

table.topBtnArea {
	width:850px;
	margin:0 auto;
	padding:0;
}
table.topBtnArea td {
	vertical-align:top;
}

div#topBtnArea {
	clear:both;
	width:850px;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	margin:21px 0 0 19px ;
	padding:0;
	float:left;
}
ul.topBtn {
	float:right;
	list-style-type:none;
	margin:15px 19px 0 0;
	padding:0;
}
ul.topBtn li {
	float:left;
	margin-left:4px;
}

div#footer {
	clear:both;
	text-align:right;
	padding:10px;
width:850px;
margin:0 auto;
}
p.sample {
	font-size:12px;
	color:#666633;
	border:3px solid #666633;
	padding:30px;
	width:350px;
	margin:80px auto;
	background-color:#fff;
}
p.sample strong{
	font-size:14px;
}
p.sample a{
	color:#666633;
}

