/*------------------------------------------------------------
■ブラウザ ― CSSリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,table,th,td{
	margin: 0;
	padding: 0;
}
blockquote{
 margin: 10px 7px 7px 0px;
 padding: 0px;
}
table{ border-collapse: collapse; border-spacing: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{ font-style: normal; font-weight: normal; }
fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{ border: none; vertical-align: bottom; }


/*------------------------------------------------------------
■コンテンツ
-------------------------------------------------------------*/
* {
 margin: 0;
 padding: 0;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
	font-size: 14px;
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/3/1/31e135d2.gif");	/*背景画像のURL「」*/
	background-position: center top;
	background-repeat: repeat-y;
	color: #525252;
}

img { border:0; }

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #551a8b;
	text-decoration: none;
}

a:hover {
	background-color: #CCCCFF;
	color: #0000ff;
	text-decoration: none;
}

a img { border: none; background-color: transparent;}
a:hover img { border: none; background-color: transparent;}

input.hoge { width: 20em; }


#wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	color: #333333;
	font: 1.0em/150% 'arial', sans-serif;
}


/* Header */
#header {
	display: block;
	float: left;
	width: 100%;
	height: 110px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#header a:hover { background-color: transparent; }

#header #title {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font: bold 2.5em 'arial black', sans-serif;
	text-align: left;
}

#header #title a {
	display: block;
	color: #000000;
	float: left;
}

#header div#description {
 margin: 0px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}

.headbox {
	display: block;
	font-family:"ＭＳ Ｐゴシック",verdana,arial,sans-serif;
	width:auto;
	height:90px;
	background:#fff;
	overflow:auto;
	font-size:12px;
	float: right;
	border:solid 1px #000;
	scrollbar-face-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-highlight-color:#ccf;
	scrollbar-shadow-color:#669;
	scrollbar-darkshadow-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#fff;
	margin: 10px 20px 10px 20px;
	width:400px;
}

.headboxtitle {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background:#a0d8ef;
	padding:1px 5px 1px 5px;
}

.headboxcontent {
	margin-top: 1px;
	text-align:left;
	font-size:8pt;
	color:#000;
	padding-left:5px;
}

.headboxcontent li {
	line-height: 16px;
}

/* ナビゲーションメニュー */

.navi {
	margin: 5px 0px 5px 0px;
	padding: 0px 30px 0px 30px;
	background: #272727;
	color: #f1f1f1;
	line-height: 30px;
	text-align: right;
	font-size: 13px;
}

.navi a {
	color: #ffffff;
	font-weight: bold;
}

.navi a:hover {
	background-color: #0099cc;
	font-weight: bold;
}

.navi img{ vertical-align: middle; }
.navi img a:hover { background-color: transparent; }

/* コンテンツ */
#contents {
	float: left;
	width: 500px;
	margin: 15px 10px 20px 0px;
	padding: 0px;
	background: #ffffff;
	font-size: 1.0em;
	text-align: left;
}

#contents h2 {
	margin: 0px 12px 10px 20px;
	padding: 8px 15px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 8px solid #2ca9e1;
	background: #f1f1f1;
	color: #000000;
	font: bold 1.3em 'arial', sans-serif;
	text-align: left;
}

#contents h2 a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

#contents .contents_body {
	margin: 15px 12px 15px 20px;
	padding: 0px;
}

#contents h3 {
	margin: 60px 25px 20px 0px;
	padding: 12px 10px;
	border-top: 1px solid #dbd9da;
	border-bottom: 1px solid #dbd9da;
	color: #494949;
	font: bold 1.3em 'arial', sans-serif;
	text-align: left;
}

#contents h4 {
	margin: 45px 25px 20px 0px;
	padding: 5px 10px;
	border-left: 5px solid #6c6c6c;
	color: #6c6c6c;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}

#contents img.middle {
	vertical-align:middle;
}

#contents blockquote {
	background:#efefef none repeat scroll 0% 50%;
	border-left:5px solid #cfcfcf;
	margin:15px 30px 15pt 10px;
	padding:5px 10px 5px 20px
}

#contents .main ol, #contents .mainmore ol { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

#contents .main li, #contents .mainmore li { 
	list-style-type : none;
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/f/6/f60794ca.png");
	padding :0; 
	background-repeat:no-repeat;
	padding-left:15px; 
	display: block;
	margin:1px 0px;
	background-position: 0 4px;
}

