@charset "UTF-8";

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

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

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

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

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 92%;
}


a {
	outline: 0;
	color: #03c;
}
a img {
	border: none;
}

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

div, p, h1, h2, h3, h4, form, ul, li, a, img {
	padding: 0px;
	margin: 0px;
}

p.center{
	text-align: center;
}

textarea{
	line-height: 1.3;
}

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

招待状の連絡

----------------------------------*/
div#topmessage {
	background: url(../img/announcement.gif) no-repeat 3px center;
	background-color: #faf8a9;
	padding: 7px 5px 7px 25px;
	color: #00529B;
	font-weight: bold;
	display: block;
	/*display: none;*/
}
div#topmessage a:hover {
	color: #ff8600;
}
div#topmessage a {
	color: #3333AA;
}

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

ヘッダ

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

div#header {
	background: url(../img/head_bg.gif) repeat-x left top;
	height: 52px;
	position: relative;
}
/*サイトID部*/
div#header h1 {
	background: #fff url(../img/h1_bg.gif) no-repeat right top;
	height: 52px;
	width: 370px;
}
/*グローバルナビ*/
ul#globalNavi {
	position: absolute;
	top: 3px;
	right: 10px;
	list-style: none;
	font-size: small;
}
ul#globalNavi li {
	float: left;
}
ul#globalNavi li a {
	display: block;
	padding: 2px 0px 2px 22px;
	margin: 0px 0px 0px 10px;
	background: no-repeat left center;
	white-space: nowrap;
}
ul#globalNavi li.gnUserList a {
	background-image: url(../img/profile.gif);
}
ul#globalNavi li.gnUserEdit a {
	background-image: url(../img/user-edit.gif);
}
ul#globalNavi li.gnAdmin a {
	background-image: url(../img/tool.gif);
}
ul#globalNavi li.gnLogout a {
	background-image: url(../img/user-logout.gif);
}
/*検索*/
div#search {
	position: absolute;
	bottom: 4px;
	right: 10px;
	background: url(../img/search.gif) no-repeat left center;
	padding-left: 23px;
}
div#search input {
	height: 23px;
}
div#search input.sField {
	width: 120px;
	height: 16px;
}
div#search a {
	font-size: 80%;
}


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

パン屑

----------------------------------*/
p#breadcrumbs {
	background-color: #f0f0f0;
	font-size: 85%;
	padding: 5px 2px;
}
p#breadcrumbs a {
	padding: 0px 8px;
}

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

フッタ

----------------------------------*/
div#footer {
	background-color: #f0f0f0;
	font-size: x-small;
	padding: 5px 10px;
	color: #999;
	text-align: right;
	margin: 15px 0px 0px;
}


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

基本要素

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

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;
}

del, del a:link, del a:visited{
	color: #999999;
}

.greyout, .greyout a {
	color: #999999;
	text-decoration: none;
}

.twit {
	font-size: 90%;
	color: #999;
	overflow: hidden;
	font-weight: normal;
}

.blackout, .blackout a:link, .blackout a:visited{
	color: #000000;
	text-decoration: none;
}


.marker {
	color: blue;
	background-color: #ffff55;
}

.example {
	color: darkgreen;
	font-size: small;
	line-height: 1.4;
}

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

p.text {
	padding: 4px 8px;
}

/*myname*/
span.mn,  span.mn a{
	color: #ff8600;
}
/*エラー*/

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

}

/* background-image: url(../img/notify.gif) link */
a.leftimage {
	display: block;
	padding: 2px 0px 2px 23px;
	background: no-repeat left center;
}

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

フォームボタン

----------------------------------*/
.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;
}
