@charset "utf-8";
/*******************************************************/
/*            サイト全体ベース用CSSファイル            */
/*******************************************************/


/******** リンクテキスト */

a {
	color: #ffffff;
	text-decoration: underline;
	}

a:link {
	color: #ffffff;
	text-decoration: underline;
	}

a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a:hover {
	color: #3ba4d9;
	text-decoration: none;
	}

a:focus {
	color: #3ba4d9;
	text-decoration: none;
	}

a:active {
	color: #3ba4d9;
	text-decoration: none;
	}

.linkmark{
	background:url(/images/linkmark.png) no-repeat left center;
	padding-left:12px;
}

/******** list */
.font10 { font-size:10px;
line-height:14px;}
ul{
	list-style: none;
	}

.clear{
	clear: both;
	}

p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

strong{
	font-weight: bold;
	}

.red{
	color: #cc0000;
	}
.orange{
	color: #f9ae3b;
	}
.white{
	color: #ffffff;
	}
.blue{
	color: #00014c;
	}
.center{
	text-align: center;
	}

.right{
	text-align: right;
	}

.small{
	font-size: 10px;
	}

.large{
	font-size: 16px;
	}
.LeftBox{float:left;}
.RightBox{float:right;}

.caption{
	font-size:75%;
	line-height:1.2em;
}

/******** images line */

img { border: 0px;}

.photoLine{
	display: block;
	border: 1px #6c7484 solid;
	}

.photoLine img,
.photoLine a img{
	border: 1px #FFF solid;
	}

a:hover img.photoLine  {
	border: 1px #0033cc solid;
	}

.bottom_line {
	border-bottom:#CCCCCC dotted 1px;}
.marginLright{ margin:0 10px 10px 0;}
.marginLeft{ margin:0 0 10px 10px;}


/******** 幅 */
.Mwide { width:722px;}


/******** 見出し */
h2 { display:block; margin:0 0 10px 0;}
h2 span {	display:none;}


/******** 画像印刷禁止 */

@media print {
	.noPrint{
		display:none!important;
	}
}