#contents ul.information li.calendar {
	background:url("http://livedoor.2.blogimg.jp/it_create/imgs/4/b/4bce73d4.png") no-repeat 0px;
}
#contents ul.information li.category {
	background:url("http://livedoor.blogimg.jp/it_create/imgs/6/4/64331f41.png") no-repeat 0px;
}
#contents ul.information li.comment {
	background:url("http://livedoor.blogimg.jp/it_create/imgs/9/8/98ba95b7.png") no-repeat 0px;
}
#contents ul.information li.trackback {
	background:url("http://livedoor.blogimg.jp/it_create/imgs/2/e/2e1575b9.png") no-repeat 0px;
}
#contents ul.information li.calendar, li.category, li.comment, li.trackback {
	padding-left:19px;
	display: inline;
	margin-right:3px;
	font-size: .8em;
	line-height: normal;
}
#contents ul.information li.calendar a, li.category a, li.comment a, li.trackback a {
	color: #474747;
	text-decoration:none;
	list-style-type : none;
}

#contents ul.information li.calendar a:hover, li.category a:hover, li.comment a:hover, li.trackback a:hover {
	color: #ff0084;
	text-decoration:none;
	background-color: transparent;
}

.related-articles { 
	margin-bottom: 40px;
}

.related-articles li {
	background:url("http://livedoor.blogimg.jp/it_create/imgs/7/d/7db47594.png") no-repeat 0px;
	padding-left:21px;
	list-style-type : none;
}

.related-articles li a {
	text-decoration:none;
	list-style-type : none;
}

.related-articles li a:hover {
	color: #ff0084;
	text-decoration:none;
	background-color: transparent;
}


/* コメントとトラックバック */

.comments {
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/9/d/9d6f1d13.jpg");
	background-repeat: no-repeat;
	font: bold 17px;
	color: #a3a3a3;
	margin: 30px 0 20px 0;
	padding-left: 15px;
	line-height: 48px;
}

.addcommnet {
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/c/5/c54c620d.jpg");
	background-repeat: no-repeat;
	font: bold 17px;
	color: #a3a3a3;
	margin: 30px 0 20px 0;
	padding-left: 15px;
	line-height: 48px;
}

.trackbacks {
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/6/b/6bb3ed31.jpg");
	background-repeat: no-repeat;
	font: bold 17px;
	color: #a3a3a3;
	margin: 30px 0 20px 0;
	padding-left: 15px;
	line-height: 48px;
}

/* ページ */

.bookmark {
	margin: 20px 0 0 0;
	padding: 10px 10px;
	border-top: 1px dashed #999999;
	line-height: normal;
	text-align: right;
}

.tags {
	margin: 0px 0 0 0;
	padding: 5px 10px;
	background: #f1f1f1;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

/* サイドバー */
#firstSide {
	float: left;
	width: 285px;
	padding: 0 0 0 0px;
}

#secondSide {
	float: right;
	width: 185px;
	padding: 0 20px 0 0;
}

#thirdSide {
	margin: 15px 20px 0px;
	position: relative;
	float: left;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 960px;
}


.side1 .sidetitle {
	margin: 15px 15px 10px 0px;
	padding: 5px 10px;
	border-bottom: 1px dashed #18191e;
	border-left: 5px solid #18191e;
	color: #18191e;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}

.side2 .sidetitle {
	margin: 15px 0px 10px 0px;
	padding: 5px 10px;
	border-bottom: 1px dashed #18191e;
	border-left: 5px solid #18191e;
	color: #18191e;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}

.side1 .sidebody {
	list-style:none;
	width: 260px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	line-height: 0;
}

.side2 .sidebody {
	list-style:none;
	width: 160px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	line-height: 0;
}

.side1 p , .side2 p {
	padding: 3px 0px 5px 0px;
	text-align: left;
}

.side1 .sidebody a, .side2 .sidebody a {
	display:block;
	line-height: normal;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dashed #999999;
	background: #ffffff;
	color: #999999;
	font-size: 0.9em;
	text-align: left;
	text-decoration: none;
}

.side1 .sidebody a:hover, .side2 .sidebody a:hover {
	border-bottom: 1px dashed #0600B3;
	background: #efefef;
	color: #0600B3;
}

.side2 ul#ld-services {
	text-align: right;
	margin: 20px 10px 20px 10px
}

.side2 li#ld-reader, li#blog-rss, li#blog-powered {
	list-style:none;
	margin: 0;
}

