@charset "UTF-8";

/**
	*  韓国語スタイルシート
	*
	*	 hp/ko/style.css
	*
	*　最終更新日：2006/08/21
	*/

body {
			background-image:url(images/bg.gif);
			line-height		:	1.5em;
			color					:	#000000;
			margin				:	0px;
}

p {
			color					:	#000000;
			line-height		:	1.5em;
			text-align		:	left;
			margin				:	5px 12px 5px 12px;
			padding				:	0px;
}

td {
			font-size			:	0.8em;
			line-height		:	1.5em;
}

/*--- 見出し1 ---*/

h1 {
			margin				:	0px;
			padding				:	0px;
}

/*--- 見出し2 ---*/

h2 {
			margin				:	0px;
			padding				:	0px;
}

/*--- 文字の指定 ---*/

.moji10 {
			font-size			:	0.7em;
			color					:	#000000;
			line-height		:	1.5em;
			margin				:	10px 12px 10px 12px;
			padding				:	0px;
}

.moji14 {
			font-size			:	0.9em;
			line-height		:	1.5em;
			font-weight		:	normal;
			text-align		:	left;
			margin				:	10px 12px 10px 12px;
			padding				:	0px;
}

/*--- リンクの指定 ---*/

a:link {
			color					:	#660066;
			text-decoration	:	underline;
}

a:visited {
			color					:	#660066;
			text-decoration	:	none;
}

a:hover {
			color					:	#0000FF;
			text-decoration	:	underline;
}

a:active {
			color					:	#660066;
			text-decoration	:	none;
}

/*--- 見出しと本文の塊の指定 ---*/
.section	{
			width					:	540px;
			margin-left		:	auto;
			margin-right	:	auto;
			margin-top		:	0px;
			margin-bottom	:	0px;

}

/*--- ＜　太字・グレー　＞ ---*/

.telinfo {
			color: #333333;
			font-weight: bold;
}

/*--- 本文中画像（左寄せ）の指定 ---*/

.imgright	{
			float					:	right;
			margin				:	0px;
			padding-top		:	5px;
			padding-bottom	:	5px;
			padding-left	:	15px;
			padding-right	:	0px;
}

/*--- 本文中画像（右寄せ）の指定 ---*/

.imgleft	{
			float					:	left;
			margin				:	0px;
			padding-top		:	5px;
			padding-bottom	:	5px;
			padding-left	:	0px;
			padding-right	:	15px;
}

/*--- 詳しくはこちら　リンク指定 ---*/

.more ul{
			list-style-type	:	none;
			margin-top		:	5px;
			margin-left		:	0px;
			margin-bottom	:	5px;
			padding				:	0px;
			text-align		:	right;
			font-size			:	0.8em;
			line-height		:	1.5em;
}

.more li{
			background-image	:	url(../images/more_det.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	300px;
			text-align			:	right;
			list-style-type	:	none;
}

.more a:link{
			color					:	#660066;
			text-decoration	:	underline;
}

.more a:visited{
			color					:	#660066;
			text-decoration	:	none;
}

.more a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.more a:active{
			color					:	#660066;
			text-decoration	:	underline;
}

/*--- ▲　ページTOPへの指定 ---*/

.totop {
			padding			:	0px;
			margin			:	30px 10px 30px 0px;
			text-align		:	right;
			font-style		:	normal;
}

.totop a:link{
			color					:	#660066;
			font-size			:	0.8em;
			text-decoration	:	underline;
}

.totop a:visited{
			color					:	#660066;
			font-size			:	0.8em;
			text-decoration	:	none;
}

.totop a:hover{
			color					:	#0000FF;
			font-size			:	0.8em;
			text-decoration	:	underline;
}

.totop a:active{
			color					:	#660066;
			font-size			:	0.8em;
			text-decoration	:	underline;
}


/*--- サイト表示上の注意 ---*/
.display{
			padding				:	3px 10px;
			text-align		:	right;
}

.display a:link{
			color					:	#333333;
			text-decoration	:	none;
			font-size			:	0.8em;
}

.display a:visited{
			color					:	#660066;
			text-decoration	:	none;
			font-size			:	0.8em;
}

.display a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
			font-size			:	0.8em;
}

.display a:active{
			color					:	#660066;
			text-decoration	:	underline;
			font-size			:	0.8em;
}

/*--- お問合せ・MAP　/　リンク集　/　サイトマップ ---*/

.btmnavi{
			background-image:	url(../images/bg_shita_b.gif);
			background-repeat:	repeat-x;
			margin					:	0px;
			background-color:	#FFFFFF;
			padding				:	0px;
			margin				:	0px;
}

.btmnavi ul {

			margin-top			:	5px;
			margin-left			:	5px;
			margin-bottom		:	5px;
			padding					:	0px;
			line-height			:	1.5em;
}

.btmnavi li{
			list-style-type	:	none;
			display:inline;
			border-color	:	#999999;
			border-right-width:	1px;
			border-right-style:	solid;
			padding				:	0px 10px 0px 10px;
			margin				:	0px 0px 0px 0px;
}

.dsshp{
			text-align		:	right;
			padding				:	0px;
			margin				:	-24px 10px 0px 0px;
}

/*--- コピーライトの指定 ---*/
address{
			padding				:	5px 10px;
}


