body{
	background-image: url("../../resources/images/background.gif");
	background-color: black;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

hr{
	width: 100%;
	height: 10px;
	background-image: url("../../resources/images/grid.gif");
	border: none;
	margin: 0px 0px 15px 0px;
}

hr.hrNoMargin{
	margin: 0px;
}

hr.hrDotted{
	height: 1px;
	margin: 5px 0px;
}

h1{
	margin:0px;
	margin-top: 5px;
	font-family: "Times New Roman","Times",serif ;
	letter-spacing: 1px;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
}

h2{
	margin:0px;
	margin-bottom: 15px;
	font-family: "Georgia","Times New Roman","Times",serif ;
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
}

h2.h2Small{
	font-size: 150%;
}

h3{
	margin-top:10px;
	font-family: sans-serif ;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
}

h2.small{

}

.strDate{
	font-family: "Times New Roman","Times",serif ;
	font-size: 100%;
	color: #777777;
	margin: 0px;
}

#imgCatch{
	margin-bottom: 15px;
}

#boxBorder{
	margin: 0px auto;
	width: 950px;
}

#boxFooter{
	clear: both;
}

#boxContents{
	padding: 15px;
	background-color: white;
}

#boxInnerContentsLeft{
	width: 190px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#boxInnerContentsCenter{
	width: 450px;
	margin-bottom: 15px;
	float: left;
}
#boxInnerContentsLeft2{
	width: 655px;
	margin-bottom: 15px;
	float: left;
}
#boxInnerContentsRight{
	float: right;
	margin-bottom: 15px;
	width: 250px;
}

#boxMenu{
	float:right;
	width: 675px;
	height: 20px;
	margin-top: 39px;
	margin-bottom: 15px;
}

a#menuTop,a#menuProfile,a#menuWorks,a#menuPhotos,a#menuContact {
   display: block;
   width: 119px;
   height: 20px;
   text-indent: -10000px;
   float: left;
   margin-left: 15px;
}

a#menuTop {
   background-image: url("../../resources/images/menuTop.gif");
}
a#menuProfile {
   background-image: url("../../resources/images/menuProfile.gif");
}
a#menuWorks {
   background-image: url("../../resources/images/menuWorks.gif");
}
a#menuPhotos { 
   background-image: url("../../resources/images/menuPhotos.gif");
}
a#menuContact {
   background-image: url("../../resources/images/menuContact.gif");
}

a#menuTop:hover,a#menuProfile:hover,a#menuWorks:hover,a#menuPhotos:hover,a#menuContact:hover {
  background-position: top right;
}

a:hover{
	text-decoration: none;
}

img{
	border:none;
}

.strWarning{
	font-weight: bold;
	color: red;
}

.strGrayout{
	color: lightgrey;
}