@charset "utf-8";

html {
	color:#000;
	background:#FFF;
	height:100%;
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
	padding:0;
	margin:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
strong {font-weight:bold;}
del, ins {
	text-decoration:none;
}
ul li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	*font-size:100%;
}
table th {
	text-align:left;
}

body {
	width:100%;
	height:100%;
	color:#333;
	/*behavior:url("/manage/htc/csshover3.htc");*/
	font:75%/150% "メイリオ","Meiryo","Osaka","MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	word-break:normal;
	word-wrap:break-word;
}

*{zoom:1;}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

h2 {
	font-size:100%;
	font-weight:bold;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

a,
a:visited,
a:link {
	color:#4992c7;
	text-decoration: none;
}
a:active,
a:hover {
	color:#DF792E;
	text-decoration: underline;
}

.errors {
	margin: 0 0 10px;
	padding: 7px 10px;
	border: solid 1px #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #F6F6F6;
}
.errors li {
	color:#FF0000;
	font-weight:bold;
}

.linkblack a,
.linkblack a:visited,
.linkblack a:link {
	color:#333;
}
.linkblack a:active,
.linkblack a:hover {
	color: #999;
	text-decoration: underline;
}

a.quiet,
a.quiet:visited,
a.quiet:link {
	color:#999;
	text-decoration: underline;
}
a.quiet:active,
a.quiet:hover {
	color:#4992c7;
}

.box { margin:0 0 10px; }
.box5 { margin:0 0 5px; }
.underline { text-decoration:underline; }
.gray { color:#999999; }
.normal { font-weight: normal; }
.darkgray { color:#666666; }
.color_999 { color: #999; }
.ccc { color: #ccc; }
.red { color:#FF0000; }
.bold {font-weight: bold; }
.font8 {font-size:66%;}
.font9 {font-size:75%;}
.font10 {font-size:83%;}
.font11 {font-size:91%;}
.font14 { font-size:117% }
.font16 { font-size:133% }
.font22 { font-size:183% }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right }
.fleft { float:left; }
.fright { float:right; }
.relative {
	position:relative;
}
.underline {
	text-decoration: underline;
}
.anchor {
	clear:both;
	margin:0;
	padding:0;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}

* html body input {
	padding:2px 5px;
}

.check { line-height: 116%;}
.check input {
	margin: 0 3px 5px 0;
	vertical-align: middle
}

.btn2 {
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 4px 10px 3px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-image: initial;
}
.btn2:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
a.btn2 {
	color: #333;
}

.wysiwyg {
	margin: 0 0 10px 0;
	padding:10px 0 0;
}
.wysiwyg h1              { font-size:2em; margin:.67em 0}
.wysiwyg h2              { font-size:1.5em; margin:.75em 0 }
.wysiwyg h3              { font-size:1.25em !important;margin:.83em 0;background:none !important;padding:0 !important;border:none !important; }
.wysiwyg h4,
.wysiwyg div, .wysiwyg p { margin:0; padding:0; line-height: 150%; }
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl { margin:0 0 5px;padding:0; }
.wysiwyg h5              { font-size:0.83em; margin:1.5em 0 }
.wysiwyg h6              { font-size:0.75em; margin:1.67em 0 }
.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,
.wysiwyg h5,.wysiwyg h6,.wysiwyg b,
.wysiwyg strong          { font-weight:bolder }
.wysiwyg pre             { white-space:pre }
.wysiwyg big             { font-size:1.17em }
.wysiwyg small,.wysiwyg sub,.wysiwyg sup { font-size:.83em }
.wysiwyg sub             { vertical-align:sub }
.wysiwyg sup             { vertical-align:super }
.wysiwyg table { border-spacing:2px; }
.wysiwyg thead,.wysiwyg tbody,
.wysiwyg tfoot           { vertical-align:middle }
.wysiwyg td,.wysiwyg th,.wysiwyg tr      { vertical-align:inherit }
.wysiwyg * {background:0;border:0;padding:0;}
.wysiwyg ol, .wysiwyg ul {
	margin-left:3em;
}
.wysiwyg ul li {
	list-style-type:disc;
}
.wysiwyg font {
	line-height:110%;
}
.wysiwyg table {
	border:1px solid #aaa;
}
.wysiwyg th {
	border:1px solid #aaa;
	padding:3px 5px;
}
.wysiwyg td {
	border:1px solid #aaa;
	padding:3px 5px;
}
input.input_img {
	cursor:pointer;
	border:none;
}
.notice {
	padding:5px 10px;
	margin:0 0 5px 0;
	background:#FFFFD1;
	border:solid 1px #F5E38F;
}

.input100 {
	padding-right: 10px;
}
.input100 input,
.input100 textarea {
	width: 100%;
}
#edit2 th {
	padding: 8px !important;
	vertical-align: middle !important;
	font-weight: bold;
	border-color: #E4DCC0 !important;
	background-color: #F9F6ED !important;
}
#edit2 td {
	padding: 9px 8px 5px !important;
	border-color: #E4DCC0 !important;
}
#edit2 td.text {
	padding: 8px !important;
}
#edit2 td.rbn {
	padding: 9px 0px 5px 8px !important;
}
#edit2 td.radio { padding:9px 8px; }
#edit2 .radio input {
	margin: 1px 2px 0 0!important;
	vertical-align: baseline;
}
#edit2 .check input {
	margin: 0 5px 5px 0!important;
	vertical-align: middle !important;
}
#edit2 input,
#edit2 textarea,
#edit2 select {
	margin: 0 0 4px;
	padding: 4px;
	border: solid 1px #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFFFD3;
}
#edit2 input:focus,
#edit2 input:hover,
#edit2 textarea:focus,
#edit2 textarea:hover,
#edit2 select:focus,
#edit2 select:hover {
	border: solid 1px #E49E49;
	background: #FFEECC;
}
#edit2 .submit input {
	border: solid 1px #DDD;
	padding: 5px 8px;
	background: normal !important;
}
#edit2 input.input_img {
	border: none;
	padding: 0;
	margin: 0;
}
#edit2 .submit {
	border-color: #E4DCC0;
	background-color: #F9F6ED;
}
.pager a {
	color:#333 !important;
	text-decoration: none !important;
}
#new-blog .wysiwyg ol,
#new-blog .wysiwyg ol li
#column-show .wysiwyg ul,
#column-show .wysiwyg ul li,
#tinymce ul,
#tinymce ul li { list-style: inherit; }



/*===================================================
- flash
====================================================*/


.flashmessage {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
}

.flashmessage li {
	background-color: #FFFFD1;
	border: solid 1px #F5E38F;
	opacity: 0.90;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
}
.flashmessage li {
	text-align: center;
	padding: 15px;
	color: #FFF !important;
	border: none !important;
	background: rgba(0, 0, 0, .9) !important;
}

