@charset "Shift_JIS";

/*
-----------------------------------------------------
IWAI CSS
Version:September 2008
-----------------------------------------------------
*/

*{
	word-break:break-all;
	line-height:125%;
}
	body{
		margin:0 auto;
		height : 100%;
		padding:0;
		color:#333;
		text-align:center;
	}

.link{color:#ffffff;}

	#menu{
		color:black;
		text-decoration:none;
		font-weight:bold;
	}
	a.menu{
		color:black;
		text-decoration:none;
		font-weight:bold;
	}
	a.menu:hover{
		color:orangered;
		text-decoration:none;
	}
	a.list{
		color:#333;
		text-decoration:none;
	}
	a.list:hover{
		color:orangered;
		text-decoration:none;
	}
	a.list2{
		color:orangered;
		text-decoration:none;
	}
	a.list2:hover{
		color:orange;
		text-decoration:underline;
	}

	a{color:royalblue;text-decoration:none;}
	a:hover{color:orange;font-weight:bold;}

	a.topix{color:white;text-decoration:bold;}
	a:hover.topix{color:white;text-decoration:underline;}

	#colmn{
		color:black;
		font-weight:bold;
		text-decoration:none;
		padding:5px 10px 5px;
		background-color:lightsteelblue;
	}

	#bcolmn{
		color:black;
		font-weight:bold;
		text-decoration:none;
		padding:5px 10px 5px;
		background-color:burlywood;
	}

	#bbcolmn{
		color:white;
		font-weight:bold;
		text-decoration:none;
		padding:5px 20px 5px;
		background-color:steelblue;
	}

	#index{
		background-image: url(../img/back.gif);
		background-repeat: repeat-x;
	}

	#indexL{
		color:white;
		padding-left:10px;
		text-align:left;
	}

	#indexR{
		color:white;
		padding-right:10px;
		text-align:right;
	}

	table {
		font-size:10px;
		line-height:125%;
		border:0px;
	 	}

	h1{margin:0;
		padding:7px 20px 7px;
		color:chocolate;
		font-weight:bold;
		background-color: cornsilk;
		background-repeat: repeat-x;
}
	h2,h3{margin:0;padding:0;}
	
	blockquote{
		border:2px dotted lightslategray;
		margin:10px;
		padding:10px;
		text-align:left;
	}

	img{border:0px}

	.pict{ margin-right:0px; margin-left:0px;}
	.pictL{ margin-right:7px; margin-left:0px;}
	.pictR{ margin-right:0px; margin-left:7px;}
	.pictLR{ margin:10px;}
	
	#signR{ text-align:right;}

	input,textarea { 
	background-color: white;
	border-color: teal;
	border-style: solid;
	border-width: 1px; 
	color: royalblue;
