
/* リンク */
a:focus {
	outline: none;
	}
	

/* 改行 */
p.topics	{
	margin-bottom:10px;
	line-height:150%;
}

p.space {
	margin-bottom:5px;
}


p.space2 {
	margin-bottom:10px;
}


p.space3 {
	margin-bottom:15px;
}


p.space4 {
	margin-bottom:20px;
}


p.space5 {
	margin:20px 0;
}


p.link {
	margin-bottom:18px;
}

p.footer {
	vertical-align:middle;
}

/* 大きさ */
.t10a {
	font-size: 80%;
	line-height: 140%;
	margin-bottom:5px;
	text-align:left;
}


.t11a {
	font-size: 90%;
	line-height: 150%;
	letter-spacing:1px;
}


.t12a {
	font-size: 12px;
	line-height: 150%;
}


.t14a {
	font-size: 120%;
	line-height: 150%;
}


.t16a {
	font-size: 140%;
	line-height: 150%;
}

.t18a {
	font-size: 160%;
	line-height: 150%;
}

.t20a {
	font-size: 180%;
	line-height: 150%;
}

.txt_mark	{
	background-color:#669900;
	color:#FFFFFF;
	padding:2px 2px 2px 2px;
}								 


.p_linesp150{
line-height: 150%;
}

.p_linesp180{
line-height: 180%;
}

.p_linesp200{
line-height: 200%;
}


.clear{
clear: both;
}


/*  */
ul {
	list-style:none;
}


ul img {
	vertical-align:bottom;
}


.li {
	margin-left:40px;
}


/* 画像ボーダー */		
img {
	border:	0;
}

.img_space	{
	padding-left:10px;
}

/* 高さ */
.img-position {
	vertical-align:	middle;
}

.img-position2 {
	vertical-align:	middle;
	margin-right:5px;
}

/* リンク */
a.lc01:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.lc01:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.lc01:active {
	color: #59b1eb;
	text-decoration:none;
}

a.lc01:hover {
	color: #59b1eb;
	text-decoration:none;
}


a.lc02:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.lc02:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.lc02:active {
	color: #FFFF00;
	text-decoration:underline;
}

a.lc02:hover {
	color: #FFFF00;
	text-decoration:underline;
}

a.lc03:link {
	color: #31659C;
	text-decoration:underline;
}

a.lc03:visited {
	color: #31659C;
	text-decoration:underline;
}

a.lc03:active {
	color: #E7347B;
	text-decoration:underline;
}

a.lc03:hover {
	color: #E7347B;
	text-decoration:underline;
}

.penetration a:hover img {
	opacity: 0.7; /* Opera｡ｦSafari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

a { outline: none; }

/* テキストカラー */
.txt-red {
	color: #FF0000;
}


.txt-blue {
	color: #006699;
}


.txt-husky {
	color: #FFFF00;
}


.txt-orange {
	color: #FF9900;
}


.txt-grey {
	color: #999999;
}


.txt-silver {
	color: #444444;
}


.txt-black {
	color: #000000;
}


.txt-white {
	color: #FFFFFF;
}


/* 回り込み */
.fig-r {
	float: right;
	margin-left:10px;
}


.fig-l {
	float: left;
	margin-right:10px;
}


.fig-r-clear {
	clear:right;
}


.fig-l-clear {
	clear:left;
}


.t-center {
	text-align: center;
}

.t-right	{
	text-align:right;
}

.t-left	{
	text-align:left;
}


/* 字下げ */
.note {
	text-indent: -1em;
	margin-left:1em;
}


.note2 {
	text-indent: -1em;
	margin-left:3em;
}

.note3 {
	text-indent: -1em;
	margin-left:3em;
}

/* ボックス */
p.box01 {
	border-color: #ccc;
	background-color: #F5F5F5;
	border-style: solid;
	border-width:1px;
	padding:10px;
	width: 640px;
	margin:	10px 0 10px 10px;
	text-align:left;
	line-height:200%;
}

p.box02 {
	border-color: #D3D3D3;
	background-color: #444;
	border-style: solid;
	border-width:1px;
	padding: 5px 5px 5px 5px;
	width: 400px;
	margin:	10px 0 10px 0;
	text-align:left;
	line-height:150%;
}


p.box03 {
	border-color: #ccc;
	background-color: #FFFFEE;
	border-style: solid;
	border-width:1px;
	padding:10px;
	width: 640px;
	margin:	10px 0 10px 10px;
	text-align:left;
	line-height:200%;
}

.hideAnchor	{
	margin-top:20px;
	padding-bottom:10px;
	font-weight:bold;
}

/* ページトップへ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #696259;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



