@charset "UTF-8";

/*------------------------------------------

■ブランドカラー（緑）
#51af22

■アクセントカラー（オレンジ）
#ff8600

------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 95%;
}
/*フォントサイズハック*/
.mac body {
	font-size: 12px;
}

p, div, ul, li, h1, h2, h3, h4, a, form {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none;
}
a {
	outline: 0;
	color: #03c;
}
a:hover {
	color: #ff8600;
	text-decoration: none;
}
a img {
	border: none;
}

/*------------------------------------------------------------------

ヘッダ

------------------------------------------------------------------*/
div#header {
	position: relative;
	background: url(../img/header_bg2.jpg) no-repeat right top;
	width: 900px;
	height: 79px;
	margin: 0px auto;
}
div#header h1 {
	position: absolute;
	background: url(../img/site_id_bg.jpg) no-repeat left top;
	left: 0px;
	top: 0px;
	width: 271px;
	height: 54px;
	padding-top: 25px;
	padding-left: 30px;
}
div#header ul {
	position: absolute;
	right: 30px;
	top: 50px;
	height: 29px;
}
/*フォントサイズハック*/
.mac div#header ul {
	font-size: 13px;
}
div#header ul li {
	float: left;
	padding: 0px 0px 0px 0px;
}
div#header ul li.active {
	background: url(../img/tab_left.gif) no-repeat left top;
	padding-left: 10px;
}
div#header ul li.active span {
	_width: 1%;
	_white-space: nowrap;
	display: block;
	background: url(../img/tab_right.gif) no-repeat right top;
	padding: 7px 10px 0px 0px;
	font-weight: bold;
	height: 22px;
	color: #000;
}
div#header ul li a {
	_width: 1%;
	_white-space: nowrap;
	display: block;
	padding: 6px 15px 0px 15px;
	height: 23px;
	color: #666;
}
div#header ul li a:hover {
	color: #ff8600;
	text-decoration: none;
}

.example{
	color: darkgreen;
	font-size: 86%;
}


img.icon{
    position: relative;
    top: 1px;
    margin: 0px 2px 0 2px;
	align: middle;
	text-decoration: none;
}

img.icon16{
    margin: 0 3px 0 0px;
	vertical-align: middle;
	text-decoration: none;
}

.must {
	color: #ff8600;
	vertical-align: super;
	font-size: x-small;
}

/*
 * Messages
 */
 
.info, .success, .failure{
    border: 1px solid;
    margin: 8px 8px 8px 8px;
    padding:12px 10px 12px 34px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: left;
    line-height: 1.4;
}
.success {
    color: #00529B;
    background-color: #BDE5F8;
    background-image:url('/img/star.gif');
}
.info {
    color: #4F8A10;
    background: url('/img/announcement.gif') no-repeat 8px 11px;
    background-color: #DFF2BF;
}
.failure {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/stop.gif');
}

/*エラー*/

div.error {
	background: url(/img/alert2.gif) no-repeat 3px 5px;
	background-color: #ff8600;
	padding: 7px 5px 7px 25px;
	color: #fff;
	font-weight: bold;

}

/*------------------------------------------------------------------

フッタ

------------------------------------------------------------------*/
div#footer {
	border-top: 1px solid #d2d2d2;
	padding: 10px 15px 10px 10px;
	margin: 30px auto;
	font-size: 80%;
	clear: both;
}
/*フォントサイズハック*/
.mac div#footer {
	font-size: 11px;
}
div#footer ul {
	float: right;
	border-left: 1px solid #a0a0a0;
}
div#footer ul li {
	float: left;
	border-right: 1px solid #a0a0a0;
	padding: 0px 5px;
}
div#footer ul li.latest {
	border: none;
	padding: 0px 5px 0px 15px;
}
div#footer ul li.latest a {
	display: block;
	background: url(../img/arw01.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}
div#footer p.credit {
	line-height: 1.5;
	display: inline;
	font-family: Verdana;
	font-size: 10px;
	color: #a0a0a0;
	white-space: nowrap;
}

/*----------------------------------

フォームボタン

----------------------------------*/
.btn {
	display:inline-block;
	background:none;
	margin:0;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	font:92%/1.2 Arial,Sans-serif;
	text-decoration:none;
	color:#333;
}
* html button.btn {
	padding-bottom:1px;
}
button.btn:active, button.btn:focus{
       outline:none;
} 
/* Immediately below is a temporary hack to serve the 
following margin values only to Gecko browsers
Gecko browsers add an extra 3px of left/right 
padding to button elements which can't be overriden.
Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
	margin:0 -3px;
}
.btn span {
	background:#ddd url(/img/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
}
* html .btn span {
	padding-top:0;
}
.btn span span {
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#9cf !important;
	color:#000;
}
.btn:active span {
	background-position:0 -400px;
	outline:none;
}
.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
	font-weight:bold;
	color:#000;
}