﻿@charset "utf-8"; /*文字コード指定*/


/* ----- 画像----- */


#sns img {
	margin-top: 20px;
	margin-right: 10px;
	width: 17px; 
	height: 16px;
}

.creation_left {
	font-size: 0.7em;
	color: #404040; 
	font-weight: 800;
}

.creation_left img {
    border-radius: 5px;
    align: left; 
    height: 90px; 
    width: 136px; 
    padding-top: 10px; 
    padding-left: 0px; 
    padding-bottom: 0px;
}

.profile img {
    border-radius: 0px;
    align: left; 
    height: 129px; 
    width: 126px; 
    padding-left: 0px; 
}

/* ----- 文字----- */

.color1 {
	color: #c13420; /*文字色　赤*/
}

.color2 {
	color: #554466; /*文字色　薄紫*/
}

.italic {
  font-family: 'Hiragino Kaku Gothic ProN';
  font-style: italic;
}

#title1 { 
	letter-spacing: 0px; 
	font-weight: 600; 
	line-height: 1.7; 
	text-indent: 0pt; 
	font-family: sans-serif; 
	color: #404050; 
	font-size: 13pt
}

#text1 { 
	letter-spacing: 1px;
	line-height: 1.6em; 
	text-indent: 0pt; 
	padding-left: 15pt; 
	color: #333333; 
	font-size: 10pt
}

/* ----- クリエーション項目----- */

.creation_content1 a { 
	color: #404040; 
}

.creation_content1 a:hover { 
	color: #777777; 
        background-color: #ffffcc;
}

.creation_content1 a:active { color:#aaaaaa; text-decoration:underline;}

.creation_content1 h1 { 
	letter-spacing: 0px; 
	font-weight: 600; 
	line-height: 1.6; 
	text-indent: 0pt; 
	color: #404040; 
	font-size: 10pt;
}

.creation_content1 ul li { 
	letter-spacing: 1px;
	line-height: 1.5; 
	text-indent: 0pt; 
	padding-left: 0pt; 
	color: #505050; 
	font-size: 0.9em;

}

