@charset "UTF-8";
/* CSS Document */

@import url(http://www.unitedgraphix.jp/mt/mt-static/themes-base/blog.css);


*{
	margin:0px;
	padding:0px;
}

body{
	font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",Osaka,"Verdana","Helvetica","Arial","Ir oSVbN",sans-serif;
	color: #646464;
	font-size:11px;
	line-height: 1.8em;
	background-position:bottom;	
        background-image:url(http://unitedgraphix.jp/img/bg_img.gif);
	background-repeat:repeat-x;
	text-decoration:none;}

a,a:link{
	text-decoration:none;
	color:#666666;}
  a:visited{ text-decoration:none;
  			 color:#666666}
  a:hover{text-decoration:none;
  		  color:#0066CC;}
a:focus { -moz-outline-style: none; }
		  
		  

h6	{font-size:11px;
	 color:#999;}

h5	{
	font-size:11px;
	color:#63B3C9;
	border-bottom: 1px dotted #DDD;
	margin-top: 30px;
}

h4	{
	font-size:11px;}

h3.sidebar	{
	font-size:12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #333333;}


h2.title	{
	font-size:24px;
	line-height:1.2em;
	font-family:"ＭＳ Ｐ明朝",細明朝体,serif;
	padding-bottom: 2px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #000000;}

strong{font-style:normal;
		font-weight:100;}



/* ラッパー */
#wrapper{
	width: 840px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0 80px 0 80px;
	}


/* ヘッダー */

div#wrapper div#header div#title{
	width:auto;
	margin:0;
	padding:160px 0 30px 0;
	}

div#wrapper div#header p.sentence{
	width:auto;
	margin:0;
	padding:0 0 140px 0px;
	}



/* メインコンテンツ */

div#wrapper div#main{
	width:570px;
	margin:0;
	padding:0 70px 60px 0;
	float:left;
	}


/* サイドバー */

div#wrapper div#sidebar{
	font-size:10px;
	line-height:1.7em;
	width:200px;
	margin:20px 0 60px 0;
	padding:0;
	float:right;
	}



/*フッター*/

#footer{
	clear:both;
	font-size:10px;
	color:#555;
	background-color:#000;
	margin:0;
	padding:15px 0 10px 0;
	}


/*画像*/
img {
	border-style:none;
} 

a img { border-style:none; }

