@charset "utf-8";
*	{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	text-decoration: none;
}
img	{
	border:0;
}
body {
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
}
body div {
	text-align:left;
}
a:link,
a:visited	{
	color:#6B652E;
}
a:hover,
a:active	{
	color:#FF9900;
	text-decoration:underline;
}

.clear	{
	clear:both;
}

/* ヘッダー */
#header	{
	width:760px;
	height:100px;
	background-image:url(images/headerback.gif);
	background-repeat:no-repeat;
}
.headlogo	{
	padding:5px 0 0 62px;
}

/* コンテナ */
#container	{
	width:760px;
	background-image:url(images/containerback.gif);
	background-position:right;
	background-repeat:repeat-y;
}

/* トップ */
#swing	{
	float:left;
	width:480px;
}
#topmain	{
	float:left;
	width:280px;
}
#topmain h2	{
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:normal;
}
#topmain img {
	margin:0 10px 0 0;
}
#topmain p	{
	padding:10px 0 15px 10px;
	font-size:11px;
	line-height:150%;
}
.topmenu	{
	padding:5px 0 0 0;
	list-style:none;
}

/* コンテンツ */
#main	{
	background-image:url(images/swinglogoimage.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* ワークス */
.work:after	{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.work	{
	margin:0 0 0 230px;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #999999;
}
* html .work	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.work h1	{
	font-size:12px;
	font-weight:normal;
}
.work img	{
	float:left;
	margin:0 20px 0 0;
}
.work p	{
	margin:8px 10px 0 0;
	font-size:11px;
	line-height:130%;
}
.work p img	{
	float:none;
}

/* フッター */
#footer	{
	width:760px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-align:right;
}
#footer p	{
	padding:10px 5px 10px 0;
	font-size:10px;
}
#footerv	{
	width:760px;
	text-align:right;
}
#footerv p	{
	padding:5px 5px 5px 0;
}