.side2 li#ld-services a:hover, li#blog-rss a:hover, li#blog-powered a:hover {
	background-color: transparent;
}


.tokushu {
	display: block;
	text-align: left;
	height: 40px;
}

.tokushu img{
	float: left;
	margin: 0;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}

.tokushu h5{
	font-size: 9pt;
	line-height: 9px;
	height: 9px;
	padding-top: 5px;
	margin: 0;
	margin-left: 40px;
	margin-bottom: 5px;
	text-align: left;
	display: block;
	font-weight: 700;
	color: #ff0000;
}

.tokushu p{
	font-size: 7pt;
	line-height: 12px;
	height: 12px;
	margin: 0;
	margin-left: 40px;
	display: block;
	color: #000;
}

.tokushu a {
	display: block;
	text-decoration: none;
}

.tokushu a:hover {
	display: block;
	color: #E43C15;
	text-decoration: underline;
	background-color: transparent;
}

.top_area{ 	display: block; }

.top_banner {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

.top_text {
	display: block;
	margin-right: 10px;
	float: right;
	width: 202px;
}

.top_text h3 {
	font-size: 9pt;
	font-weight: 700;
	line-height: 1.1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding: 0;
	color: #474848;
}

#thirdSide ul li {
	padding:0px 0 0px 18px;
	background-image: url("http://livedoor.blogimg.jp/it_create/imgs/e/9/e94ae098.png");
	background-repeat:no-repeat;
	background-position: 0 -5px;
	margin:0;
	line-height:1.2em;
	display:block;
}

.top_text a {
	line-height: 11px;
	font-size: .9em;
	font-weight: bold;
	color: #474747;
	text-decoration:none;
}

.top_text a:hover {
	color: #ff0084;
	text-decoration:underline;
	background-color: transparent;
}


/* Footer */
#footer {
	clear:both;
	width: 100%;
	height: 70px;
	margin-top: 20px;
	padding: 20px 0px 0px;
	background: #ededed;
	font-size: 0.8em;
	text-align: center;
}


/*------------------------------------------------------------
■各種Classタグ一覧
------------------------------------------------------------*/
/*************************************************************
【画像 リンク】 画像の不透明度を60%に落とします
*************************************************************/
a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
border: none;
background-color: transparent;
}


/*************************************************************
【option】 記事タイトル上の468x60広告部分　不要なら削除してください
*************************************************************/

.sponsored {
	margin: 0px 12px 10px 20px;
	padding: 8px 15px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 8px solid #2ca9e1;
	background: #f1f1f1;
	color: #000000;
	font: bold 1.3em 'arial', sans-serif;
	text-align: left;
}


/*************************************************************
【ボタンの設定】
*************************************************************/

a.button {
background:#82ae46;
height:25px;
width:140px;
padding:5px 10px;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
position:relative;
left:0;top:0;
}

a.button:hover {
background:#b8d200;
text-decoration:none;
}

a.button2 {
background:#2ca9e1;
height:25px;
width:140px;
padding:5px 10px;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
position:relative;
left:0;top:0;
}

a.button2:hover {
background:#a0d8ef;
text-decoration:none;
}

.link {
	background:#e95295;
	margin: 0px 3px 0px 0px;
	height:16px;
	width:140px;
	padding:1px 6px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	position:relative;
	left:0;top:0;
}


/*************************************************************
【marginの設定】
*************************************************************/

.m0	{ margin: 0　; }				/*margin-0px(周りのブロックから0px)をhtml上で指定するタグがm0*/
.m0-t	{ margin-top: 0　; }		/*margin-top0px(周りのブロックから上0px)をhtml上で指定するタグがmt_0*/
.m0-r	{ margin-right: 0　; }		/*margin-right0px(周りのブロックから右0px)をhtml上で指定するタグがmr_0*/
.m0-b	{ margin-bottom: 0　; }		/*margin-bottom0px(周りのブロックから下0px)をhtml上で指定するタグがmb_0*/
.m0-l	{ margin-left: 0　; }		/*margin-left0px(周りのブロックから左0px)をhtml上で指定するタグがml_0*/

.m5	{ margin: 5px　; }
.m5-t	{ margin-top: 5px　; }
.m5-r	{ margin-right: 5px　; }
.m5-b	{ margin-bottom: 5px　; }
.m5-l	{ margin-left: 5px　; }

