@charset "utf-8";

/************************

 スタイルリセット ↓

************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	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;
}

/************************

 全ページ共通 ↓

************************/

html{
	height: 100%;
	margin-bottom: 1px;
}


body{
	color: #000000;
	font-size: 12px;
	line-height: 21px;
	/*font-family: Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
	background-color: #ffffff;
}


img{
	border: 0;
	vertical-align: top;
}


strong{
	font-weight: normal;
}


a:link	{ color: #ff6600; text-decoration: none; }
a:visited { color: #ff6600; text-decoration: none; }
a:active  { color: #ff6600; text-decoration: none; }
a:hover   { color: #6699cc; text-decoration: none; }

/************ container start ************/

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/************ container end ************/

/************ header_top start ************/

#header {
	width: 900px;
}

#header .header_top {
	height: 70px;
	background-color: #99ccff;
}

#header .header_top h1 {
	width: 120px;
	height: 42px;
	padding: 16px 0 0 0;
	margin: 0 0 0 39px;
}

/************ header_top end ************/

/************ contents start ************/

#contents {
	margin: 0 0 22px 0;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.login form {
	border: 1px solid #cccccc;
	width: 400px;
	padding: 15px;
	margin: 0 auto;
}
                    
.login table {
	width: 400px;
}

.login table h2 {
	margin: 0 0 15px 0;
	font-weight: bold;
}

.login table .inp_login {
	width: 200px;
}

.login table .btn_login {
	margin: 15px 0 0 0;
}

.menu {
	text-align: right;	
}

.main_page table {
	width: 900px;
}

.main_page table th {
	text-align: center;
	padding: 5px 0;
	width: 200px;
}

#contents .main_top .main_top_info .top_info_l p {
	font-size: 10px;
}


.main_page table td {
	text-align: left;
	padding: 5px 10px;
}

.main_page table .btn_td {
	width: 50px;
	text-align: center;
}

.main_page table td textarea {
	width: 550px;
	height: 150px;
}

.main_page table td .inp_l {
	width: 300px;
}

.main_page table .inp_mg input {
	margin: 0 5px 0 10px;
}

.main_page table td .flash {
	width: 350px;
	float: left;
}

.main_page table td .work_img {
	width:200px;
	float: right;
}

.no_img {
	display: none;
}

.is_img {
	display: block;
}

/************ contents end ************/


/************ footer start ************/

#footer {
	background-image: url(../images/bg_fm.jpg );
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 25px;
	padding: 5px 10px 0 10px;
	clear: both;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


style {
	font-size: 8px;
}

#footer ul {
	float: right;
	width: 300px;
}

#footer ul:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer ul li {
	float: left;
	width: 100px;
}

/************ footer end ************/


.error {
	color: #ff0000;
}


