@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
	height:100%;
}
body {
	background: url(../img/bgBody.png) left top repeat-x #ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	/*font-size:75%;*/
	font-size:75%;
	letter-spacing: 0.1em;
	/*	padding-bottom: 20px;*/
	/* height:100%; */
	color:#666666;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0.5em 0 1em 0;
	/*letter-spacing: 1px;*/
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
input {
	margin:0;
	padding:0;
}
table td {
	margin:0;
	padding:0;
}


/* clearFix
----------------------------------------------------------- */
.clearFix{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clear{
	clear:both;
}


/* リンク
----------------------------------------------------------- */
a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}


/* リンクアイコン
----------------------------------------------------------- */

/* FireFox用ハック */
a {
	padding-top:0;
	padding-bottom:0;
}
html>/**/body a {
	padding-top:3px;
	padding-bottom:3px;
}
html:first-child a {
	padding-top:0;
	padding-bottom:0;
}

a.inner {
	background:url(../img/icon/inner.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}

a.pagetop {
	background:url(../img/icon/pagetop.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}

a[href^="http://"]{
	background:url(../img/icon/outer.gif) right center no-repeat;
	display:inline-block;
	padding-right:18px;
}

a[href$=".pdf"]{
	background:url(../img/icon/pdf.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}

a[href$=".doc"]{
	background:url(../img/icon/doc.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}

a[href$=".xls"]{
	background:url(../img/icon/xls.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}

a[href$=".ppt"]{
	background:url(../img/icon/ppt.gif) left center no-repeat;
	display:inline-block;
	padding-left:18px;
}


/* レイアウト
----------------------------------------------------------- */
div#wrapper,
div#footwrap {
	width: 800px;
	margin: 0 auto;
}

div#topImage {
	width: 800px;
	height: 378px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 14px;
}

div#topImage h1 {	display: none; }

div#topImage div#titleimg {
	width: 224px;
	height: 68px;
	display: block;
	margin-left: 14px;
}

div#footer {
	height: 55px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

div#footAlpha {
	padding-top: 14px;
	width: 120px;
	float: left;
}

div#footBeta {
	width: 600px;
	float: right;
	padding-top: 5px;
}

ul#footMenu {
	text-align: right;
	margin-bottom: 5px;
}

ul#footMenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #cccccc;
}

ul#footMenu li.last {
	border-right:none;
}

p.copyright {
	text-align: right;
	color: #999999;
}

div#pagetop {
	clear: both;
	width: 790px;
	text-align: right;
	padding: 5px;
}


/* 汎用
----------------------------------------------------------- */
.fltLft {float:left;}
.fltRgt {float:right;}

.needs {
	color:#FF0000;
	font-weight:bold;
}