.m10	{ margin: 10px　; }
.m10-t	{ margin-top: 10px　; }
.m10-r	{ margin-right: 10px　; }
.m10-b	{ margin-bottom: 10px　; }
.m10-l	{ margin-left: 10px　; }

.m15	{ margin: 15px　; }
.m15-t	{ margin-top: 15px　; }
.m15-r	{ margin-right: 15px　; }
.m15-b	{ margin-bottom: 15px　; }
.m15-l	{ margin-left: 15px　; }

.m20	{ margin: 20px　; }
.m20-t	{ margin-top: 20px　; }
.m20-r	{ margin-right: 20px　; }
.m20-b	{ margin-bottom: 20px　; }
.m20-l	{ margin-left: 20px　; }

.m25	{ margin: 25px　; }
.m25-t	{ margin-top: 25px　; }
.m25-r	{ margin-right: 25px　; }
.m25-b	{ margin-bottom: 25px　; }
.m25-l	{ margin-left: 25px　; }

.m30	{ margin: 30px　; }
.m30-t	{ margin-top: 30px　; }
.m30-r	{ margin-right: 30px　; }
.m30-b	{ margin-bottom: 30px　; }
.m30-l	{ margin-left: 30px　; }

.m35	{ margin: 35px　; }
.m35-t	{ margin-top: 35px　; }
.m35-r	{ margin-right: 35px　; }
.m35-b	{ margin-bottom: 35px　; }
.m35-l	{ margin-left: 35px　; }

.m40	{ margin: 40px　; }
.m40-t	{ margin-top: 40px　; }
.m40-r	{ margin-right: 40px　; }
.m40-b	{ margin-bottom: 40px　; }
.m40-l	{ margin-left: 40px　; }

.m45	{ margin: 45px　; }
.m45-t	{ margin-top: 45px　; }
.m45-r	{ margin-right: 45px　; }
.m45-b	{ margin-bottom: 45px　; }
.m45-l	{ margin-left: 45px　; }

.m50	{ margin: 50px　; }
.m50-t	{ margin-top: 50px　; }
.m50-r	{ margin-right: 50px　; }
.m50-b	{ margin-bottom: 50px　; }
.m50-l	{ margin-left: 50px　; }

.m55	{ margin: 55px　; }
.m55-t	{ margin-top: 55px　; }
.m55-r	{ margin-right: 55px　; }
.m55-b	{ margin-bottom: 55px　; }
.m55-l	{ margin-left: 55px　; }

.m60	{ margin: 60px　; }
.m60-t	{ margin-top: 60px　; }
.m60-r	{ margin-right: 60px　; }
.m60-b	{ margin-bottom: 60px　; }
.m60-l	{ margin-left: 60px　; }

.m65	{ margin: 65px　; }
.m65-t	{ margin-top: 65px　; }
.m65-r	{ margin-right: 65px　; }
.m65-b	{ margin-bottom: 65px　; }
.m65-l	{ margin-left: 65px　; }

.m70	{ margin: 70px　; }
.m70-t	{ margin-top: 70px　; }
.m70-r	{ margin-right: 70px　; }
.m70-b	{ margin-bottom: 70px　; }
.m70-l	{ margin-left: 70px　; }


/**************************************************************
【paddingの設定】
**************************************************************/

.p0	{ padding: 0　; }				/*padding-0pxをhtml上で指定するタグがm0*/
.p0-t	{ padding-top: 0　; }		/*padding-top0pxをhtml上で指定するタグがmt_0*/
.p0-r	{ padding-right: 0　; }		/*padding-right0pxをhtml上で指定するタグがmr_0*/
.p0-b	{ padding-bottom: 0　; }	/*padding-bottom0pxをhtml上で指定するタグがmb_0*/
.p0-l	{ padding-left: 0　; }		/*padding-left0pxをhtml上で指定するタグがml_0*/

.p5{ padding: 5px　; }
.p5-t{ padding-top: 5px　; }
.p5-r{ padding-right: 5px　; }
.p5-b{ padding-bottom: 5px　; }
.p5-l{ padding-left: 5px　; }

.p10{ padding: 10px　; }
.p10-t{ padding-top: 10px　; }
.p10-r{ padding-right: 10px　; }
.p10-b{ padding-bottom: 10px　; }
.p10-l{ padding-left: 10px　; }

