@charset "utf-8";

/*-------------------------------------------------------------- */
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, big, em, font, small, dl, dt, dd, ol, ul, li, form, table, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 3px;
	margin-top: 0;
}

ol, ul {list-style: none;}
/* -------------------------------------------------------------- */

body{
	margin: 0;
	padding: 0;
	color: #202421;
	font: 14px "ＭＳ Ｐゴシック","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: none;
	background-image: url(img/bg.gif);
/*	background-color: #eec5fe;*/
}
h1 p {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #07e;
}
h1 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #adf;

}
h4 {
	color: #FFFF66;
	font-size: 16px;
	text-align: center;
	background-color: #009900;
	width: 70%;
	top: 4px;
	bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}
a{
	color: #660066;
	font-size: 16px;
	font-weight: bold;
}
a:hover{
	color: #cc33cc;
}
a:hover img{   
 filter: alpha(opacity=80);
-ms-filter: alpha(opacity=80);
 opacity: 0.8;
 
}
/*------------------------------------------------------------*/
#mein{
	margin: 0 auto;
	padding: 10px 0px;
	width: 760px;
	background-color: #adf;
}
#mein .wrap{
	margin: 0 auto;
	padding: 0;
	width: 750px;
    text-align:center;
	background-color: #adf;

}

.inner{
margin:0 auto;
width:100%;
}
.meingrid{
	width: 740px;
   margin:10px auto;
	padding: 5px;
    text-align:left;
	line-height: 150%;
	background-color: #ffffff;
}
.meingrid img{
   padding:0px 8px
}
.imggrid{
	width: 740px;
   margin:30px auto;
}
.imggrid .le{
    text-align:left;
}
.imggrid .ri{
    text-align:right;
}
.imggrid .se{
    text-align:center;
}
#image-btn {
    border: 0px;
    width: 52px;
    height: 52px;
    background: url(img/cal.gif) no-repeat;
}
.wb{
	font-weight: bold;
}
.lin{
	width: 95%;
   margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-bottom: 3px solid #07e;
}
/*************
/* ヘッダー
*************/
#header{
padding:10px 0px 0px 0px;
	width: 750px;
   margin:0px auto;
   overflow:hidden;
}


#header h1{
	font-size: 12px;
	font-weight: normal;
	background-color: #009900;
}
/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 0 0;
}
#header .btn{
float:right;
padding:20px 10px 0 0;
}
/*************
メイン コンテンツ
*************/
.content{
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
	background-color: #adf;
}
.content p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #07e;
}

h3.heading p{
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #07e;
	color: #07e;
}
/*************
テーブル
*************/
/*------------------------*/
.table-menu {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
.td-box1 {
	background-image: url(img/box1.gif);
	height: 65px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.td-box2 {
	background-image: url(img/box2.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}
.td-box3 {
	background-image: url(img/box3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	width: 500px;
}
.td-border {
	border: 1px dotted #CCCCCC;
}
.td-image {
	text-align: center;
	vertical-align: top;
	width: 80px;
	height: 30px;
}
.td-title {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.td-title input[type="submit"]{
    padding:8px 12px;
	border-radius: 8px;
    background-color:#dff7d7;
}
.td-comment {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	vertical-align: top;
}
.table-system {
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 7px;
}
