@charset "UTF-8";

/* OTHERS
--------------------------------------------------------------------*/

/* タイトル
-------------------------------- */
#titlewrap{
	width:780px;
	padding-top:10px;
	text-align:left;
	background-image: url(/img_c/header_top_glay.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.titlebox-g{
	width:780px;
	background-color:#B4B4B4;
	border-bottom:#DADADA 4px solid;
}


/* コンテンツ
-------------------------------- */
.right {
	text-align: right;
}

#contents {
	padding-top: 0px;
}
#contents h2,
#contents h3,
#contents .text-margin p,
#contents .text-margin .list-type1 {
	padding-top: 22px;
}

#contents h2 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	font-weight: bold;
	color: #299040;
}
#contents h3 {
	font-weight: bold;
}
#contents ul li {
	margin-left: 20px;
	list-style-type: disc;
}
#contents .gry-waku {
	padding: 20px;
	margin-top: 1em;
	border: 1px solid #C1C1C1;
}
#contents .gry-waku h3 {
	padding: 0px;
}
#contents .list-type1,
#contents .list-type2 {
	margin: 0px;
	list-style-type: none;
}
#contents .list-type1 li {
	text-indent: -1.8em;
	padding-left: 2.8em;
}
#contents .list-type2 li {
	text-indent: -1.3em;
	padding-left: 1.8em;
}

#contents .text-margin .list-type2 {
	padding-top: 0px;
}
#contents .plugin {
	float: right;
	padding-top: 25px;
}


a.link_u:link, a.link_u:active, a.link_u:visited{
	color:#5AC83C;
	text-decoration:underline;
}
a.link_u:hover{
	color:#5AC83C;
	text-decoration:underline;
}

a.link_g:link, a.link_g:active, a.link_g:visited{
	color:#5AC83C;
	text-decoration:none;
}
a.link_g:hover{
	color:#5AC83C;
	text-decoration:underline;
}

