*{
	margin: 0;
	padding: 0;		
}

body{
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: "ＭＳ Ｐゴシック",osaka,sans-serif; 
	font-size: 1em;
	color: #333333;
	background-image: url(http://chiitsumo.com/gif/bg_sikaku14_2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
ol,ul,li{
	margin: 0;
	padding: 0;
}
/*
li{
	list-style: none;
}*/
h1,h2,h3{
	margin: 0;
	padding: 0;
}
#container{
	border-left: 3px solid #EEEEEE;
	border-right: 3px solid #EEEEEE;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 760px;
	height: auto;
}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/******************header***************************/
#header{
	margin: 0px 0px 20px 0px;
	padding: 0;	
	background-color: transparent;
}
#headtitle{
	margin-bottom: 10px;
}
#headtitle h1{
	font-size: small;
	font-weight: normal;
	text-align: right;
	padding-bottom: 5px;
}
#headtitle p{
	font-size: smaller;
	text-align: right;	
}
#headtitle img{
	float: left;
	padding-top: 5px;
}
img#title_img{
	margin-top: 10px;
	margin-right: 65px; 
	border: none;
}
#headmenu{
	clear: both;
}

#headmenu ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#headmenu li{
	float: left; 
	background-color: #ff9933;
	border: 1px outset #ffffcc;
	margin-right: 1px;
	font-size: 10pt;
}
#headmenu a,#headmenu a:link,#headmenu a:visited{
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	width: 106px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	display: block;
	position: relative;
}
#headmenu a:hover{
	color: #ff9900;
	font-weight: bold;
	background-color: #ffffff;
}
/*ここまでが「ヘッダー」レイアウト*/
/*ここからが「コンテンツ」レイアウト*/
#contents{
	clear: both;
	width: 760px;
	height: auto;
}
/************************menu*********************/
#menu{
	float: left;
	width: 160px;
	height: auto;
	font-size: 9pt;	
	background-color: transparent;
	margin-top: 10px;
}
#menu ol,#menu li{
	list-style: none;
	background-color: #ffffff;
}
#menu ol{
	border-top: 1px solid #666666;
	margin-bottom: 20px;
}
#menu li{
	display: inline;
}
#menu li.sub{
	list-style-image: url(http://chiitsumo.com/gif/p105/p105/clip1_5.gif);
}
#menu a,#menu a:link{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	display: block;
	width: auto;
	height: auto;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #666666;
}
#menu a:visited{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	display: block;
	width: auto;
	height: auto;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #666666;
	border-right: 8px solid #ff9933;
}
#menu a:hover{
	font-weight: bold;
	margin-left: 2em;
	color: #333333;
	border-bottom: 1px solid #333333;
}
#menu img{
	margin-left: 5px;
	border: none;
}
.itembox {
	float: left;
	width: 140px;
	height: auto;
	padding: 15px 10px 10px 10px;
	border: 1px dotted #9f9f9f;
	font-size: small;
	text-align: left;
	background-color: #ffffff;
}
.itembox p{
	line-height: 1.8em;
	display: inline;
	text-indent: 1em;
	border-bottom: 1px dotted #666666;
	padding-bottom: 0.2em;
}
.itembox br{
	margin: 10px;
}
#googlebox {
	float: left;
	width: 122px;
	height: auto;
	margin: 20px 6px 10px 6px;
	border: 1px dotted #9f9f9f;
	padding: 0px;
}

/*　ここまでが「サイドメニュー」レイアウト*/
/*　ここからが「メインメニュー」の基本レイアウト*/
#main{
	float: right;
	width: 560px;
	height: auto;
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
}
#main a,#main a:link,{
	text-decoration: none;
	font-weight: bolder;
	color: #dc143c;
}
#main a:visited{
	text-decoration: none;
	color: #dc143c;
}
#main a:hover{
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}
h2#title{
	color: #778899;
	font-size: 1.6em;
	border-right: 2px solid #ff9900;
	letter-spacing: 0.05em;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: right;
}
#main h3{
	font-size: 1.3em;
	color: #dc143c;
	background-color: #fafad2;
	background-image: url(http://chiitsumo.com/gif/fl_icon_07.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #dc143c;
	margin: 8px 0;
	padding: 5px 0px 5px 40px;
	text-transform: capitalize;
}
#main h4{
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 40px 10px 10px 0px;
	text-align: right;
	border-bottom: 3px groove #cccccc;
	border-right: 2px groove #cccccc;
	font-size: 1.4em;
	color: #000080;	
}
#main h5{
	float: left;
	width: 110px;
	height: 60px;
	padding: 14px 6px 15px 6px;
	margin: 5px 20px 5px 10px;
}


.entry-body p{
	padding: 0px 20px 0px 40px;
	margin-bottom: 10px;
	text-indent: 1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	line-height: 1.7em;	
	
}
.entry-more p{
	padding: 0px 20px 0px 100px;
	margin-bottom: 10px;
	text-indent: 1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	line-height: 1.7em;	
}
div.entry_body{
	width: 560px;
	margin-top: 5px;
}
p.withh4{
	padding-top: 30px;
	text-indent: 1em;
}
#main ul,#main ol,#main li{
	margin-left: 30px;
	padding-top: 3px;
	list-style-position: inside;
	line-height: 1.4em;
	font-size: 0.9em;
}
#main ul{
	list-style-type: disc;	
}
#main ol{
	list-style-type: decimal;
}
#main span{
	margin: 15px 0 10px 60px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	background-color: red;
	color: #ffffff;
	font-size: smaller;
}
br.withh4{
	clear: both;
}
#main img,#main iframe{
	margin-left: 10px;
	margin-bottom: 10px;
}
#left img{
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
#main blockquote{
	margin: 1em;
	margin-left: 70px;
	padding: 0.5em;
	background-color: #d7e2e7;
	border: 1px dotted #3e6e7d;
}
#main hr{
	width: 450px;
	margin: 0 55px 5px 55px;
	border: none;
	border-top: 1px solid #666666;
	clear: both;
}
div.totop{
	width: 500px;
	margin: 5px 60px 10px 0;
	padding: 0;
	height: 35px;
	text-align: right;
}
span.red{
	color: red;
	font-size: larger;
}
img.totop{	
	border: none;
}
/****************************************/
#footer{
	clear: both;
	width: 760px;
	height: auto;
	background-color: #FFFFFF;
	color: #808080;
	font-size: 0.8em;
	text-align: center;

}
#copy{
	background-color: #ff9900;	
	border: 1px outset #ffcc00;
	color: #ffffff;
	height: auto;
	margin: 0px 0px 10px 0px;
	text-align: right;
	padding: 15px 5px 3px 0;	
}
#footer ul{
	height: auto;
	width: auto;
	float: right;
	position: static;
}
#footer ul,#footer li{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 9pt;
}
#footer li{
	border-right: 1px solid #666666;
	padding: 0px 3px 0px 3px;
}
#footer img{
	display: none;
}
