/*
Theme Name: Template WordPress
Theme URI: http://www.lequio-pha.co.jp/
Description: WordPress theme designed by <a href="http://www.lequio-pha.jp/">LEQUIO PHARMA</a>
Version: 1.0
Author: LEQUIO PHARMA
Author URI: http://www.lequio-pha.co.jp/
*/

/* その他のcss
----------------------------------------------- */

@import "css/top.css";
@import "css/second01.css";
@import "css/second02.css";


/* body
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	background: url("images/bg.gif") repeat #fff;
	text-align: center;
	}


/* contents
----------------------------------------------- */

#contents {
	margin: 0px auto;
	padding: 0px;
	width: 758px;
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	}


/* link color
----------------------------------------------- */

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #06f;
	}

a:hover {
	text-decoration: none;
	color: #06f;
	}


/* images
----------------------------------------------- */

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}


/* copy
----------------------------------------------- */

.copy {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.3em;
	color: #666;
	}


/* clear
----------------------------------------------- */

div.clear {
	clear: both;
	font-size: 1px;
	}
