@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body{
	font-size: 12px;
}

table,img,p {
    border: 0;
}
table {
	margin: 0 ;

}
th,td{
	border:0px;padding:0;
}
li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a:link {
    color: #3a75af;
    text-decoration: underline;
}
a:visited {
    color: #3a75af;
}
a:hover {
    color: #ff6600;
}
/*clrfix設定
-------------------------------------------------------*/
.clrfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clrfix {
  min-height: 1px;
}

* html .clrfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* コンテナ {上、右、下、左}*/
div#container	{
	width: 720px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto}


/* ヘッダー */
div#header	{
	background-color: #006699;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	padding: 10px 20px 20px;
	height: 50px;
}

div#header h1	{
	margin: 0;
	padding: 0px 0 0 0px;
	float:left;
}

div#header p	{
	color: #ffffff;
	font-size: 1.05em;
	margin: 0 ;
	padding-left: 5px;
	text-align: left;
	float:left;
}
div#header span	{
	float:right;
}
.clearLeft { 
clear: left; 
}
/* メニュ */
div#menu	{
	margin: 0 ;
	background-image:url(../img/menu_back.gif);
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	height: 25px;
}
div#menu table {
	margin: 0 ;

}
div#menu th,td{
	border:0px;padding:0.5em;
}
div#menu a {
	text-decoration:none;
	color: #333333;
	font-size: 10px;

}

div#menu a:hover {
	text-decoration:none;
	background:#FFFFFF;
	color:#000000;
 }

/* パンくずリスト */
div#bread {
	font-size: 0.75em;
}


/* コンテンツ */
div#content	{
	float: left;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 30px;
/*	border-top:1px solid #630; 
	border-bottom: 1px solid #630;
	border-left: 1px solid #630;
	border-right: 1px solid #630; */
}
/* main */
div#main	{
	float: right;
	width: 498px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 30px;
	padding: 5px 0px 0px;
	display: inline;
	background-color: #FFFFFF;

}
/*コンテンツ右側 */
div#side_right	{
	float: right;
	width: 170px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top:1px solid #630; 
	border-bottom: 1px solid #630;
	border-left: 1px solid #630;
	border-right: 1px solid #630;

}
/*コンテンツ左側 */
div#side_left	{
	float: left;
	width: 170px;
	text-align: left;
	padding: 5px 9px 50px;
	display: inline;
	border-top:1px solid #630; 
	border-bottom: 1px solid #630;
	border-left: 1px solid #630;
	border-right: 1px solid #630;
}
div#side_left h3 {
	background-color: #CCCC66;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFCC;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#footer { 
	clear: both;
	margin:10px 5px 5px;
	padding:10px 0; 
	border-top:1px dotted #630; 
	text-align: center; 
	color:#630; 
	font-size: 12px; 
}

div#login	{
	margin: 0px;
}
div#login th,td{
	border:0 ;
	padding:0px; 
}
.login_form {
	line-height: 150%;
	padding-left:10px; 
	padding-right:10px; 
}

.error {
	text-align: left;
	color: #FF0000;
}
