*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #dfdfdf url(../images/bg_image_025A.jpg); color: #444; }//変更#dfdfdf <-　背景色は黒 333
a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(../images/bg.jpg) repeat-x;; font-size: 1em; height: 24px; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

/*
#header_mb {
height: 80px;//80不変
text-align: right;
}
*/

#header {
background: url(../images/header.jpg) repeat-x;//#FE7B09を取ると、背景色は一瞬出ないが、高さが半分(約70px)になる(#ffffffでも不変)->1.5倍の高さ
  height: 215px;
}

#header h1 {
font-size: 25px;
color: #fff;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}


#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrapper { padding: 10px 10px 3px 10px; width: 780px; margin:20px auto; background: #fff;}
//#menu { float: left;}
#menu ul { padding: 5px 10px 10px 10px; margin: 0; }
#main_top { margin-bottom: 10px; float: right; width: 580px; padding: 0 10px 10px 10px; margin-top: 10px;}
#main_bottom { margin-bottom: 10px; float: right; width: 580px; padding: 0 10px 10px 10px; margin-top: 10px;}	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

#script { width: 540px; padding: 0 10px 10px 10px; margin-top: 10px;}

ol ,ul{
    list-style:none;
}
 
.side_menu{
    width:150px;
    margin:30px 0px 0px 0px;
    float: left;
    background:#c0ffc0;//369
    color:#FFF;
    padding:5px 10px;
    border-bottom:1px solid #FFF;
    cursor:pointer;
}

/* menu2追加 */
#menu2 ul { padding: 5px 10px 10px 10px; margin: 0; }

.side_menu2_1{
float: left;
margin:0px 0px 0px 20px;
width: 20%;
cursor:pointer;
}

.side_menu2_2{
float: right;
margin-right: 250px;
cursor:pointer;
}




ul {
     margin-left: 0;
     padding-left: 0;
}

ul ul {
    margin-left: 1em;

}

.errors {
	border: 2px solid red;
	color: red;
	font-weigth: bold;
}
span.error {
	color: red;
	font-size: small;//
}
input.error,
select.error,
textarea.error {
	background-color: pink;
	//font-size: large;


}

//作品集
#container {
	width: 100%;
	text-align: center;
}
	
.viewer {
	margin: 0 auto;
	width: 500px;
	height: 490px;
	text-align: left;
	overflow: hidden;

	//http://waox.main.jp/news/?p=1269
	width:100%;
	background-image:url(/images/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;

}

.viewer ul {
	width: 500px;
	height: 490px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 500px;
	height: 490px;
	display: none;
	position: absolute;
}

/////////////////////////////掲示板
/*
#bbs_wrapper {
	padding: 50px 10px 3px 40px; margin:20px auto;
	background-color: pink;
}
*/
div#bbs_wrapper  {background-color: #f8dce0; margin-left: 50px;}


a:link { color:#0000CC; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:active { color:#FF6600; text-decoration:underline; }
a:hover { color:#FFFFFF; text-decoration:none; background-color: #993333; }

.solid { border-color : #E7E7E7; border-width: 1px; border-style: solid; }
.solid_t { 
	border-color : #993333; 
	border-width: 1px; 
	border-style: solid; 
}

table.solid_t th {
    background-color: #6587e0;
    color: #FFFFFF;
    font-weight: bold;

}

table.solid_t td {
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
    
}

.scroll {
	scrollbar-base-color: #F6F6BD;
}
.input_bgcolor{
	background-color : #F5F5F5;
}
.horizon {
	margin: 7px 0px 7px 0px;
	padding: 0;
	border-top: 1px solid #bbb;
	border-bottom: none;
	border-left: none;
	border-right: none;
	line-height: 1px;
}
.bg_article_top {
	vertical-align: middle;
}
th.bg {
	vertical-align: middle;
	margin-left: 50px;
}
th.bg#left {
	border-left:1px solid #993333;
}


/*-- bbs-header --*/
div#bbs-header {
	width: 100%;
	margin-top:7px;
	padding:1px 0px 0px 0px;
	background-image: url('../cf_forum/img/gray_24.gif');
	background-repeat: repeat-x;
	background-position: 0px;
	line-height: 22px;
	border-bottom:1px solid #993333;
	border-top:1px solid #993333;
	text-align:center;
}
div#bbs-header ul#content {
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
}

#bbs-header #content li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
#bbs-header #content li a:link,
#bbs-header #content li a:visited {
	background-color:transparent;
	color:#333;
	margin:0;
	padding:8px 8px 8px 8px;
	text-decoration:none;
}
#bbs-header #content li a:hover {
	color:#993333;text-decoration:underline;
}

/*-- page control --*/
.pages {
	clear: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1;
}
.pages a, .pages #now {
	font-size: 12px;
	padding: 4px 6px;
	border: 1px solid #EAEAEA;
	margin: 0 2px;
}
.pages #now {
	background-color: #EAEAEA;
}
.pages a:hover {
	background-color: #993333;
	color: #ffffff;
	text-decoration: none;
}

.center {
	text-align: center;
}


