@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.yurugi-iyashi.com/
File name:		layout_link.css
Summary:		base styles
Created:		2009-4-1
Last update:	2009-4-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Link */
/* ------------------------------------------------------------ */
.contents_layout {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#title2 {
	margin: 0px;
	padding: 0px 0px 30px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #646464 dotted;
}

.link_layout {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 30px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #646464 dotted;
}

.link_layout_left {
	width: 120px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.link_layout_right {
	width: 660px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.link_name {
	vertical-align: baseline;	
	margin: 0px 50px 0px 0px;
	padding: 0px;
	display: inline;
	border: 0px #f00 solid;
}

.link_layout a:link,
.link_layout a:visited {
	color: #5b860f;
	text-decoration: none;
}

.link_layout a:hover,
.link_layout a:active {
	color: #5b860f;
	text-decoration: underline;
}

