@charset "utf-8";
/* CSS Document */
div#all{
	width:500px;
	margin:0 auto;
	margin-top:50px;
}
div#logo h1{
	width:285px;
	height:376px;
	margin:0 auto;
	background:url(image/iailogo.jpg) no-repeat left top;
	text-indent:-10000px;
}
div#all ul{
	width:486px;
	margin:0 auto;
	list-style:none;
	display:block;
}
div#all ul li{
	width:162px;
	height:32px;
	float:left;
	text-indent:-10000px;
}
div#all ul li a{
	width:162px;
	height:32px;
	float:left;
	text-indent:-10000px;
	overflow:hidden;
}
div#all ul li#btn01 a{background:url(image/blog.gif) left top no-repeat;}
div#all ul li#btn02 a{background:url(image/myspace.gif) left top no-repeat;}
div#all ul li#btn03 a{background:url(image/order.gif) left top no-repeat;}

div#all ul li#btn01 a:hover{background:url(image/blog.gif) right top no-repeat;}
div#all ul li#btn02 a:hover{background:url(image/myspace.gif) right top no-repeat;}
div#all ul li#btn03 a:hover{background:url(image/order.gif) right top no-repeat;}

div#footer{
	width:500px;
	margin:0 auto;
	margin-top:30px;
}
div#footer address{
	text-align:center;	
	color:#0AACEC;
	font-size:12px;
}
p{
	text-align:center;
}
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
メールフォーム
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
table#tableheader{
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
table#tableheader tr td#left{
	width:240px;
}
table#tableheader tr td.order{
	color:#0AACEC;
	font-size:14px;
	text-align:center;
}
span.blue{
	color:#0AACEC;
}
div#item h3{
	width:300px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	color:#fefefe;
	border:1px dotted #666666;
	padding:3px;
}
div#form{
	width:500px;
	margin:0 auto;
	border:1px solid #333333;
	margin-top:50px;
}
div#form table{
	width:500px;
	margin:0 auto;
	font-size:12px;
}
div#form table tr th{
	width:30%;
	padding:5px 0 5px 3px;
}
div#form table tr td{
	padding:5px 0 5px 3px;
}
div#form table#table02 tr td input{
	margin:0 5px 0 5px;
}
div#form table tr th.black,
div#form table tr td.black,
div#form table#table02 tr th.black,
div#form table#table02 tr td.black{
	background-color:#373737;
}
div#form table tr th,
div#form table tr td,
div#form table#table02 tr th,
div#form table#table02 tr td{
	font-size:12px;
	color:#fefefe;
	line-height:1.5;
}

input{
	background-color:#373737;
	color:#fefefe;	
}
input:hover{
	background-color:#0AACEC;
	color:#fefefe;
}
input.submit{
	color:#0AACEC;
	width:100px;
	margin-right:10px;
	border:1px solid #0AACEC;
}
input.submit:hover{
	background-color:#666666;
}
div#btns{
	width:230px;
	padding:10px 0 0 0;
}
div#back{
	text-align:right;
	font-size:12px;
}
div#back a:hover{
	color:#0AACEC;
}
div#caution p{
	font-size:12px;
	color:#fefefe;
	text-align:left;
	padding:5px;
}
p#thanks{
	color:#fefefe;
}
p#thanks2 a{
	color:#fefefe;
}
p#thanks2 a:hover{
	color:#0AACEC;
}