@charset "UTF-8";

/*#############################################################
	default.css
	
	一般的なタグを再定義
	（およそWinIEのデフォルトスタイルに近い値を手動指定）

body
┗#wrapper 
	┃
	┣#head	ヘッドエリア
	┃
	┣#contents	コンテンツエリア	←★適用範囲ブロック★
	┃
	┗#foot	フットエリア

#############################################################
note:

ver.01	公開時バージョン（2008.01.10）
#############################################################*/

#head {font-size:90%;}

#login,
#contents,
#foot {font-size:100%;}

#login *,
#contents *,
#foot * {font-size:100%;}

.admin #login,
.admin #contents,
.admin #foot {font-size:82%;}

.admin #login *,
.admin #contents *,
.admin #foot * {font-size:100%;}

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	/*margin-top:10px;*/
	margin-bottom:10px;
}

#contents ol,
#contents ul {
	margin-top:10px;
	margin-bottom:10px;
}

#contents p,
#contents dl {
	line-height:1.5;
	margin:10px;
}

#contents ol,
#contents ul {
	padding:3px 3px 3px 30px;
}

#contents li {
	margin:0.25em auto;
}

#contents dd {
	padding:3px 3px 3px 30px;
}

#contents fieldset {margin-bottom:10px;}

/*非表示だがCSSオフ時にエリア境界を明示する
--------------------------------------------*/

br.clearfloat {clear:both;}

hr.clearfloat {
	clear:both;
	margin:0;padding:0;
	width:100%;
	visibility:hidden;
}

/*--------------------------------------------*/
/*	インライン要素*/
/*--------------------------------------------*/
img {
	border:none;
	/*vertical-align:bottom;*/
}

a {color:#000099;}

a:visited {
	color:teal;
}

a:hover {
	color:red;
	text-decoration:none;
	border:none;
}

em {
	font-style:normal;
	color:red;
}

strong {
	font-weight:bold;
}

body > input {line-height:1.5;}

input[type=text],
input[type=password]{width:90%;}

input.large {width:90%;}
input.middle,
input.inplace_field {width:50%;}
input.small {width:20%;}
input.x-small {width:10%;}

input[type=text],
input[type=password]
input[type=file],
input.middle,
input.small,
input.x-small {
	padding:1px;
	border:1px solid;
	border-color:#666 #ddd #ddd #666;
}

input[type=text]:hover,
input[type=password]:hover {border-color:orange;}

input.btn,
input.authBtn {
	color:white;
	height:2em;
	line-height:1.5;
	outline:none;
	background-color:#4d8abd;
	cursor:pointer;
}
input.authBtn {
	width:7em;
	height:1.75em;
	line-height:1;
}

* html input.authBtn {line-height:1.25;}
*:first-child + html input.authBtn {line-height:1.25;}

head>/* */body input.delbtn {padding/*\**/:2px\9;}

* html input.fileform {padding:3px !important;}
*:first-child + html input.fileform {padding:3px !important;}
head~/* */body input.fileform {padding:3px !important;}

* html .wrapAttachFileForm input {padding:3px !important;}
* html .wrapAttachFileForm input.captionform {width:90%;padding:2px !important;}
*:first-child + html .wrapAttachFileForm input {padding:3px !important;}
*:first-child + html .wrapAttachFileForm input.captionform {width:90%;padding:2px !important;}
head~/* */body .wrapAttachFileForm input {padding:3px !important;}
head~/* */body .wrapAttachFileForm input.captionform {width:90%;padding:2px !important;}

body:first-of-type input[type=file] {font-size:85%;border:none;}/*for safari*/

label {cursor:pointer;}

textarea {width:90%;}

noscript {
	/*color:white;
	margin-bottom:10px;
	padding:2px 2px 2px 20px;
	background:red url(./cssimg/warning.gif) no-repeat left center;*/
}
