body,div,
dl,dt,dd,ul,ol,li,
/* textarea,input以外　*/
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,th,td{
	margin:0px;
	padding:0px;
	border-width:0px;
	line-height:1.5em;
}

body{
	background: #F9F9F7 url('../images/bg.gif') repeat-x;
}
ul{
	padding: 0em 2em;
}
li {
	padding: 0.5em 0em;
}
p {
	padding: 0.3em 0em;
}
#outer{
	width:97%;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color: #cccccc;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
}
#container{
	width:99%;
	background-color:#ffffff;
	margin:10px 5px 10px 5px;
	border-width:0px;
	font-size:small;
}

#header{
	width:100%;
	color : white;
	margin:0px;
	background-color : #ffffff;
}
#header .bannerouter{
	height:100px;
	width:170px;
	margin:0px;
	background-color:#ffffff;
	float:left;
}

#header .sitetitleouter{
	height:100px;
	width :100%;
	margin:0px 0px 0px -170px;
	background-color:#ffffff;
	background-image:url("../images/a10.jpg"); 
	float:right;
}

#header .banner{
	height:90px;
	width:100%;
	position:relative;
	top:10px;
	left:20px;
	background-image:url("../images/sitelogo.png");
	background-repeat:no-repeat;
}


#header .sitetitle{
	font-size : x-large;
	font-weight : bold;
	line-height:1.0em;
	margin:50px 0px 0px 200px;
	color : #ffffff;
}

#header .sitetitle a{
	text-decoration:none;
	color : #ffffff;
}
#header h1.title {
	clear : both;
	margin:10px 0px 0px 20px;
	font-size : medium;
	font-weight : bold;
	color : #000088;
	background-color : transparent;
}

#header h1.title a{
	text-decoration:none;
	color : #000088;
}

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



#contents .contentsinner{
	padding-left: 10px; 
	padding-bottom: 20px;
}

h2.chapter{
	color : #3366cc;
	font-size : medium;
	padding-left : 1em;
	margin-top : 1em;
	margin-bottom:1em;
	border-left-width : 0.5em;
	border-left-style : solid;
}


.navi{
	width:100%;
}

.right{
	float:right;
	display:block;
}
.left{
	float:left;
	display:block;
	margin-right: 5px;
}
.left30{
	width:32%;
	float:left;
	display:block;
}

.left50{
	width:49%;
	float:left;
	display:block;
}
.left50section{
	padding:10px 0px 10px 20px;
	margin-left: 50px;
	background-color: #ccccff;
	width:30%;
	float:left;
	display:block;
}
h3{
	color : #3366cc;
	text-align : left;
	border-left-style: solid;
	border-left-width: 0.5em;
	padding-left:1em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
	font-size: medium;
}

h4{
	color : #3366cc;
	border-color : #99ccff;
	text-align : left;
	border-left-style: solid;
	border-width: 1em;
	padding-top : 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom : 5px;
	padding-left : 10px;
	font-size: small;
}

#menu{
	margin:0px;
	width:180px;
	float : right; 
	font-size:small;
	background-color:#ffffff;
	
}

#menu p{
	width:100%;
	background-color : #000088 ;
	color : white ;
	border-bottom : 1px solid #99ccff ;
	display : block ;
	line-height : 2em ;
	font-weight : bold;
	text-decoration : none ;
	text-align : left ;
	padding:0px 0px 0px 10px;
}

#menu .menuitem a {
	width:100%;
	border-bottom : 1px solid #99ccff ;
	display : block ;
	line-height : 2em ;
	text-decoration : none ;
	text-align : left ;
	padding-left:10px;
}

#menu .menuitem a:HOVER {
	background-color : #99ccff ;
	color : black ;
}

#comments {
	background-color : #e3e3e3;
}
.entry-footer {
	margin : 1em 0em;
	background-color : #ccccff;
}

#footer{
	clear:both;
	margin:0px;
}
#footer .copyright{
	text-align:center;
	background-color : #000088;
	padding : 7px 0px;
	font-style : italic;
	font-size : medium ;
	color : white ;
}

pre {
  padding: 1em;
  border: 1px solid #cfccc6;
  width: 90%;
  color: #333333;
  background-color: #edeae4;
  display:block;

white-space: -moz-pre-wrap; /* Mozilla */
white-space: -pre-wrap;     /* Opera 4-6 */
white-space: -o-pre-wrap;   /* Opera 7 */
white-space: pre-wrap;      /* CSS3 */
word-wrap: break-word;      /* IE 5.5+ */
}

table{
	border-collapse:collapse;
	background:#ffffff;
	font-size:small;
	font-family:monospace;
}
table th{
	 text-align:center;
	 border-style:solid;
	 border-width:1px;
	 border-color:navy;
	 color: #ffffff;
	 background-color: #000088;
	 font-weight:300;
	 text-align:center;
}

table th a{
	border-color:white;
	color: white;
}

table td{
	border-style:solid;
	border-width:1px;
	border-color:navy;
  padding:0.3em 1em;
}


/* form 関連 */
form {
	padding-left:10px;
	padding-right:10px;
	line-height:1.2em;
}
/* utility */
.floatclear{
	clear : both;
	line-height:0px !important;
	width:100% !important;
	margin:0px !important;
	padding:0px !important;
	font-size:0px !important;
}


