@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;
}
a img {
	border: none;
}
* {
	margin: 0;
	padding: 0;
}

/*************************
  背景色　
*************************/
body {
	background-color: #88B0DD;
	background-image: url(../image/back.gif);
	background-repeat: repeat-x;
	text-align: center;
}
div#pageWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	background-color: #ffffff;
	text-align: left;
}
div#contentsWrapper {
	width: 800px;
	background-color: #FFFFFF;
	background: repeat-y;
	overflow: auto;
}

/* old \*/
* html div#pagewrapper{
	width: 804px;
}
/* end \*/

/*************************
  ヘッダーの設定　
*************************/
div#header {
	width: 800px;
	height: 100px;
	margin-bottom: 2px;
	background-image: url(../image/header.jpg);
}
#header #utility {
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
	height:43px;
}
#header #utility dt {
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 15px;
}


div#mainContents {
	float: right;
	width: 565px;
}


/*************************
  ナビゲーションの設定　
*************************/
div#navigation {
	float: left;
	display: inline;
	width: 220px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	margin-bottom: 2px;
	background-color: #2C619B;
	background-image: ;
}
#navigation h5 {
	float: left;
	font-size: 83%;
	font-weight: bold;
}
#navigation h5 a {
	display: block;
	height: 35px;
	width: 160px;
	background-color: #3A78C0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 5px 0px 0px 50px;
	border: 1px solid #EAEEEA;
	margin-bottom: 2px;
}
#navigation h5 a:hover {
	background-color: #2C619B;
	color: #FFFFFF;
}
#navigation #btn01 h5 a {
	background-image: url(../image/icon-home.png);
	background-repeat: no-repeat;
}
#navigation #btn02 h5 a {
	background-image: url(../image/icon-main.png);
	background-repeat: no-repeat;
}
#navigation #btn03 h5 a {
	background-image: url(../image/icon-design.png);
	background-repeat: no-repeat;
}
#navigation #btn04 h5 a {
	background-image: url(../image/icon-event.png);
	background-repeat: no-repeat;
}
#navigation #btn05 h5 a {
	background-image: url(../image/icon-menu.png);
	background-repeat: no-repeat;
}
#navigation #btn06 h5 a {
	background-image: url(../image/icon-menu.png);
	background-repeat: no-repeat;
}
#navigation #btn07 h5 a {
	background-image: url(../image/icon01-1.png);
	background-repeat: no-repeat;
}
#navigation #btn08 h5 a {
	background-image: url(../image/icon-txt.png);
	background-repeat: no-repeat;
}
#navigation #btn09 h5 a {
	background-image: url(../image/icon-link.png);
	background-repeat: no-repeat;
}
#navigation #btn10 h5 a {
	background-image: url(../image/icon-qa.png);
	background-repeat: no-repeat;
}
#navigation #btn11 h5 a {
	background-image: url(../image/icon-conpany.png);
	background-repeat: no-repeat;
}
#navigation #btn12 h5 a {
	background-image: url(../image/icon01-6.png);
	background-repeat: no-repeat;
}
#navigation #btn13 h5 a {
	background-image: url(../image/icon-sns.png);
	background-repeat: no-repeat;
}
#navigation #btn14 h5 a {
	background-image: url(../image/icon01-3.png);
	background-repeat: no-repeat;
}
#navigation #btn15 h5 a {
	background-image: url(../image/icon-pw.png);
	background-repeat: no-repeat;
}
#navigation #btn16 h5 a {
	background-image: url(../image/icon01-5.png);
	background-repeat: no-repeat;
}



div.contents {
	width: 532px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 25px 15px 25px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-image: url(../image/main_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3;
	color: #333333;
	font-size: 83%;
}
h2 {
	width: 555px;
	height: 30px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-image: url();
	background-repeat: no-repeat;
	color: #333333;
	font-size: 83%;
}
table {
    border-width: 0px;
    font-size: 90%;
}
th {
　　font-weight: bold;
    color: #2C619B;
    font-size: 110%;
}



table.fixed{
	width:100%;
	table-layout:fixed;
	word-break: break-all;
}
table.fixed th {
	width:30%;
	padding: 5px 0px 5px 5px;
}
table.fixed td {
	padding: 5px 0px 5px 5px;
}

td.submit{
	text-align: center;	
}



#info table {
  width: 100%;
}
#info th {
   background-color: #CCFFFF;
   color: #000000;
}
#info td.submit {
	text-align: center;	
}

table.oc2 td {
	width: 100%;
	text-align: center;
	padding: 5px;

	}

/*************************
  ログインページの設定　
*************************/
div#topContents {
	text-align: left;
	width: 800px;
}
div#topContents h1{
	width: 580px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 100px;
	padding: 15px 0px 0px 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #2C619B;
	background-color: #2C619B;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 95%;
}
div#topContents p {
	width: 550px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 100px;
	font-weight: bold;
	color: #000000;
	font-size: 95%;
}
div.logincontents {
	width: 550px;
	margin-top: 2px;
	margin-bottom: 200px;
	margin-left: 100px;
	padding: 40px 40px 40px 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #2C619B;
	color: #333333;
	font-size: 83%;
}
div#login th {
   padding-left: 10px;
   width: 40%;
   color: #2C619B;
}
div#login td {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}





div#description p {
	margin: 0 0 10px;
}

h1 {
	padding: 0px 0px 0;
}


img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 3px #999;
}

img.imgdel{
	margin-left: 5px;
}
div#about h3 {
	clear: left;
	padding-left: 5px;
	border-left: solid 5px #99cbff;
	font-size: 100%;
}

div#about p.note {
	margin-bottom: 20px;
	padding-left: 10px;
}

div#about ul {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 10px;
}

div#about ul li {
	display: inline;
}

div#diary h3 {
	margin-bottom: 15px;
	padding: 3px 5px;
	border: solid 1px #99cbff;
	border-left: solid 5px #99cbff;
	font-size: 100%;
}

div#diary p.note {
	margin: 0 15px 10px;
}

div#diary table {
	width: 380px;
	margin: 0px 15px 0;
	border: solid 1px #333333;
	border-collapse: collapse;
}

div#diary table th,
div#diary table td {
	padding: 5px;
	border: solid 1px #333333;
	text-align: center;
}

div#diary table th {
	background-color: #fff2ab;
}

div#diary p.day {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 5px;
	border-top: solid 1px #99cbff;
	font-size: 83%;
	text-align: right;
}

div#diary {
	padding-bottom: 30px;
}

dl.shop  {
	margin: 5px 15px;
}

dl.shop dd {
	margin-top: 5px;
	margin-left: 15px;
}

dl.shop a {
	font-weight: bold;
}

dl.shop a:link {
	color: #99cbff;
}

dl.shop a:visited {
	color: #d971c9;
}

dl.shop a:hover {
	text-decoration: none;
}

dl.shop a:active {
	color: #ccc;
	background: #99cbff;
}

div#whatsNew dl {
	margin-bottom: 10px;
}

div#whatNew dl dt {
	padding-left: 5px;
	border-left: solid 5px #99cbff;
	font-weight: bold;
}

/* ie \*/
* html div#whatNew dl dt{
	height: 1%;
}/* end \*/

div#whatNew dl dd {
	padding-left: 10px;
}



div#footer {
	clear: both;
	width: 800px;
	height: 55px;
	background-image: url(../image/footer.gif);
}

div#footer h6 {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 25px;
 }