.p15{ padding: 15px　; }
.p15-t{ padding-top: 15px　; }
.p15-r{ padding-right: 15px　; }
.p15-b{ padding-bottom: 15px　; }
.p15-l{ padding-left: 15px　; }

.p20{ padding: 20px　; }
.p20-t{ padding-top: 20px　; }
.p20-r{ padding-right: 20px　; }
.p20-b{ padding-bottom: 20px　; }
.p20-l{ padding-left: 20px　; }

.p25{ padding: 25px　; }
.p25-t{ padding-top: 25px　; }
.p25-r{ padding-right: 25px　; }
.p25-b{ padding-bottom: 25px　; }
.p25-l{ padding-left: 25px　; }

.p30{ padding: 30px　; }
.p30-t{ padding-top: 30px　; }
.p30-r{ padding-right: 30px　; }
.p30-b{ padding-bottom: 30px　; }
.p30-l{ padding-left: 30px　; }

.p35{ padding: 35px　; }
.p35-t{ padding-top: 35px　; }
.p35-r{ padding-right: 35px　; }
.p35-b{ padding-bottom: 35px　; }
.p35-l{ padding-left: 35px　; }

.p40{ padding: 40px　; }
.p40-t{ padding-top: 40px　; }
.p40-r{ padding-right: 40px　; }
.p40-b{ padding-bottom: 40px　; }
.p40-l{ padding-left: 40px　; }

.p45{ padding: 45px　; }
.p45-t{ padding-top: 45px　; }
.p45-r{ padding-right: 45px　; }
.p45-b{ padding-bottom: 45px　; }
.p45-l{ padding-left: 45px　; }

.p50{ padding: 50px　; }
.p50-t{ padding-top: 50px　; }
.p50-r{ padding-right: 50px　; }
.p50-b{ padding-bottom: 50px　; }
.p50-l{ padding-left: 50px　; }

.p55{ padding: 55px　; }
.p55-t{ padding-top: 55px　; }
.p55-r{ padding-right: 55px　; }
.p55-b{ padding-bottom: 55px　; }
.p55-l{ padding-left: 55px　; }

.p60{ padding: 60px　; }
.p60-t{ padding-top: 60px　; }
.p60-r{ padding-right: 60px　; }
.p60-b{ padding-bottom: 60px　; }
.p60-l{ padding-left: 60px　; }

.p65{ padding: 65px　; }
.p65-t{ padding-top: 65px　; }
.p65-r{ padding-right: 65px　; }
.p65-b{ padding-bottom: 65px　; }
.p65-l{ padding-left: 65px　; }

.p70{ padding: 70px　; }
.p70-t{ padding-top: 70px　; }
.p70-r{ padding-right: 70px　; }
.p70-b{ padding-bottom: 70px　; }
.p70-l{ padding-left: 70px　; }


/**************************************************************
【fontの設定】
**************************************************************/

.normal{ font-weight: normal　; }	/*普通サイズのfont*/
.b{ font-weight: bold　; }		/*普通サイズのfont*/
.small{ font-size: 80%　; }		/*普通サイズのfont*/
.big{ font-size: 120%　; }		/*普通サイズのfont*/
.underline{ text-decoration: underline　; }	/*文字の下線*/

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/**************************************************************
【colorの設定】
**************************************************************/

.black{ color: #000　; }	/*黒色*/
.red{ color: #ff0000　; }	/*赤色*/
.blue{ color: #0000dd　; }	/*青色*/
.green{ color: #008000　; }	/*緑色*/
.yellow{ color: #ffff00　; }	/*黄色*/
.gray{ color: #ccc　; }		/*灰色*/
.orange{ color: #ff6600　; }	/*橙色*/
.pink{ color: #e3297d　; }	/*ピンク*/


/**************************************************************
【文字背景色の設定】
**************************************************************/

.box-yellow{ background-color: #ffff00　; }	/*黄色の文字背景*/
.box-blue{ background-color: #4ab0f5　; }	/*青色の文字背景*/
.box-red{ background-color: #fc9b8b　; }	/*赤色の文字背景*/


/**************************************************************
【alignの設定】
**************************************************************/

.al-c{ text-align: center; }		/*中央寄せ*/
.al-r{ text-align: right; }		/*右寄せ*/
.al-l{ text-align: left; }		/*左寄せ*/


/*------------------------------------------------------------
Designed by Toshiyuki Nakata
http://toshiiy.blog22.fc2.com/
-------------------------------------------------------------*/


