/*********************************************************/
/*sakcommon.css独自のスタイル*/
body {
	width:100%;
	margin:0;
	font-size:85%;
	line-height:1.4;
	color:#000000;
	background-color:#e6e6e6;
	font-family:Arial,sans-serif;
}

#side {	
	position:relative; /*fixedにするとIEで下まで表示できないため*/
	top:0;
	left:0;
	width:200px;
	padding:10px;
	margin:0px;
	background-image:  url(../img/top_bk.png);
	background-repeat:repeat-x;
}

/************サイドの見出しボックス********************/
.boxtop {
	border:1px solid #0099cc;
	background-color: #ffffff;
	margin:40px 2px 5px 2px;
	background-image: url(../img/bk_box.png);
	background-repeat: repeat-x;
}

.boxtop p{
	color:#000080;
	margin: 2px;
	padding:2px;
	font-weight:bold;
	text-align:center;
}

.box {
	border:1px solid #0099cc;
	background-color: #ffffff;
	margin:5px 2px 5px 2px;
	background-image: url(../img/bk_box.png);
	background-repeat: repeat-x;
}

.box p{
	color:#000080;
	margin: 2px;
	padding:2px;
	font-weight:bold;
	text-align:center;
}
#navi ul {
	list-style:none;
	margin:0;
	padding:10px 2px 5px 2px;
}
#navi li {
	width:170px;
	padding:2px 2px 5px 2px;
	text-align:left;
}
#navi a {
	display:block;
	width:170px;
	padding:3px 5px 3px 5px;
	border-bottom: 2px dotted #0099cc;
	color: #003300;	/*background-image: url(../img/bg5.gif);*/
	background-repeat: repeat-x;
	text-decoration: none;
}
#navi a:hover {
	color:#ff3366;
/*	font-weight:bold;*/
	background-image:none;
	background-color:transparent;
	border-bottom: 2px dotted #ff3366;
}

#head {
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:720px;
	padding:10px;
	margin-bottom:10px;	
	background-image:  url(../img/top_bk.png);
	background-repeat:repeat-x;
}
#head p {
	padding:2px;
	margin:2px;
}
#head a {
 	font-size: 12px;
 	text-decoration:none;
}
#head a:hover{
	background-color:transparent; 
}
#con {
	position:absolute;
	top:0;
	left:220px;
	width:720px;
	padding:30px 10px 0px 10px;
	margin:0;
	background-color:#ffffff;
}

/**************横並びメニュー****************/
#topmenu {
	width:720px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding:0px;
	overflow : hidden;
}

#topmenu  li{
	float:left ;
	width: 119px;
	margin:0;
	padding:0;

}
#topmenu a{
	display: block;
	width:100%;
	padding: 2px 0 2px 0;
	color: #ffffff;
	background-color: #000080;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;		/* 垂直位置 */
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
		border-left:1px solid #ffffff;
}
#topmenu a:hover{
	background-color: #ffffff;
	color: #ff3366;	
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
}

/**************横並びメニュー****************/
#footer {
	position:relative;
	bottom:10px;
	left:0;
	width:700px;
	height:50px;
	margin:30px 0px 5px 0px;
	padding:10px;
	color:#666666;
	border-top:2px solid #e6e6e6;
	background-color:#ffffff;
}
.footer_right{
	font-size:85%;
	text-align:right;
}
#space {
	height:80px;
	margin:0;
	padding:0;
}
a:link {
	color: #000080;
	}
a:visited {
	color: #000080;
}
a:hover {
 	color: #cc0033;
	background-color:transparent; 
 	text-decoration: underline;
}
a:active { 
	color: #ff3366;
 }


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*以下print.cssと共通 print.cssへのコピペが必要*/

/*見出し*/
h1 {
	font-size:150%;
	margin: 10px 0 15px 0;
	padding: 8px 0 10px 40px;
	color:#003300;
	background-image:  url(../img/bk_h1.png);
	background-repeat:no-repeat;
	/* IE5-6 Opera8-9 hack */
	　border-bottom:1px solid #ffffff;
	/* IE5-6 hack */
	_border-bottom:2px dotted #ffffff;
}
h1.top {
	margin: 0px;
	padding-top:10px;
	color:#333333;
	border-left:0;
	border-bottom:none;
	background-image:url(../img/top_bg.png);
	background-repeat:repeat-x;
	text-align:left;
	background-color:transparent;
}
h2 {
 	font-size:120%;
 	margin:15px 0 10px 0;
 	padding:6px 0 8px 20px;
 	color:#333333;
	background-image:  url(../img/bk_h2.png);
	background-repeat:no-repeat;
	border-bottom: 1px dotted #ff9900;
}

h3 {
	font-size:110%;
	margin:10px 0 5px 0;
 	border-left:20px solid #cccccc;
	padding-left:8px;
	color: #0099cc;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*段落*/
p {
	font-size:100%;
	line-height:1.4;
	padding:0px 6px  3px 10px;
	margin-bottom:3px;
	margin-top:3px;
}

/*現在位置*/
p.pan {
	font-size:90%;
	line-height:1;
	padding:8px 2px  1px 2px;
	margin-bottom:0;
	margin-top:0;
	color:#003300;
}

/*注意書き*/
p.notice {
	margin: 2px;
	padding:2px;
	color:#ff3366;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*FAQのリスト*/

#faq ul{
	list-style:none;		
	margin:2px;
	padding:3px;
}

#faq ul li{
	margin:2px;
	padding:4px;	
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*画像*/
img {
	 border:0;
}

#con img {
	 margin-bottom:10px;
}
img.left {
	 float:left;
	 margin-right:1em;
}
img.right {
	float:right;
	margin-left:1em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*表*/
/*tableの標準書式*/
table.list {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:5px 0px 8px 10px;
}
table.list th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#ccffff;
	padding:5px;
	text-align:center;
}
table.list td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:5px;
}

table.form {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;

	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}
table.form th{
	border:1px solid #666666;
	padding:5px;
	background-color:#e6e6e6;
}
table.form td{
	border:1px solid #666666;
	padding:5px;
	background-color:#ffffff;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*その他*/

/*Googleサイト内検索*/

div.google{
	background-color:#e6e6e6;
	width:150px;
	margin:15px 0 0 0;
	padding-left:5px;
	font-size:small;
}
div.google img {
	padding-top:5px;
}
div.google input.textarea {
	margin:0;
	padding:0;
	width:180px;
}

/*floatの解除*/
.clear {
	 clear:both
}
/*スペース*/
.linespace {
	margin-top:30px;
}
}
/*スペース*/
.linespace {
	margin-top:30px;
}

