﻿/* CSS Document */

.i_body
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	
	padding:0px;
	
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#cccccc;
	
	line-height:1.7em;
	font-size:14px;
}

td{
	font-size:14px;
}

/* */
.i_image
{
	margin:8px 3px 8px 3px ;
	border:0;
}

/* タイトル。 */
.i_title
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	width:760px;
	
	font-size:1.4em;
	font-weight:bold;
	
	padding: 8px;
	
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#cccccc;
}

.i_contents
{
	margin-left:auto;
	margin-right:auto;
	width:740px;
}

blockquote
{
	margin-left:auto;
	margin-right:auto;
	width:680px;
}

.i_center
{
	text-align:center;
}

.i_center_b
{
	margin-left:auto;
	margin-right:auto;
	width:720px;

	text-align:center;
	background-color:#C1DCD4;
	
	margin-bottom:10px;
	margin-top:10px;
}

.i_button_left
{
	width: 290px;
	text-align:center;
	margin-left:100px;

	background-color:#cdcdcd;
}

.i_button_right
{
	float:right;
	width: 290px;
	
	margin-right:100px;
	text-align:center;
	
	background-color:#cdcdcd;
}

.i_inputform_right
{
	float:right;
	width:300px;
	margin-right:50px;
}
.i_inputform_left
{
	width:200px;
	text-align:center;
	margin-left:70px;
}

.i_loggin_table_title
{
	background-color:#C1DCD4;
	padding:10px;
	font-weight:bold;
}

.i_loggin_table
{
	margin-left:auto;
	margin-right:auto;

	width:720px;
	text-align:center;
	
	border-style:solid;
	border-width:1px;
	border-color:#c9d9dd;

	padding:8px;
}

#i_scroll_block
{
	position:relative;
	background-color:#FFFFFF;
	width:720px;
	/*
	height:350px;
	*/
	margin:10px 30px 10px 30px;
	padding:10px 10px;
	overflow:auto;
	visibility:visible;
	
	border-width:2px;
	border-color:#95BFB3;
	border-style:solid;
}

.i_h2
{
	font-size:1.1em;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#95BFB3;	
}

.i_h3
{
	font-size:1.1em;
}


.i_table
{
	margin-left:auto;
	margin-right:auto;

	width:720px;
	
	border-style:solid;
	border-width:1px;
	border-color:#c9d9dd;
	
	padding:8px;
}

.i_table600
{
/*	margin-left:auto;
	margin-right:auto;*/
	
	margin:8px auto 8px auto ;

	width:720px;
	
	border-style:solid;
	border-width:1px;
	border-color:#c9d9dd;
	
	padding:8px;
}


.i_caution
{
	color:#FF0000;
}

.i_smallText
{
	font-size:0.8em;
}