body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,textarea,
p,th,td {
    margin:0;
    padding:0;
    text-decoration: none;
    font-style:normal;
    font-weight: normal;
}

p {
  margin:0.3em 0;
}

div,p {
    letter-spacing:1px;
    line-height:1.5;
}

code {
    letter-spacing:0px;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ul,dl {
    list-style:none;
    margin:0.2em 0;
}
ol {
list-style-position: inside;
}

dt {
  font-weight:bolder;
}

li,dd {
    padding-left:15px;
}

fieldset,img {
    border:0;
}

select option {
    padding:0 5px;
}

caption {
font-weight:bold;
}

th,td {
    padding: 5px;
    border:1px solid black;
}

* div{
	border:solid blue 0px;
}

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

/* ---- 外枠 ---- */
div#wrapper{
	background-color:#FFFFFF;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
/* ---- 横シャドウ ---- */
div#shadow{
	background: url("../img/bg_bar.gif");
	background-repeat:repeat;
	width:764px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

/* ---- ヘッダ ---- */
#header{
    background: url("../img/pia.gif");
	background-color:#FFFFFF;
	width:750px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
/* ---- ヘッダ管理者 ---- */
#header_manager{
	background: url("../img/header_manager.gif");
	width:750px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#header a, #header_manager a {
    display:block;
    width:750px;
    height:90px;
    text-indent:-2000px;
}

/* ---- ログアウト用ボタン ---- */
div#logout{
	width:750px;
	height:29px;
	margin-left:auto;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background: url("../img/logout.gif");
}
#login_name{
	float:left;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	margin-left:10px;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
}
#logout_button{
	float:right;
	margin-left:auto;
	margin-right:5px;
	padding-top:3px;
	padding-bottom:0;
}

/* ---- グローバルナビ ---- */
div.globalnav{
	float:left;
	background-color:#FFFFFF;
	width:688px;
	height:29px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:31px;
	padding-right:0px;
	padding-bottom:0px;
	
}
div.globalnav img{
float:left;
display:block;
}

/* ---- コンテント ---- */
div#content{
	float:left;
	background-color:#FFFFFF;
	width:688px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	border:solid red 0px;
	font-size:12px;
	font-style:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    padding-left:31px;
    padding-right:31px;
}

/* ---- フッタ ---- */
div#footer{
	float:left;
	background-color:#FFFFFF;
	background: url("../img/footer.gif");
	background-repeat:no-repeat;
	width:750px;
	height:29px;
	line-height:1.2;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	text-align:center;
	color:#121212;
	font-size:12px;
	font-style:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ---- copyright部分 ---- */
div#copyright{
	clear:left;
	width:750px;
	text-align:right;
	line-height:1.5;
	margin-top:1px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	color:#1b7bc4;
	font-size:12px;
	font-style:normal;
	font-weight:bolder;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border:solid red 0px;	
}

#content {
    padding-top:10px;
    padding-bottom:10px;
}

#content h2 {
    font-size: 1.8em;
    font-weight:bold;
    padding: 10px 15px;
    letter-spacing: .1em;
    color: Navy;
}
#content h3 {
background: url("../img/conf_title.png") no-repeat;
color:#f8fffd;
border-bottom:2px solid #0753b8;
padding-left:20px;
line-height:24px;
margin:6px 0px;
font-style:normal;
font-weight:bolder;
font-size: 1em;
}
#content h4 {
    font-size: 1.2em;
    color: #000044;
    margin: 1em 0 0 0;
}
#content li {
    margin:0.2em 0;
}

#loginform {
margin-top:10px;
margin-left:auto;
margin-right:auto;
padding:30px 10px 20px;
border-top:2px solid #defdef;
border-left:2px solid #defdef;
border-bottom:2px solid #235689;
border-right:2px solid #235689;
background-color:#dfedfe;
width:200px;
}
#loginform #username,#loginform #password {
width:150px;
}
#loginform  #remember_me {
margin-left:15px;
}
#loginform label {
font-weight:bold;
}

#loginbutton {
    display:block;
    padding:2px 10px;
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
    width:100px;
}

p.caution, .error {
font-weight:bold;
color:red;
}

p.goryosho {
color:red;
}

span.required {
color:red;
}

textarea.project_discription {
font-size:1em;
width:30em;
height:6em;
}

dl.helpwindow {
position:absolute;
width:600px;
height:200px;
background-color:#acfacf;
border:solid 2px green;
display:none;
padding:5px;
}
dl.helpwindow dt {
font-size:1.5em;
font-weight:bold;
}
dl.helpwindow dd {
font-size:1em;
font-weight:normal;
}
dl.helpwindow dd.caution {
color:red;
}

table.edit_table {
margin-bottom:10px;
}
table.edit_table th {
padding-right:10px;
width:10em;
}

td.updown {
width:30px;
}
td.updown img {
margin: 0 1px;
cursor:pointer;
}
#sortable_keywords td{
width:6em;
}

table.chart td {vertical-align:bottom;text-align:center;}

input.fileupload {
padding-top:3px;
padding-bottom:2px;
}

/* tables */
table.tablesorter {
width:80%;
	background-color: #CDCDCD;
	margin:10px 0pt;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/pager/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/pager/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/pager/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
div.tablesorterPager {
	width:40%;
	padding: 5px 100px;
}
div.tablesorterPager img {
	cursor: pointer;
}
div.tablesorterPager input {
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

strong#ranking_site {
	padding: 3px;
	padding-right: 20px;
	border:solid 1px #9596fe;
	border-right:solid 2px #9596fe;
	border-bottom:solid 2px #9596fe;
}

ul#spamlist {
border:solid 1px #164236;
}

table.projects {
width:250px;
}
table.projects th {
font-weight:bold;
}
table.projects td {
padding-left:1em;
}

dl.configurations {
margin-bottom:2em;
}
dl.configurations dt{
background: url("../img/conf_title.png") no-repeat;
color:#f8fffd;
border-bottom:2px solid #0753b8;
padding-left:20px;
line-height:24px;
margin:6px 25px;
}

dl.configurations dd{
margin-left:100px;
}

input#spamcheck_site {
width:300px;
}

.image-heading {
  clear:left;
}
.place-holder {
  margin-bottom:20px;
  border:solid 1px #adf;
  width:100px;
  height:100px;
  float:left;
}
.place-holder img {
margin:auto;display:block;border:solid 1px #89b;
}
.image-commands {
float:left;
}
.command-button {
  width:80px;
}
